Shades of Green Mist #C5CD98
Tints of Green Mist #C5CD98
RGB
CMYK
RGB Variations
Color information
#C5CD98 (or 0xC5CD98) is known color: Green Mist. HEX triplet: C5, CD and 98. RGB value is (197,205,152). Sum of RGB (Red+Green+Blue) = 197+205+152=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CD98 is #3A3267. Grayscale: #C4C4C4. Windows color (decimal): -3813992 or 10014149. OLE color: 10014149.
HSL color Cylindrical-coordinate representation of color #C5CD98: hue angle of 69.06º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5CD98 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 152 | - |
CMYK | 0.04 | 0 | 0.26 | 0.20 |
HSL | 69.06º | 0.35% | 0.7% | - |
HSV(B) | 69.06º | 0.26% | 0.8% | - |
XYZ | 50.52 | 57.8 | 38.2 | - |
YUV | 196.57 | 102.85 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 152 | 0.04 | 0 | 0.26 | 0.20 | 69.06 | 0.35 | 0.7 |
Hex | C5 | CD | 98 | 4 | 0 | 1A | 14 | 45 | 23 | 46 |
Octal | 305 | 315 | 230 | 4 | 0 | 32 | 24 | 105 | 43 | 106 |
Binary | 11000101 | 11001101 | 10011000 | 100 | 0 | 11010 | 10100 | 1000101 | 100011 | 1000110 |
Color Harmonies of #C5CD98
Complementary color
Monochromatic Colors of #C5CD98
Black with #C5CD98
Text Example
Text Example
White with #C5CD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD98; }
p { color: rgb(197,205,152); }
H1.HeaderClassName
{
color: #C5CD98;
}
.AnyTagClassName
{
color: #C5CD98;
}
</style>
background-color css
<style>
a { background-color: #C5CD98; }
a { background-color: rgb(197,205,152); }
div.DivClassName
{
background-color: #C5CD98;
}
.BgClassName
{
background-color: #C5CD98;
}
</style>
border-color css
<style>
span { border-color: #C5CD98; }
span { border-color: rgb(197,205,152); }
td.TdClassName
{
border-color: #C5CD98;
}
.TagClassName
{
border-color: #C5CD98;
}
</style>