Shades of Green Mist #C7D496
Tints of Green Mist #C7D496
RGB
CMYK
RGB Variations
Color information
#C7D496 (or 0xC7D496) is known color: Green Mist. HEX triplet: C7, D4 and 96. RGB value is (199,212,150). Sum of RGB (Red+Green+Blue) = 199+212+150=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D496 is #382B69. Grayscale: #C9C9C9. Windows color (decimal): -3681130 or 9884871. OLE color: 9884871.
HSL color Cylindrical-coordinate representation of color #C7D496: hue angle of 72.58º degrees, saturation: 0.42, 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 #C7D496 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 150 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.17 |
| HSL | 72.58º | 0.42% | 0.71% | - |
| HSV(B) | 72.58º | 0.29% | 0.83% | - |
| XYZ | 52.6 | 61.43 | 37.94 | - |
| YUV | 201.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 150 | 0.06 | 0 | 0.29 | 0.17 | 72.58 | 0.42 | 0.71 |
| Hex | C7 | D4 | 96 | 6 | 0 | 1D | 11 | 49 | 2A | 47 |
| Octal | 307 | 324 | 226 | 6 | 0 | 35 | 21 | 111 | 52 | 107 |
| Binary | 11000111 | 11010100 | 10010110 | 110 | 0 | 11101 | 10001 | 1001001 | 101010 | 1000111 |
Color Harmonies of #C7D496
Complementary color
Monochromatic Colors of #C7D496
Black with #C7D496
Text Example
Text Example
White with #C7D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D496; }
p { color: rgb(199,212,150); }
H1.HeaderClassName
{
color: #C7D496;
}
.AnyTagClassName
{
color: #C7D496;
}
</style>
background-color css
<style>
a { background-color: #C7D496; }
a { background-color: rgb(199,212,150); }
div.DivClassName
{
background-color: #C7D496;
}
.BgClassName
{
background-color: #C7D496;
}
</style>
border-color css
<style>
span { border-color: #C7D496; }
span { border-color: rgb(199,212,150); }
td.TdClassName
{
border-color: #C7D496;
}
.TagClassName
{
border-color: #C7D496;
}
</style>