#C5CF97

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

Shades of Green Mist #C5CF97

Tints of Green Mist #C5CF97

Color information

#C5CF97 (or 0xC5CF97) is unknown color: approx Green Mist. HEX triplet: C5, CF and 97. RGB value is (197,207,151). Sum of RGB (Red+Green+Blue) = 197+207+151=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CF97 is #3A3068. Grayscale: #C5C5C5. Windows color (decimal): -3813481 or 9949125. OLE color: 9949125.

HSL color Cylindrical-coordinate representation of color #C5CF97: hue angle of 70.71º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5CF97 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB197207151-
CMYK0.0500.270.19
HSL70.71º36.84%70.2%-
HSV(B)70.71º27.05%81.18%-
XYZ50.9258.7337.93-
YUV197.63101.69127.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=35.50%
G=37.30%
B=27.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071510.0500.270.1970.7136.8470.2
HexC5CF97501B13472546
Octal30531722750332310745106
Binary1100010111001111100101111010110111001110001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF97; }

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

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

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

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

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

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

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

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