Shades of Green Mist #CACF96
Tints of Green Mist #CACF96
RGB
CMYK
RGB Variations
Color information
#CACF96 (or 0xCACF96) is known color: Green Mist. HEX triplet: CA, CF and 96. RGB value is (202,207,150). Sum of RGB (Red+Green+Blue) = 202+207+150=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF96 is #353069. Grayscale: #C7C7C7. Windows color (decimal): -3485802 or 9883594. OLE color: 9883594.
HSL color Cylindrical-coordinate representation of color #CACF96: hue angle of 65.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CACF96 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 150 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.19 |
| HSL | 65.26º | 0.37% | 0.7% | - |
| HSV(B) | 65.26º | 0.28% | 0.81% | - |
| XYZ | 52.17 | 59.38 | 37.57 | - |
| YUV | 199.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 150 | 0.02 | 0 | 0.28 | 0.19 | 65.26 | 0.37 | 0.7 |
| Hex | CA | CF | 96 | 2 | 0 | 1C | 13 | 41 | 25 | 46 |
| Octal | 312 | 317 | 226 | 2 | 0 | 34 | 23 | 101 | 45 | 106 |
| Binary | 11001010 | 11001111 | 10010110 | 10 | 0 | 11100 | 10011 | 1000001 | 100101 | 1000110 |
Color Harmonies of #CACF96
Complementary color
Monochromatic Colors of #CACF96
Black with #CACF96
Text Example
Text Example
White with #CACF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF96; }
p { color: rgb(202,207,150); }
H1.HeaderClassName
{
color: #CACF96;
}
.AnyTagClassName
{
color: #CACF96;
}
</style>
background-color css
<style>
a { background-color: #CACF96; }
a { background-color: rgb(202,207,150); }
div.DivClassName
{
background-color: #CACF96;
}
.BgClassName
{
background-color: #CACF96;
}
</style>
border-color css
<style>
span { border-color: #CACF96; }
span { border-color: rgb(202,207,150); }
td.TdClassName
{
border-color: #CACF96;
}
.TagClassName
{
border-color: #CACF96;
}
</style>