#CEF29D

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

Shades of Reef #CEF29D

Tints of Reef #CEF29D

Color information

#CEF29D (or 0xCEF29D) is unknown color: approx Reef. HEX triplet: CE, F2 and 9D. RGB value is (206,242,157). Sum of RGB (Red+Green+Blue) = 206+242+157=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29D is #310D62. Grayscale: #DDDDDD. Windows color (decimal): -3214691 or 10351310. OLE color: 10351310.

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

Color convert

RGB206242157-
CMYK0.1500.350.05
HSL85.41º76.58%78.24%-
HSV(B)85.41º35.12%94.9%-
XYZ63.2979.0643.82-
YUV221.5591.57116.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=34.05%
G=40%
B=25.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421570.1500.350.0585.4176.5878.24
HexCEF29DF0235554d4e
Octal316362235170435125115116
Binary11001110111100101001110111110100011101101010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF29D; }

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

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

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

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

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

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

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

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