Shades of Green Mist #C5CC90
Tints of Green Mist #C5CC90
RGB
CMYK
RGB Variations
Color information
#C5CC90 (or 0xC5CC90) is known color: Green Mist. HEX triplet: C5, CC and 90. RGB value is (197,204,144). Sum of RGB (Red+Green+Blue) = 197+204+144=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CC90 is #3A336F. Grayscale: #C3C3C3. Windows color (decimal): -3814256 or 9489605. OLE color: 9489605.
HSL color Cylindrical-coordinate representation of color #C5CC90: hue angle of 67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5CC90 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 144 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.2 |
| HSL | 67º | 0.37% | 0.68% | - |
| HSV(B) | 67º | 0.29% | 0.8% | - |
| XYZ | 49.65 | 57.07 | 34.78 | - |
| YUV | 195.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 144 | 0.03 | 0 | 0.29 | 0.2 | 67 | 0.37 | 0.68 |
| Hex | C5 | CC | 90 | 3 | 0 | 1D | 14 | 43 | 25 | 44 |
| Octal | 305 | 314 | 220 | 3 | 0 | 35 | 24 | 103 | 45 | 104 |
| Binary | 11000101 | 11001100 | 10010000 | 11 | 0 | 11101 | 10100 | 1000011 | 100101 | 1000100 |
Color Harmonies of #C5CC90
Complementary color
Monochromatic Colors of #C5CC90
Black with #C5CC90
Text Example
Text Example
White with #C5CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC90; }
p { color: rgb(197,204,144); }
H1.HeaderClassName
{
color: #C5CC90;
}
.AnyTagClassName
{
color: #C5CC90;
}
</style>
background-color css
<style>
a { background-color: #C5CC90; }
a { background-color: rgb(197,204,144); }
div.DivClassName
{
background-color: #C5CC90;
}
.BgClassName
{
background-color: #C5CC90;
}
</style>
border-color css
<style>
span { border-color: #C5CC90; }
span { border-color: rgb(197,204,144); }
td.TdClassName
{
border-color: #C5CC90;
}
.TagClassName
{
border-color: #C5CC90;
}
</style>