#CEF09F

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

Shades of Reef #CEF09F

Tints of Reef #CEF09F

Color information

#CEF09F (or 0xCEF09F) is unknown color: approx Reef. HEX triplet: CE, F0 and 9F. RGB value is (206,240,159). Sum of RGB (Red+Green+Blue) = 206+240+159=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF09F is #310F60. Grayscale: #DCDCDC. Windows color (decimal): -3215201 or 10481870. OLE color: 10481870.

HSL color Cylindrical-coordinate representation of color #CEF09F: hue angle of 85.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEF09F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB206240159-
CMYK0.1400.340.06
HSL85.19º72.97%78.24%-
HSV(B)85.19º33.75%94.12%-
XYZ62.8777.9544.53-
YUV220.693.24117.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 240 (94.14% from 255) = 39.67%
BLUE value IS 159 (62.5% from 255) = 26.28%
R=34.05%
G=39.67%
B=26.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401590.1400.340.0685.1972.9778.24
HexCEF09FE022655494e
Octal316360237160426125111116
Binary11001110111100001001111111100100010110101010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF09F; }

 p { color: rgb(206,240,159); }

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

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

 a { background-color: rgb(206,240,159); }

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

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

 span { border-color: rgb(206,240,159); }

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