Shades of Wild Willow #CAD356
Tints of Wild Willow #CAD356
RGB
CMYK
RGB Variations
Color information
#CAD356 (or 0xCAD356) is known color: Wild Willow. HEX triplet: CA, D3 and 56. RGB value is (202,211,86). Sum of RGB (Red+Green+Blue) = 202+211+86=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD356 is #352CA9. Grayscale: #C2C2C2. Windows color (decimal): -3484842 or 5690314. OLE color: 5690314.
HSL color Cylindrical-coordinate representation of color #CAD356: hue angle of 64.32º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAD356 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 86 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.17 |
| HSL | 64.32º | 0.59% | 0.58% | - |
| HSV(B) | 64.32º | 0.59% | 0.83% | - |
| XYZ | 49.33 | 59.82 | 17.75 | - |
| YUV | 194.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 86 | 0.04 | 0 | 0.59 | 0.17 | 64.32 | 0.59 | 0.58 |
| Hex | CA | D3 | 56 | 4 | 0 | 3B | 11 | 40 | 3B | 3A |
| Octal | 312 | 323 | 126 | 4 | 0 | 73 | 21 | 100 | 73 | 72 |
| Binary | 11001010 | 11010011 | 1010110 | 100 | 0 | 111011 | 10001 | 1000000 | 111011 | 111010 |
Color Harmonies of #CAD356
Complementary color
Monochromatic Colors of #CAD356
Black with #CAD356
Text Example
Text Example
White with #CAD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD356; }
p { color: rgb(202,211,86); }
H1.HeaderClassName
{
color: #CAD356;
}
.AnyTagClassName
{
color: #CAD356;
}
</style>
background-color css
<style>
a { background-color: #CAD356; }
a { background-color: rgb(202,211,86); }
div.DivClassName
{
background-color: #CAD356;
}
.BgClassName
{
background-color: #CAD356;
}
</style>
border-color css
<style>
span { border-color: #CAD356; }
span { border-color: rgb(202,211,86); }
td.TdClassName
{
border-color: #CAD356;
}
.TagClassName
{
border-color: #CAD356;
}
</style>