Shades of Green Mist #C0CD8E
Tints of Green Mist #C0CD8E
RGB
CMYK
RGB Variations
Color information
#C0CD8E (or 0xC0CD8E) is known color: Green Mist. HEX triplet: C0, CD and 8E. RGB value is (192,205,142). Sum of RGB (Red+Green+Blue) = 192+205+142=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD8E is #3F3271. Grayscale: #C2C2C2. Windows color (decimal): -4141682 or 9358784. OLE color: 9358784.
HSL color Cylindrical-coordinate representation of color #C0CD8E: hue angle of 72.38º 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 #C0CD8E is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 142 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.20 |
| HSL | 72.38º | 0.39% | 0.68% | - |
| HSV(B) | 72.38º | 0.31% | 0.8% | - |
| XYZ | 48.45 | 56.82 | 34.01 | - |
| YUV | 193.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 142 | 0.06 | 0 | 0.31 | 0.20 | 72.38 | 0.39 | 0.68 |
| Hex | C0 | CD | 8E | 6 | 0 | 1F | 14 | 48 | 27 | 44 |
| Octal | 300 | 315 | 216 | 6 | 0 | 37 | 24 | 110 | 47 | 104 |
| Binary | 11000000 | 11001101 | 10001110 | 110 | 0 | 11111 | 10100 | 1001000 | 100111 | 1000100 |
Color Harmonies of #C0CD8E
Complementary color
Monochromatic Colors of #C0CD8E
Black with #C0CD8E
Text Example
Text Example
White with #C0CD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD8E; }
p { color: rgb(192,205,142); }
H1.HeaderClassName
{
color: #C0CD8E;
}
.AnyTagClassName
{
color: #C0CD8E;
}
</style>
background-color css
<style>
a { background-color: #C0CD8E; }
a { background-color: rgb(192,205,142); }
div.DivClassName
{
background-color: #C0CD8E;
}
.BgClassName
{
background-color: #C0CD8E;
}
</style>
border-color css
<style>
span { border-color: #C0CD8E; }
span { border-color: rgb(192,205,142); }
td.TdClassName
{
border-color: #C0CD8E;
}
.TagClassName
{
border-color: #C0CD8E;
}
</style>