Shades of Wild Willow #CAD359
Tints of Wild Willow #CAD359
RGB
CMYK
RGB Variations
Color information
#CAD359 (or 0xCAD359) is known color: Wild Willow. HEX triplet: CA, D3 and 59. RGB value is (202,211,89). Sum of RGB (Red+Green+Blue) = 202+211+89=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD359 is #352CA6. Grayscale: #C2C2C2. Windows color (decimal): -3484839 or 5886922. OLE color: 5886922.
HSL color Cylindrical-coordinate representation of color #CAD359: hue angle of 64.43º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAD359 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 89 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.17 |
| HSL | 64.43º | 0.58% | 0.59% | - |
| HSV(B) | 64.43º | 0.58% | 0.83% | - |
| XYZ | 49.45 | 59.87 | 18.4 | - |
| YUV | 194.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 89 | 0.04 | 0 | 0.58 | 0.17 | 64.43 | 0.58 | 0.59 |
| Hex | CA | D3 | 59 | 4 | 0 | 3A | 11 | 40 | 3A | 3B |
| Octal | 312 | 323 | 131 | 4 | 0 | 72 | 21 | 100 | 72 | 73 |
| Binary | 11001010 | 11010011 | 1011001 | 100 | 0 | 111010 | 10001 | 1000000 | 111010 | 111011 |
Color Harmonies of #CAD359
Complementary color
Monochromatic Colors of #CAD359
Black with #CAD359
Text Example
Text Example
White with #CAD359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD359; }
p { color: rgb(202,211,89); }
H1.HeaderClassName
{
color: #CAD359;
}
.AnyTagClassName
{
color: #CAD359;
}
</style>
background-color css
<style>
a { background-color: #CAD359; }
a { background-color: rgb(202,211,89); }
div.DivClassName
{
background-color: #CAD359;
}
.BgClassName
{
background-color: #CAD359;
}
</style>
border-color css
<style>
span { border-color: #CAD359; }
span { border-color: rgb(202,211,89); }
td.TdClassName
{
border-color: #CAD359;
}
.TagClassName
{
border-color: #CAD359;
}
</style>