Shades of Wild Willow #CADB5D
Tints of Wild Willow #CADB5D
RGB
CMYK
RGB Variations
Color information
#CADB5D (or 0xCADB5D) is known color: Wild Willow. HEX triplet: CA, DB and 5D. RGB value is (202,219,93). Sum of RGB (Red+Green+Blue) = 202+219+93=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB5D is #3524A2. Grayscale: #C8C8C8. Windows color (decimal): -3482787 or 6151114. OLE color: 6151114.
HSL color Cylindrical-coordinate representation of color #CADB5D: hue angle of 68.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CADB5D is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 93 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.14 |
| HSL | 68.1º | 0.64% | 0.61% | - |
| HSV(B) | 68.1º | 0.58% | 0.86% | - |
| XYZ | 51.66 | 64.01 | 19.99 | - |
| YUV | 199.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 93 | 0.08 | 0 | 0.58 | 0.14 | 68.1 | 0.64 | 0.61 |
| Hex | CA | DB | 5D | 8 | 0 | 3A | E | 44 | 40 | 3D |
| Octal | 312 | 333 | 135 | 10 | 0 | 72 | 16 | 104 | 100 | 75 |
| Binary | 11001010 | 11011011 | 1011101 | 1000 | 0 | 111010 | 1110 | 1000100 | 1000000 | 111101 |
Color Harmonies of #CADB5D
Complementary color
Monochromatic Colors of #CADB5D
Black with #CADB5D
Text Example
Text Example
White with #CADB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB5D; }
p { color: rgb(202,219,93); }
H1.HeaderClassName
{
color: #CADB5D;
}
.AnyTagClassName
{
color: #CADB5D;
}
</style>
background-color css
<style>
a { background-color: #CADB5D; }
a { background-color: rgb(202,219,93); }
div.DivClassName
{
background-color: #CADB5D;
}
.BgClassName
{
background-color: #CADB5D;
}
</style>
border-color css
<style>
span { border-color: #CADB5D; }
span { border-color: rgb(202,219,93); }
td.TdClassName
{
border-color: #CADB5D;
}
.TagClassName
{
border-color: #CADB5D;
}
</style>