Shades of Green Mist #C7D293
Tints of Green Mist #C7D293
RGB
CMYK
RGB Variations
Color information
#C7D293 (or 0xC7D293) is known color: Green Mist. HEX triplet: C7, D2 and 93. RGB value is (199,210,147). Sum of RGB (Red+Green+Blue) = 199+210+147=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D293 is #382D6C. Grayscale: #C7C7C7. Windows color (decimal): -3681645 or 9687751. OLE color: 9687751.
HSL color Cylindrical-coordinate representation of color #C7D293: hue angle of 70.48º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7D293 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 147 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.18 |
| HSL | 70.48º | 0.41% | 0.7% | - |
| HSV(B) | 70.48º | 0.3% | 0.82% | - |
| XYZ | 51.87 | 60.34 | 36.52 | - |
| YUV | 199.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 147 | 0.05 | 0 | 0.30 | 0.18 | 70.48 | 0.41 | 0.7 |
| Hex | C7 | D2 | 93 | 5 | 0 | 1E | 12 | 46 | 29 | 46 |
| Octal | 307 | 322 | 223 | 5 | 0 | 36 | 22 | 106 | 51 | 106 |
| Binary | 11000111 | 11010010 | 10010011 | 101 | 0 | 11110 | 10010 | 1000110 | 101001 | 1000110 |
Color Harmonies of #C7D293
Complementary color
Monochromatic Colors of #C7D293
Black with #C7D293
Text Example
Text Example
White with #C7D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D293; }
p { color: rgb(199,210,147); }
H1.HeaderClassName
{
color: #C7D293;
}
.AnyTagClassName
{
color: #C7D293;
}
</style>
background-color css
<style>
a { background-color: #C7D293; }
a { background-color: rgb(199,210,147); }
div.DivClassName
{
background-color: #C7D293;
}
.BgClassName
{
background-color: #C7D293;
}
</style>
border-color css
<style>
span { border-color: #C7D293; }
span { border-color: rgb(199,210,147); }
td.TdClassName
{
border-color: #C7D293;
}
.TagClassName
{
border-color: #C7D293;
}
</style>