Shades of Green Mist #C0CF90
Tints of Green Mist #C0CF90
RGB
CMYK
RGB Variations
Color information
#C0CF90 (or 0xC0CF90) is known color: Green Mist. HEX triplet: C0, CF and 90. RGB value is (192,207,144). Sum of RGB (Red+Green+Blue) = 192+207+144=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF90 is #3F306F. Grayscale: #C3C3C3. Windows color (decimal): -4141168 or 9490368. OLE color: 9490368.
HSL color Cylindrical-coordinate representation of color #C0CF90: hue angle of 74.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0CF90 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 144 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.19 |
| HSL | 74.29º | 0.4% | 0.69% | - |
| HSV(B) | 74.29º | 0.3% | 0.81% | - |
| XYZ | 49.09 | 57.85 | 34.96 | - |
| YUV | 195.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 144 | 0.07 | 0 | 0.30 | 0.19 | 74.29 | 0.4 | 0.69 |
| Hex | C0 | CF | 90 | 7 | 0 | 1E | 13 | 4A | 28 | 45 |
| Octal | 300 | 317 | 220 | 7 | 0 | 36 | 23 | 112 | 50 | 105 |
| Binary | 11000000 | 11001111 | 10010000 | 111 | 0 | 11110 | 10011 | 1001010 | 101000 | 1000101 |
Color Harmonies of #C0CF90
Complementary color
Monochromatic Colors of #C0CF90
Black with #C0CF90
Text Example
Text Example
White with #C0CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF90; }
p { color: rgb(192,207,144); }
H1.HeaderClassName
{
color: #C0CF90;
}
.AnyTagClassName
{
color: #C0CF90;
}
</style>
background-color css
<style>
a { background-color: #C0CF90; }
a { background-color: rgb(192,207,144); }
div.DivClassName
{
background-color: #C0CF90;
}
.BgClassName
{
background-color: #C0CF90;
}
</style>
border-color css
<style>
span { border-color: #C0CF90; }
span { border-color: rgb(192,207,144); }
td.TdClassName
{
border-color: #C0CF90;
}
.TagClassName
{
border-color: #C0CF90;
}
</style>