Shades of Green Mist #C0CD90
Tints of Green Mist #C0CD90
RGB
CMYK
RGB Variations
Color information
#C0CD90 (or 0xC0CD90) is known color: Green Mist. HEX triplet: C0, CD and 90. RGB value is (192,205,144). Sum of RGB (Red+Green+Blue) = 192+205+144=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD90 is #3F326F. Grayscale: #C2C2C2. Windows color (decimal): -4141680 or 9489856. OLE color: 9489856.
HSL color Cylindrical-coordinate representation of color #C0CD90: hue angle of 72.79º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0CD90 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 144 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.20 |
| HSL | 72.79º | 0.38% | 0.68% | - |
| HSV(B) | 72.79º | 0.3% | 0.8% | - |
| XYZ | 48.6 | 56.88 | 34.8 | - |
| YUV | 194.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 144 | 0.06 | 0 | 0.30 | 0.20 | 72.79 | 0.38 | 0.68 |
| Hex | C0 | CD | 90 | 6 | 0 | 1E | 14 | 49 | 26 | 44 |
| Octal | 300 | 315 | 220 | 6 | 0 | 36 | 24 | 111 | 46 | 104 |
| Binary | 11000000 | 11001101 | 10010000 | 110 | 0 | 11110 | 10100 | 1001001 | 100110 | 1000100 |
Color Harmonies of #C0CD90
Complementary color
Monochromatic Colors of #C0CD90
Black with #C0CD90
Text Example
Text Example
White with #C0CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD90; }
p { color: rgb(192,205,144); }
H1.HeaderClassName
{
color: #C0CD90;
}
.AnyTagClassName
{
color: #C0CD90;
}
</style>
background-color css
<style>
a { background-color: #C0CD90; }
a { background-color: rgb(192,205,144); }
div.DivClassName
{
background-color: #C0CD90;
}
.BgClassName
{
background-color: #C0CD90;
}
</style>
border-color css
<style>
span { border-color: #C0CD90; }
span { border-color: rgb(192,205,144); }
td.TdClassName
{
border-color: #C0CD90;
}
.TagClassName
{
border-color: #C0CD90;
}
</style>