#CEF99E

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

Shades of Reef #CEF99E

Tints of Reef #CEF99E

Color information

#CEF99E (or 0xCEF99E) is unknown color: approx Reef. HEX triplet: CE, F9 and 9E. RGB value is (206,249,158). Sum of RGB (Red+Green+Blue) = 206+249+158=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF99E is #310661. Grayscale: #E2E2E2. Windows color (decimal): -3212898 or 10418638. OLE color: 10418638.

HSL color Cylindrical-coordinate representation of color #CEF99E: hue angle of 88.35º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF99E is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB206249158-
CMYK0.1700.370.02
HSL88.35º88.35%79.8%-
HSV(B)88.35º36.55%97.65%-
XYZ65.583.3444.98-
YUV225.7789.75113.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 158 (62.11% from 255) = 25.77%
R=33.61%
G=40.62%
B=25.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491580.1700.370.0288.3588.3579.8
HexCEF99E110252585850
Octal316371236210452130130120
Binary11001110111110011001111010001010010110101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF99E; }

 p { color: rgb(206,249,158); }

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

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

 a { background-color: rgb(206,249,158); }

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

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

 span { border-color: rgb(206,249,158); }

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