#CFEC9A

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

Shades of Reef #CFEC9A

Tints of Reef #CFEC9A

Color information

#CFEC9A (or 0xCFEC9A) is unknown color: approx Reef. HEX triplet: CF, EC and 9A. RGB value is (207,236,154). Sum of RGB (Red+Green+Blue) = 207+236+154=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC9A is #301365. Grayscale: #DADADA. Windows color (decimal): -3150694 or 10153167. OLE color: 10153167.

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

Color convert

RGB207236154-
CMYK0.1200.350.07
HSL81.22º68.33%76.47%-
HSV(B)81.22º34.75%92.55%-
XYZ61.5675.5941.92-
YUV217.9891.89120.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 236 (92.58% from 255) = 39.53%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=34.67%
G=39.53%
B=25.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361540.1200.350.0781.2268.3376.47
HexCFEC9AC023751444c
Octal317354232140437121104114
Binary11001111111011001001101011000100011111101000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEC9A; }

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

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

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

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

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

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

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

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