Shades of Wild Willow #CADD63
Tints of Wild Willow #CADD63
RGB
CMYK
RGB Variations
Color information
#CADD63 (or 0xCADD63) is known color: Wild Willow. HEX triplet: CA, DD and 63. RGB value is (202,221,99). Sum of RGB (Red+Green+Blue) = 202+221+99=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD63 is #35229C. Grayscale: #C9C9C9. Windows color (decimal): -3482269 or 6544842. OLE color: 6544842.
HSL color Cylindrical-coordinate representation of color #CADD63: hue angle of 69.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CADD63 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 99 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.13 |
| HSL | 69.34º | 0.64% | 0.63% | - |
| HSV(B) | 69.34º | 0.55% | 0.87% | - |
| XYZ | 52.47 | 65.17 | 21.62 | - |
| YUV | 201.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 99 | 0.09 | 0 | 0.55 | 0.13 | 69.34 | 0.64 | 0.63 |
| Hex | CA | DD | 63 | 9 | 0 | 37 | D | 45 | 40 | 3F |
| Octal | 312 | 335 | 143 | 11 | 0 | 67 | 15 | 105 | 100 | 77 |
| Binary | 11001010 | 11011101 | 1100011 | 1001 | 0 | 110111 | 1101 | 1000101 | 1000000 | 111111 |
Color Harmonies of #CADD63
Complementary color
Monochromatic Colors of #CADD63
Black with #CADD63
Text Example
Text Example
White with #CADD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD63; }
p { color: rgb(202,221,99); }
H1.HeaderClassName
{
color: #CADD63;
}
.AnyTagClassName
{
color: #CADD63;
}
</style>
background-color css
<style>
a { background-color: #CADD63; }
a { background-color: rgb(202,221,99); }
div.DivClassName
{
background-color: #CADD63;
}
.BgClassName
{
background-color: #CADD63;
}
</style>
border-color css
<style>
span { border-color: #CADD63; }
span { border-color: rgb(202,221,99); }
td.TdClassName
{
border-color: #CADD63;
}
.TagClassName
{
border-color: #CADD63;
}
</style>