Shades of Green Mist #C7D098
Tints of Green Mist #C7D098
RGB
CMYK
RGB Variations
Color information
#C7D098 (or 0xC7D098) is known color: Green Mist. HEX triplet: C7, D0 and 98. RGB value is (199,208,152). Sum of RGB (Red+Green+Blue) = 199+208+152=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D098 is #382F67. Grayscale: #C7C7C7. Windows color (decimal): -3682152 or 10014919. OLE color: 10014919.
HSL color Cylindrical-coordinate representation of color #C7D098: hue angle of 69.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7D098 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 152 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.18 |
| HSL | 69.64º | 0.37% | 0.71% | - |
| HSV(B) | 69.64º | 0.27% | 0.82% | - |
| XYZ | 51.78 | 59.52 | 38.47 | - |
| YUV | 198.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 152 | 0.04 | 0 | 0.27 | 0.18 | 69.64 | 0.37 | 0.71 |
| Hex | C7 | D0 | 98 | 4 | 0 | 1B | 12 | 46 | 25 | 47 |
| Octal | 307 | 320 | 230 | 4 | 0 | 33 | 22 | 106 | 45 | 107 |
| Binary | 11000111 | 11010000 | 10011000 | 100 | 0 | 11011 | 10010 | 1000110 | 100101 | 1000111 |
Color Harmonies of #C7D098
Complementary color
Monochromatic Colors of #C7D098
Black with #C7D098
Text Example
Text Example
White with #C7D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D098; }
p { color: rgb(199,208,152); }
H1.HeaderClassName
{
color: #C7D098;
}
.AnyTagClassName
{
color: #C7D098;
}
</style>
background-color css
<style>
a { background-color: #C7D098; }
a { background-color: rgb(199,208,152); }
div.DivClassName
{
background-color: #C7D098;
}
.BgClassName
{
background-color: #C7D098;
}
</style>
border-color css
<style>
span { border-color: #C7D098; }
span { border-color: rgb(199,208,152); }
td.TdClassName
{
border-color: #C7D098;
}
.TagClassName
{
border-color: #C7D098;
}
</style>