Shades of Wild Willow #CADB57
Tints of Wild Willow #CADB57
RGB
CMYK
RGB Variations
Color information
#CADB57 (or 0xCADB57) is known color: Wild Willow. HEX triplet: CA, DB and 57. RGB value is (202,219,87). Sum of RGB (Red+Green+Blue) = 202+219+87=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB57 is #3524A8. Grayscale: #C7C7C7. Windows color (decimal): -3482793 or 5757898. OLE color: 5757898.
HSL color Cylindrical-coordinate representation of color #CADB57: hue angle of 67.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CADB57 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 87 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.14 |
| HSL | 67.73º | 0.65% | 0.6% | - |
| HSV(B) | 67.73º | 0.6% | 0.86% | - |
| XYZ | 51.41 | 63.91 | 18.64 | - |
| YUV | 198.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 87 | 0.08 | 0 | 0.60 | 0.14 | 67.73 | 0.65 | 0.6 |
| Hex | CA | DB | 57 | 8 | 0 | 3C | E | 44 | 41 | 3C |
| Octal | 312 | 333 | 127 | 10 | 0 | 74 | 16 | 104 | 101 | 74 |
| Binary | 11001010 | 11011011 | 1010111 | 1000 | 0 | 111100 | 1110 | 1000100 | 1000001 | 111100 |
Color Harmonies of #CADB57
Complementary color
Monochromatic Colors of #CADB57
Black with #CADB57
Text Example
Text Example
White with #CADB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB57; }
p { color: rgb(202,219,87); }
H1.HeaderClassName
{
color: #CADB57;
}
.AnyTagClassName
{
color: #CADB57;
}
</style>
background-color css
<style>
a { background-color: #CADB57; }
a { background-color: rgb(202,219,87); }
div.DivClassName
{
background-color: #CADB57;
}
.BgClassName
{
background-color: #CADB57;
}
</style>
border-color css
<style>
span { border-color: #CADB57; }
span { border-color: rgb(202,219,87); }
td.TdClassName
{
border-color: #CADB57;
}
.TagClassName
{
border-color: #CADB57;
}
</style>