#CFEC9F

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

Shades of Reef #CFEC9F

Tints of Reef #CFEC9F

Color information

#CFEC9F (or 0xCFEC9F) is unknown color: approx Reef. HEX triplet: CF, EC and 9F. RGB value is (207,236,159). Sum of RGB (Red+Green+Blue) = 207+236+159=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC9F is #301360. Grayscale: #DADADA. Windows color (decimal): -3150689 or 10480847. OLE color: 10480847.

HSL color Cylindrical-coordinate representation of color #CFEC9F: hue angle of 82.6º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEC9F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB207236159-
CMYK0.1200.330.07
HSL82.6º66.96%77.45%-
HSV(B)82.6º32.63%92.55%-
XYZ61.9975.7644.16-
YUV218.5594.39119.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 236 (92.58% from 255) = 39.20%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=34.39%
G=39.20%
B=26.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361590.1200.330.0782.666.9677.45
HexCFEC9FC021753434d
Octal317354237140417123103115
Binary11001111111011001001111111000100001111101001110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEC9F; }

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

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

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

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

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

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

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

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