#CFEF9A

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

Shades of Reef #CFEF9A

Tints of Reef #CFEF9A

Color information

#CFEF9A (or 0xCFEF9A) is unknown color: approx Reef. HEX triplet: CF, EF and 9A. RGB value is (207,239,154). Sum of RGB (Red+Green+Blue) = 207+239+154=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF9A is #301065. Grayscale: #DCDCDC. Windows color (decimal): -3149926 or 10153935. OLE color: 10153935.

HSL color Cylindrical-coordinate representation of color #CFEF9A: hue angle of 82.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFEF9A is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB207239154-
CMYK0.1300.360.06
HSL82.59º72.65%77.06%-
HSV(B)82.59º35.56%93.73%-
XYZ62.4377.3342.21-
YUV219.7490.9118.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 154 (60.55% from 255) = 25.67%
R=34.5%
G=39.83%
B=25.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391540.1300.360.0682.5972.6577.06
HexCFEF9AD024653494d
Octal317357232150446123111115
Binary11001111111011111001101011010100100110101001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF9A; }

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

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

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

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

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

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

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

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