Shades of Green Mist #C6D295
Tints of Green Mist #C6D295
RGB
CMYK
RGB Variations
Color information
#C6D295 (or 0xC6D295) is known color: Green Mist. HEX triplet: C6, D2 and 95. RGB value is (198,210,149). Sum of RGB (Red+Green+Blue) = 198+210+149=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D295 is #392D6A. Grayscale: #C7C7C7. Windows color (decimal): -3747179 or 9818822. OLE color: 9818822.
HSL color Cylindrical-coordinate representation of color #C6D295: hue angle of 71.8º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6D295 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 149 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.18 |
| HSL | 71.8º | 0.4% | 0.7% | - |
| HSV(B) | 71.8º | 0.29% | 0.82% | - |
| XYZ | 51.76 | 60.27 | 37.34 | - |
| YUV | 199.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 149 | 0.06 | 0 | 0.29 | 0.18 | 71.8 | 0.4 | 0.7 |
| Hex | C6 | D2 | 95 | 6 | 0 | 1D | 12 | 48 | 28 | 46 |
| Octal | 306 | 322 | 225 | 6 | 0 | 35 | 22 | 110 | 50 | 106 |
| Binary | 11000110 | 11010010 | 10010101 | 110 | 0 | 11101 | 10010 | 1001000 | 101000 | 1000110 |
Color Harmonies of #C6D295
Complementary color
Monochromatic Colors of #C6D295
Black with #C6D295
Text Example
Text Example
White with #C6D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D295; }
p { color: rgb(198,210,149); }
H1.HeaderClassName
{
color: #C6D295;
}
.AnyTagClassName
{
color: #C6D295;
}
</style>
background-color css
<style>
a { background-color: #C6D295; }
a { background-color: rgb(198,210,149); }
div.DivClassName
{
background-color: #C6D295;
}
.BgClassName
{
background-color: #C6D295;
}
</style>
border-color css
<style>
span { border-color: #C6D295; }
span { border-color: rgb(198,210,149); }
td.TdClassName
{
border-color: #C6D295;
}
.TagClassName
{
border-color: #C6D295;
}
</style>