Shades of Wild Willow #CADD58
Tints of Wild Willow #CADD58
RGB
CMYK
RGB Variations
Color information
#CADD58 (or 0xCADD58) is known color: Wild Willow. HEX triplet: CA, DD and 58. RGB value is (202,221,88). Sum of RGB (Red+Green+Blue) = 202+221+88=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD58 is #3522A7. Grayscale: #C8C8C8. Windows color (decimal): -3482280 or 5823946. OLE color: 5823946.
HSL color Cylindrical-coordinate representation of color #CADD58: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CADD58 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 88 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.13 |
| HSL | 68.57º | 0.66% | 0.61% | - |
| HSV(B) | 68.57º | 0.6% | 0.87% | - |
| XYZ | 51.98 | 64.97 | 19.03 | - |
| YUV | 200.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 88 | 0.09 | 0 | 0.60 | 0.13 | 68.57 | 0.66 | 0.61 |
| Hex | CA | DD | 58 | 9 | 0 | 3C | D | 45 | 42 | 3D |
| Octal | 312 | 335 | 130 | 11 | 0 | 74 | 15 | 105 | 102 | 75 |
| Binary | 11001010 | 11011101 | 1011000 | 1001 | 0 | 111100 | 1101 | 1000101 | 1000010 | 111101 |
Color Harmonies of #CADD58
Complementary color
Monochromatic Colors of #CADD58
Black with #CADD58
Text Example
Text Example
White with #CADD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD58; }
p { color: rgb(202,221,88); }
H1.HeaderClassName
{
color: #CADD58;
}
.AnyTagClassName
{
color: #CADD58;
}
</style>
background-color css
<style>
a { background-color: #CADD58; }
a { background-color: rgb(202,221,88); }
div.DivClassName
{
background-color: #CADD58;
}
.BgClassName
{
background-color: #CADD58;
}
</style>
border-color css
<style>
span { border-color: #CADD58; }
span { border-color: rgb(202,221,88); }
td.TdClassName
{
border-color: #CADD58;
}
.TagClassName
{
border-color: #CADD58;
}
</style>