Shades of Green Mist #C2CF90
Tints of Green Mist #C2CF90
RGB
CMYK
RGB Variations
Color information
#C2CF90 (or 0xC2CF90) is known color: Green Mist. HEX triplet: C2, CF and 90. RGB value is (194,207,144). Sum of RGB (Red+Green+Blue) = 194+207+144=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CF90 is #3D306F. Grayscale: #C4C4C4. Windows color (decimal): -4010096 or 9490370. OLE color: 9490370.
HSL color Cylindrical-coordinate representation of color #C2CF90: hue angle of 72.38º 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 #C2CF90 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 144 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.19 |
| HSL | 72.38º | 0.4% | 0.69% | - |
| HSV(B) | 72.38º | 0.3% | 0.81% | - |
| XYZ | 49.6 | 58.11 | 34.99 | - |
| YUV | 195.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 144 | 0.06 | 0 | 0.30 | 0.19 | 72.38 | 0.4 | 0.69 |
| Hex | C2 | CF | 90 | 6 | 0 | 1E | 13 | 48 | 28 | 45 |
| Octal | 302 | 317 | 220 | 6 | 0 | 36 | 23 | 110 | 50 | 105 |
| Binary | 11000010 | 11001111 | 10010000 | 110 | 0 | 11110 | 10011 | 1001000 | 101000 | 1000101 |
Color Harmonies of #C2CF90
Complementary color
Monochromatic Colors of #C2CF90
Black with #C2CF90
Text Example
Text Example
White with #C2CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF90; }
p { color: rgb(194,207,144); }
H1.HeaderClassName
{
color: #C2CF90;
}
.AnyTagClassName
{
color: #C2CF90;
}
</style>
background-color css
<style>
a { background-color: #C2CF90; }
a { background-color: rgb(194,207,144); }
div.DivClassName
{
background-color: #C2CF90;
}
.BgClassName
{
background-color: #C2CF90;
}
</style>
border-color css
<style>
span { border-color: #C2CF90; }
span { border-color: rgb(194,207,144); }
td.TdClassName
{
border-color: #C2CF90;
}
.TagClassName
{
border-color: #C2CF90;
}
</style>