Shades of Green Mist #CAD299
Tints of Green Mist #CAD299
RGB
CMYK
RGB Variations
Color information
#CAD299 (or 0xCAD299) is known color: Green Mist. HEX triplet: CA, D2 and 99. RGB value is (202,210,153). Sum of RGB (Red+Green+Blue) = 202+210+153=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD299 is #352D66. Grayscale: #C9C9C9. Windows color (decimal): -3485031 or 10080970. OLE color: 10080970.
HSL color Cylindrical-coordinate representation of color #CAD299: hue angle of 68.42º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAD299 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 153 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.18 |
| HSL | 68.42º | 0.39% | 0.71% | - |
| HSV(B) | 68.42º | 0.27% | 0.82% | - |
| XYZ | 53.15 | 60.95 | 39.1 | - |
| YUV | 201.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 153 | 0.04 | 0 | 0.27 | 0.18 | 68.42 | 0.39 | 0.71 |
| Hex | CA | D2 | 99 | 4 | 0 | 1B | 12 | 44 | 27 | 47 |
| Octal | 312 | 322 | 231 | 4 | 0 | 33 | 22 | 104 | 47 | 107 |
| Binary | 11001010 | 11010010 | 10011001 | 100 | 0 | 11011 | 10010 | 1000100 | 100111 | 1000111 |
Color Harmonies of #CAD299
Complementary color
Monochromatic Colors of #CAD299
Black with #CAD299
Text Example
Text Example
White with #CAD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD299; }
p { color: rgb(202,210,153); }
H1.HeaderClassName
{
color: #CAD299;
}
.AnyTagClassName
{
color: #CAD299;
}
</style>
background-color css
<style>
a { background-color: #CAD299; }
a { background-color: rgb(202,210,153); }
div.DivClassName
{
background-color: #CAD299;
}
.BgClassName
{
background-color: #CAD299;
}
</style>
border-color css
<style>
span { border-color: #CAD299; }
span { border-color: rgb(202,210,153); }
td.TdClassName
{
border-color: #CAD299;
}
.TagClassName
{
border-color: #CAD299;
}
</style>