#cfec97

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

Shades of Reef #CFEC97

Tints of Reef #CFEC97

Color information

#CFEC97 (or 0xCFEC97) is unknown color: approx Reef. HEX triplet: CF, EC and 97. RGB value is (207,236,151). Sum of RGB (Red+Green+Blue) = 207+236+151=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC97 is #301368. Grayscale: #D9D9D9. Windows color (decimal): -3150697 or 9956559. OLE color: 9956559.

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

Color convert

RGB207236151-
CMYK0.1200.360.07
HSL80.47º69.11%75.88%-
HSV(B)80.47º36.02%92.55%-
XYZ61.3175.4940.62-
YUV217.6490.39120.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 236 (92.58% from 255) = 39.73%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=34.85%
G=39.73%
B=25.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361510.1200.360.0780.4769.1175.88
HexCFEC97C024750454c
Octal317354227140447120105114
Binary11001111111011001001011111000100100111101000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfec97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfec97; }

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

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

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

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

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

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

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

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