#CEF297

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

Shades of Reef #CEF297

Tints of Reef #CEF297

Color information

#CEF297 (or 0xCEF297) is unknown color: approx Reef. HEX triplet: CE, F2 and 97. RGB value is (206,242,151). Sum of RGB (Red+Green+Blue) = 206+242+151=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF297 is #310D68. Grayscale: #DDDDDD. Windows color (decimal): -3214697 or 9958094. OLE color: 9958094.

HSL color Cylindrical-coordinate representation of color #CEF297: hue angle of 83.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF297 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB206242151-
CMYK0.1500.380.05
HSL83.74º77.78%77.06%-
HSV(B)83.74º37.6%94.9%-
XYZ62.7978.8641.19-
YUV220.8688.57117.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=34.39%
G=40.40%
B=25.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421510.1500.380.0583.7477.7877.06
HexCEF297F0265544e4d
Octal316362227170465124116115
Binary11001110111100101001011111110100110101101010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF297; }

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

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

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

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

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

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

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

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