#CEF49C

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

Shades of Reef #CEF49C

Tints of Reef #CEF49C

Color information

#CEF49C (or 0xCEF49C) is unknown color: approx Reef. HEX triplet: CE, F4 and 9C. RGB value is (206,244,156). Sum of RGB (Red+Green+Blue) = 206+244+156=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF49C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF49C is #310B63. Grayscale: #DEDEDE. Windows color (decimal): -3214180 or 10286286. OLE color: 10286286.

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

Color convert

RGB206244156-
CMYK0.1600.360.04
HSL85.91º80%78.43%-
HSV(B)85.91º36.07%95.69%-
XYZ63.8180.2243.57-
YUV222.6190.41116.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=33.99%
G=40.26%
B=25.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062441560.1600.360.0485.918078.43
HexCEF49C10024456504e
Octal316364234200444126120116
Binary110011101111010010011100100000100100100101011010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF49C; }

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

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

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

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

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

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

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

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