Shades of Green Mist #C8D396
Tints of Green Mist #C8D396
RGB
CMYK
RGB Variations
Color information
#C8D396 (or 0xC8D396) is known color: Green Mist. HEX triplet: C8, D3 and 96. RGB value is (200,211,150). Sum of RGB (Red+Green+Blue) = 200+211+150=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D396 is #372C69. Grayscale: #C8C8C8. Windows color (decimal): -3615850 or 9884616. OLE color: 9884616.
HSL color Cylindrical-coordinate representation of color #C8D396: hue angle of 70.82º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8D396 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 150 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.17 |
| HSL | 70.82º | 0.41% | 0.71% | - |
| HSV(B) | 70.82º | 0.29% | 0.83% | - |
| XYZ | 52.62 | 61.07 | 37.87 | - |
| YUV | 200.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 150 | 0.05 | 0 | 0.29 | 0.17 | 70.82 | 0.41 | 0.71 |
| Hex | C8 | D3 | 96 | 5 | 0 | 1D | 11 | 47 | 29 | 47 |
| Octal | 310 | 323 | 226 | 5 | 0 | 35 | 21 | 107 | 51 | 107 |
| Binary | 11001000 | 11010011 | 10010110 | 101 | 0 | 11101 | 10001 | 1000111 | 101001 | 1000111 |
Color Harmonies of #C8D396
Complementary color
Monochromatic Colors of #C8D396
Black with #C8D396
Text Example
Text Example
White with #C8D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D396; }
p { color: rgb(200,211,150); }
H1.HeaderClassName
{
color: #C8D396;
}
.AnyTagClassName
{
color: #C8D396;
}
</style>
background-color css
<style>
a { background-color: #C8D396; }
a { background-color: rgb(200,211,150); }
div.DivClassName
{
background-color: #C8D396;
}
.BgClassName
{
background-color: #C8D396;
}
</style>
border-color css
<style>
span { border-color: #C8D396; }
span { border-color: rgb(200,211,150); }
td.TdClassName
{
border-color: #C8D396;
}
.TagClassName
{
border-color: #C8D396;
}
</style>