Shades of Wild Willow #CADA52
Tints of Wild Willow #CADA52
RGB
CMYK
RGB Variations
Color information
#CADA52 (or 0xCADA52) is known color: Wild Willow. HEX triplet: CA, DA and 52. RGB value is (202,218,82). Sum of RGB (Red+Green+Blue) = 202+218+82=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA52 is #3525AD. Grayscale: #C6C6C6. Windows color (decimal): -3483054 or 5429962. OLE color: 5429962.
HSL color Cylindrical-coordinate representation of color #CADA52: hue angle of 67.06º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CADA52 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 82 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.15 |
| HSL | 67.06º | 0.65% | 0.59% | - |
| HSV(B) | 67.06º | 0.62% | 0.85% | - |
| XYZ | 50.95 | 63.31 | 17.52 | - |
| YUV | 197.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 82 | 0.07 | 0 | 0.62 | 0.15 | 67.06 | 0.65 | 0.59 |
| Hex | CA | DA | 52 | 7 | 0 | 3E | F | 43 | 41 | 3B |
| Octal | 312 | 332 | 122 | 7 | 0 | 76 | 17 | 103 | 101 | 73 |
| Binary | 11001010 | 11011010 | 1010010 | 111 | 0 | 111110 | 1111 | 1000011 | 1000001 | 111011 |
Color Harmonies of #CADA52
Complementary color
Monochromatic Colors of #CADA52
Black with #CADA52
Text Example
Text Example
White with #CADA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA52; }
p { color: rgb(202,218,82); }
H1.HeaderClassName
{
color: #CADA52;
}
.AnyTagClassName
{
color: #CADA52;
}
</style>
background-color css
<style>
a { background-color: #CADA52; }
a { background-color: rgb(202,218,82); }
div.DivClassName
{
background-color: #CADA52;
}
.BgClassName
{
background-color: #CADA52;
}
</style>
border-color css
<style>
span { border-color: #CADA52; }
span { border-color: rgb(202,218,82); }
td.TdClassName
{
border-color: #CADA52;
}
.TagClassName
{
border-color: #CADA52;
}
</style>