Shades of Wild Willow #CAD255
Tints of Wild Willow #CAD255
RGB
CMYK
RGB Variations
Color information
#CAD255 (or 0xCAD255) is known color: Wild Willow. HEX triplet: CA, D2 and 55. RGB value is (202,210,85). Sum of RGB (Red+Green+Blue) = 202+210+85=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD255 is #352DAA. Grayscale: #C1C1C1. Windows color (decimal): -3485099 or 5624522. OLE color: 5624522.
HSL color Cylindrical-coordinate representation of color #CAD255: hue angle of 63.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAD255 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 85 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.18 |
| HSL | 63.84º | 0.58% | 0.58% | - |
| HSV(B) | 63.84º | 0.6% | 0.82% | - |
| XYZ | 49.04 | 59.31 | 17.46 | - |
| YUV | 193.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 85 | 0.04 | 0 | 0.60 | 0.18 | 63.84 | 0.58 | 0.58 |
| Hex | CA | D2 | 55 | 4 | 0 | 3C | 12 | 40 | 3A | 3A |
| Octal | 312 | 322 | 125 | 4 | 0 | 74 | 22 | 100 | 72 | 72 |
| Binary | 11001010 | 11010010 | 1010101 | 100 | 0 | 111100 | 10010 | 1000000 | 111010 | 111010 |
Color Harmonies of #CAD255
Complementary color
Monochromatic Colors of #CAD255
Black with #CAD255
Text Example
Text Example
White with #CAD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD255; }
p { color: rgb(202,210,85); }
H1.HeaderClassName
{
color: #CAD255;
}
.AnyTagClassName
{
color: #CAD255;
}
</style>
background-color css
<style>
a { background-color: #CAD255; }
a { background-color: rgb(202,210,85); }
div.DivClassName
{
background-color: #CAD255;
}
.BgClassName
{
background-color: #CAD255;
}
</style>
border-color css
<style>
span { border-color: #CAD255; }
span { border-color: rgb(202,210,85); }
td.TdClassName
{
border-color: #CAD255;
}
.TagClassName
{
border-color: #CAD255;
}
</style>