#CFE49F

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

Shades of Reef #CFE49F

Tints of Reef #CFE49F

Color information

#CFE49F (or 0xCFE49F) is unknown color: approx Reef. HEX triplet: CF, E4 and 9F. RGB value is (207,228,159). Sum of RGB (Red+Green+Blue) = 207+228+159=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE49F is #301B60. Grayscale: #D6D6D6. Windows color (decimal): -3152737 or 10478799. OLE color: 10478799.

HSL color Cylindrical-coordinate representation of color #CFE49F: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE49F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB207228159-
CMYK0.0900.300.11
HSL78.26º56.1%75.88%-
HSV(B)78.26º30.26%89.41%-
XYZ59.7371.2643.41-
YUV213.8697.04123.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 159 (62.5% from 255) = 26.77%
R=34.85%
G=38.38%
B=26.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281590.0900.300.1178.2656.175.88
HexCFE49F901EB4e384c
Octal317344237110361311670114
Binary1100111111100100100111111001011110101110011101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE49F; }

 p { color: rgb(207,228,159); }

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

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

 a { background-color: rgb(207,228,159); }

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

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

 span { border-color: rgb(207,228,159); }

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