Shades of Green Mist #CACF9B
Tints of Green Mist #CACF9B
RGB
CMYK
RGB Variations
Color information
#CACF9B (or 0xCACF9B) is known color: Green Mist. HEX triplet: CA, CF and 9B. RGB value is (202,207,155). Sum of RGB (Red+Green+Blue) = 202+207+155=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF9B is #353064. Grayscale: #C7C7C7. Windows color (decimal): -3485797 or 10211274. OLE color: 10211274.
HSL color Cylindrical-coordinate representation of color #CACF9B: hue angle of 65.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CACF9B is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 155 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.19 |
| HSL | 65.77º | 0.35% | 0.71% | - |
| HSV(B) | 65.77º | 0.25% | 0.81% | - |
| XYZ | 52.59 | 59.55 | 39.73 | - |
| YUV | 199.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 155 | 0.02 | 0 | 0.25 | 0.19 | 65.77 | 0.35 | 0.71 |
| Hex | CA | CF | 9B | 2 | 0 | 19 | 13 | 42 | 23 | 47 |
| Octal | 312 | 317 | 233 | 2 | 0 | 31 | 23 | 102 | 43 | 107 |
| Binary | 11001010 | 11001111 | 10011011 | 10 | 0 | 11001 | 10011 | 1000010 | 100011 | 1000111 |
Color Harmonies of #CACF9B
Complementary color
Monochromatic Colors of #CACF9B
Black with #CACF9B
Text Example
Text Example
White with #CACF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF9B; }
p { color: rgb(202,207,155); }
H1.HeaderClassName
{
color: #CACF9B;
}
.AnyTagClassName
{
color: #CACF9B;
}
</style>
background-color css
<style>
a { background-color: #CACF9B; }
a { background-color: rgb(202,207,155); }
div.DivClassName
{
background-color: #CACF9B;
}
.BgClassName
{
background-color: #CACF9B;
}
</style>
border-color css
<style>
span { border-color: #CACF9B; }
span { border-color: rgb(202,207,155); }
td.TdClassName
{
border-color: #CACF9B;
}
.TagClassName
{
border-color: #CACF9B;
}
</style>