Shades of Green Mist #C2CD8E
Tints of Green Mist #C2CD8E
RGB
CMYK
RGB Variations
Color information
#C2CD8E (or 0xC2CD8E) is known color: Green Mist. HEX triplet: C2, CD and 8E. RGB value is (194,205,142). Sum of RGB (Red+Green+Blue) = 194+205+142=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CD8E is #3D3271. Grayscale: #C2C2C2. Windows color (decimal): -4010610 or 9358786. OLE color: 9358786.
HSL color Cylindrical-coordinate representation of color #C2CD8E: hue angle of 70.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2CD8E is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 142 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.20 |
| HSL | 70.48º | 0.39% | 0.68% | - |
| HSV(B) | 70.48º | 0.31% | 0.8% | - |
| XYZ | 48.96 | 57.08 | 34.03 | - |
| YUV | 194.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 142 | 0.05 | 0 | 0.31 | 0.20 | 70.48 | 0.39 | 0.68 |
| Hex | C2 | CD | 8E | 5 | 0 | 1F | 14 | 46 | 27 | 44 |
| Octal | 302 | 315 | 216 | 5 | 0 | 37 | 24 | 106 | 47 | 104 |
| Binary | 11000010 | 11001101 | 10001110 | 101 | 0 | 11111 | 10100 | 1000110 | 100111 | 1000100 |
Color Harmonies of #C2CD8E
Complementary color
Monochromatic Colors of #C2CD8E
Black with #C2CD8E
Text Example
Text Example
White with #C2CD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD8E; }
p { color: rgb(194,205,142); }
H1.HeaderClassName
{
color: #C2CD8E;
}
.AnyTagClassName
{
color: #C2CD8E;
}
</style>
background-color css
<style>
a { background-color: #C2CD8E; }
a { background-color: rgb(194,205,142); }
div.DivClassName
{
background-color: #C2CD8E;
}
.BgClassName
{
background-color: #C2CD8E;
}
</style>
border-color css
<style>
span { border-color: #C2CD8E; }
span { border-color: rgb(194,205,142); }
td.TdClassName
{
border-color: #C2CD8E;
}
.TagClassName
{
border-color: #C2CD8E;
}
</style>