Shades of Wild Willow #CAD352
Tints of Wild Willow #CAD352
RGB
CMYK
RGB Variations
Color information
#CAD352 (or 0xCAD352) is known color: Wild Willow. HEX triplet: CA, D3 and 52. RGB value is (202,211,82). Sum of RGB (Red+Green+Blue) = 202+211+82=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD352 is #352CAD. Grayscale: #C2C2C2. Windows color (decimal): -3484846 or 5428170. OLE color: 5428170.
HSL color Cylindrical-coordinate representation of color #CAD352: hue angle of 64.19º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAD352 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 82 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.17 |
| HSL | 64.19º | 0.59% | 0.57% | - |
| HSV(B) | 64.19º | 0.61% | 0.83% | - |
| XYZ | 49.17 | 59.75 | 16.92 | - |
| YUV | 193.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 82 | 0.04 | 0 | 0.61 | 0.17 | 64.19 | 0.59 | 0.57 |
| Hex | CA | D3 | 52 | 4 | 0 | 3D | 11 | 40 | 3B | 39 |
| Octal | 312 | 323 | 122 | 4 | 0 | 75 | 21 | 100 | 73 | 71 |
| Binary | 11001010 | 11010011 | 1010010 | 100 | 0 | 111101 | 10001 | 1000000 | 111011 | 111001 |
Color Harmonies of #CAD352
Complementary color
Monochromatic Colors of #CAD352
Black with #CAD352
Text Example
Text Example
White with #CAD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD352; }
p { color: rgb(202,211,82); }
H1.HeaderClassName
{
color: #CAD352;
}
.AnyTagClassName
{
color: #CAD352;
}
</style>
background-color css
<style>
a { background-color: #CAD352; }
a { background-color: rgb(202,211,82); }
div.DivClassName
{
background-color: #CAD352;
}
.BgClassName
{
background-color: #CAD352;
}
</style>
border-color css
<style>
span { border-color: #CAD352; }
span { border-color: rgb(202,211,82); }
td.TdClassName
{
border-color: #CAD352;
}
.TagClassName
{
border-color: #CAD352;
}
</style>