#CFEC9D

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

Shades of Reef #CFEC9D

Tints of Reef #CFEC9D

Color information

#CFEC9D (or 0xCFEC9D) is unknown color: approx Reef. HEX triplet: CF, EC and 9D. RGB value is (207,236,157). Sum of RGB (Red+Green+Blue) = 207+236+157=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC9D is #301362. Grayscale: #DADADA. Windows color (decimal): -3150691 or 10349775. OLE color: 10349775.

HSL color Cylindrical-coordinate representation of color #CFEC9D: hue angle of 82.03º degrees, saturation: 0.68, 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 #CFEC9D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB207236157-
CMYK0.1200.330.07
HSL82.03º67.52%77.06%-
HSV(B)82.03º33.47%92.55%-
XYZ61.8175.6943.25-
YUV218.3293.39119.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=34.5%
G=39.33%
B=26.17%

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
Decimal2072361570.1200.330.0782.0367.5277.06
HexCFEC9DC021752444d
Octal317354235140417122104115
Binary11001111111011001001110111000100001111101001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEC9D; }

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

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

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

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

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

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

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

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