Shades of Wild Willow #CAD353
Tints of Wild Willow #CAD353
RGB
CMYK
RGB Variations
Color information
#CAD353 (or 0xCAD353) is known color: Wild Willow. HEX triplet: CA, D3 and 53. RGB value is (202,211,83). Sum of RGB (Red+Green+Blue) = 202+211+83=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD353 is #352CAC. Grayscale: #C2C2C2. Windows color (decimal): -3484845 or 5493706. OLE color: 5493706.
HSL color Cylindrical-coordinate representation of color #CAD353: hue angle of 64.22º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAD353 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 83 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.17 |
| HSL | 64.22º | 0.59% | 0.58% | - |
| HSV(B) | 64.22º | 0.61% | 0.83% | - |
| XYZ | 49.21 | 59.77 | 17.13 | - |
| YUV | 193.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 83 | 0.04 | 0 | 0.61 | 0.17 | 64.22 | 0.59 | 0.58 |
| Hex | CA | D3 | 53 | 4 | 0 | 3D | 11 | 40 | 3B | 3A |
| Octal | 312 | 323 | 123 | 4 | 0 | 75 | 21 | 100 | 73 | 72 |
| Binary | 11001010 | 11010011 | 1010011 | 100 | 0 | 111101 | 10001 | 1000000 | 111011 | 111010 |
Color Harmonies of #CAD353
Complementary color
Monochromatic Colors of #CAD353
Black with #CAD353
Text Example
Text Example
White with #CAD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD353; }
p { color: rgb(202,211,83); }
H1.HeaderClassName
{
color: #CAD353;
}
.AnyTagClassName
{
color: #CAD353;
}
</style>
background-color css
<style>
a { background-color: #CAD353; }
a { background-color: rgb(202,211,83); }
div.DivClassName
{
background-color: #CAD353;
}
.BgClassName
{
background-color: #CAD353;
}
</style>
border-color css
<style>
span { border-color: #CAD353; }
span { border-color: rgb(202,211,83); }
td.TdClassName
{
border-color: #CAD353;
}
.TagClassName
{
border-color: #CAD353;
}
</style>