#CEF09B

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

Shades of Reef #CEF09B

Tints of Reef #CEF09B

Color information

#CEF09B (or 0xCEF09B) is unknown color: approx Reef. HEX triplet: CE, F0 and 9B. RGB value is (206,240,155). Sum of RGB (Red+Green+Blue) = 206+240+155=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF09B is #310F64. Grayscale: #DCDCDC. Windows color (decimal): -3215205 or 10219726. OLE color: 10219726.

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

Color convert

RGB206240155-
CMYK0.1400.350.06
HSL84º73.91%77.45%-
HSV(B)84º35.42%94.12%-
XYZ62.5377.8142.73-
YUV220.1491.24117.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=34.28%
G=39.93%
B=25.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401550.1400.350.068473.9177.45
HexCEF09BE0236544a4d
Octal316360233160436124112115
Binary11001110111100001001101111100100011110101010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF09B; }

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

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

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

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

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

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

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

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