#CEF49E

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

Shades of Reef #CEF49E

Tints of Reef #CEF49E

Color information

#CEF49E (or 0xCEF49E) is unknown color: approx Reef. HEX triplet: CE, F4 and 9E. RGB value is (206,244,158). Sum of RGB (Red+Green+Blue) = 206+244+158=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF49E is #310B61. Grayscale: #DFDFDF. Windows color (decimal): -3214178 or 10417358. OLE color: 10417358.

HSL color Cylindrical-coordinate representation of color #CEF49E: hue angle of 86.51º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEF49E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB206244158-
CMYK0.1600.350.04
HSL86.51º79.63%78.82%-
HSV(B)86.51º35.25%95.69%-
XYZ63.9880.2944.47-
YUV222.8391.41115.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 158 (62.11% from 255) = 25.99%
R=33.88%
G=40.13%
B=25.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062441580.1600.350.0486.5179.6378.82
HexCEF49E10023457504f
Octal316364236200434127120117
Binary110011101111010010011110100000100011100101011110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF49E; }

 p { color: rgb(206,244,158); }

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

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

 a { background-color: rgb(206,244,158); }

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

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

 span { border-color: rgb(206,244,158); }

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