#CEF097

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

Shades of Reef #CEF097

Tints of Reef #CEF097

Color information

#CEF097 (or 0xCEF097) is unknown color: approx Reef. HEX triplet: CE, F0 and 97. RGB value is (206,240,151). Sum of RGB (Red+Green+Blue) = 206+240+151=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF097 is #310F68. Grayscale: #DCDCDC. Windows color (decimal): -3215209 or 9957582. OLE color: 9957582.

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

Color convert

RGB206240151-
CMYK0.1400.370.06
HSL82.92º74.79%76.67%-
HSV(B)82.92º37.08%94.12%-
XYZ62.277.6840.99-
YUV219.6989.24118.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=34.51%
G=40.20%
B=25.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401510.1400.370.0682.9274.7976.67
HexCEF097E0256534b4d
Octal316360227160456123113115
Binary11001110111100001001011111100100101110101001110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF097; }

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

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

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

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

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

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

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

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