#CEFE8C

Color #CEFE8C Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CEFE8C

Tints of Reef #CEFE8C

Color information

#CEFE8C (or 0xCEFE8C) is unknown color: approx Reef. HEX triplet: CE, FE and 8C. RGB value is (206,254,140). Sum of RGB (Red+Green+Blue) = 206+254+140=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE8C is #310173. Grayscale: #E3E3E3. Windows color (decimal): -3211636 or 9240270. OLE color: 9240270.

HSL color Cylindrical-coordinate representation of color #CEFE8C: hue angle of 85.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEFE8C is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB206254140-
CMYK0.1900.450.00
HSL85.26º98.28%77.25%-
HSV(B)85.26º44.88%99.61%-
XYZ65.6385.937.93-
YUV226.6579.1113.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 140 (55.08% from 255) = 23.33%
R=34.33%
G=42.33%
B=23.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541400.1900.450.0085.2698.2877.25
HexCEFE8C1302D055624d
Octal316376214230550125142115
Binary1100111011111110100011001001101011010101010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE8C; }

 p { color: rgb(206,254,140); }

 H1.HeaderClassName
 {
   color: #CEFE8C;
 }
 .AnyTagClassName
 {
   color: #CEFE8C;
 }
</style>
background-color css

<style>
 a { background-color: #CEFE8C; }

 a { background-color: rgb(206,254,140); }

 div.DivClassName
 {
   background-color: #CEFE8C;
 }
 .BgClassName
 {
   background-color: #CEFE8C;
 }
</style>
border-color css

<style>
 span { border-color: #CEFE8C; }

 span { border-color: rgb(206,254,140); }

 td.TdClassName
 {
   border-color: #CEFE8C;
 }
 .TagClassName
 {
   border-color: #CEFE8C;
 }
</style>