#CEFE8E

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

Shades of Reef #CEFE8E

Tints of Reef #CEFE8E

Color information

#CEFE8E (or 0xCEFE8E) is unknown color: approx Reef. HEX triplet: CE, FE and 8E. RGB value is (206,254,142). Sum of RGB (Red+Green+Blue) = 206+254+142=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE8E is #310171. Grayscale: #E3E3E3. Windows color (decimal): -3211634 or 9371342. OLE color: 9371342.

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

Color convert

RGB206254142-
CMYK0.1900.440.00
HSL85.71º98.25%77.65%-
HSV(B)85.71º44.09%99.61%-
XYZ65.7885.9638.72-
YUV226.8880.1113.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=34.22%
G=42.19%
B=23.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541420.1900.440.0085.7198.2577.65
HexCEFE8E1302C056624e
Octal316376216230540126142116
Binary1100111011111110100011101001101011000101011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE8E; }

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

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

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

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

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

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

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

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