Shades of Wild Willow #CADA55
Tints of Wild Willow #CADA55
RGB
CMYK
RGB Variations
Color information
#CADA55 (or 0xCADA55) is known color: Wild Willow. HEX triplet: CA, DA and 55. RGB value is (202,218,85). Sum of RGB (Red+Green+Blue) = 202+218+85=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA55 is #3525AA. Grayscale: #C6C6C6. Windows color (decimal): -3483051 or 5626570. OLE color: 5626570.
HSL color Cylindrical-coordinate representation of color #CADA55: hue angle of 67.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CADA55 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 85 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.15 |
| HSL | 67.22º | 0.64% | 0.59% | - |
| HSV(B) | 67.22º | 0.61% | 0.85% | - |
| XYZ | 51.07 | 63.36 | 18.13 | - |
| YUV | 198.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 85 | 0.07 | 0 | 0.61 | 0.15 | 67.22 | 0.64 | 0.59 |
| Hex | CA | DA | 55 | 7 | 0 | 3D | F | 43 | 40 | 3B |
| Octal | 312 | 332 | 125 | 7 | 0 | 75 | 17 | 103 | 100 | 73 |
| Binary | 11001010 | 11011010 | 1010101 | 111 | 0 | 111101 | 1111 | 1000011 | 1000000 | 111011 |
Color Harmonies of #CADA55
Complementary color
Monochromatic Colors of #CADA55
Black with #CADA55
Text Example
Text Example
White with #CADA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA55; }
p { color: rgb(202,218,85); }
H1.HeaderClassName
{
color: #CADA55;
}
.AnyTagClassName
{
color: #CADA55;
}
</style>
background-color css
<style>
a { background-color: #CADA55; }
a { background-color: rgb(202,218,85); }
div.DivClassName
{
background-color: #CADA55;
}
.BgClassName
{
background-color: #CADA55;
}
</style>
border-color css
<style>
span { border-color: #CADA55; }
span { border-color: rgb(202,218,85); }
td.TdClassName
{
border-color: #CADA55;
}
.TagClassName
{
border-color: #CADA55;
}
</style>