Shades of Wild Willow #CADB5E
Tints of Wild Willow #CADB5E
RGB
CMYK
RGB Variations
Color information
#CADB5E (or 0xCADB5E) is known color: Wild Willow. HEX triplet: CA, DB and 5E. RGB value is (202,219,94). Sum of RGB (Red+Green+Blue) = 202+219+94=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB5E is #3524A1. Grayscale: #C8C8C8. Windows color (decimal): -3482786 or 6216650. OLE color: 6216650.
HSL color Cylindrical-coordinate representation of color #CADB5E: hue angle of 68.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CADB5E is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 94 | - |
CMYK | 0.08 | 0 | 0.57 | 0.14 |
HSL | 68.16º | 0.63% | 0.61% | - |
HSV(B) | 68.16º | 0.57% | 0.86% | - |
XYZ | 51.71 | 64.03 | 20.22 | - |
YUV | 199.67 | 68.37 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 94 | 0.08 | 0 | 0.57 | 0.14 | 68.16 | 0.63 | 0.61 |
Hex | CA | DB | 5E | 8 | 0 | 39 | E | 44 | 3F | 3D |
Octal | 312 | 333 | 136 | 10 | 0 | 71 | 16 | 104 | 77 | 75 |
Binary | 11001010 | 11011011 | 1011110 | 1000 | 0 | 111001 | 1110 | 1000100 | 111111 | 111101 |
Color Harmonies of #CADB5E
Complementary color
Monochromatic Colors of #CADB5E
Black with #CADB5E
Text Example
Text Example
White with #CADB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB5E; }
p { color: rgb(202,219,94); }
H1.HeaderClassName
{
color: #CADB5E;
}
.AnyTagClassName
{
color: #CADB5E;
}
</style>
background-color css
<style>
a { background-color: #CADB5E; }
a { background-color: rgb(202,219,94); }
div.DivClassName
{
background-color: #CADB5E;
}
.BgClassName
{
background-color: #CADB5E;
}
</style>
border-color css
<style>
span { border-color: #CADB5E; }
span { border-color: rgb(202,219,94); }
td.TdClassName
{
border-color: #CADB5E;
}
.TagClassName
{
border-color: #CADB5E;
}
</style>