Shades of Wild Willow #CADD5D
Tints of Wild Willow #CADD5D
RGB
CMYK
RGB Variations
Color information
#CADD5D (or 0xCADD5D) is known color: Wild Willow. HEX triplet: CA, DD and 5D. RGB value is (202,221,93). Sum of RGB (Red+Green+Blue) = 202+221+93=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD5D is #3522A2. Grayscale: #C9C9C9. Windows color (decimal): -3482275 or 6151626. OLE color: 6151626.
HSL color Cylindrical-coordinate representation of color #CADD5D: hue angle of 68.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CADD5D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 93 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.13 |
| HSL | 68.91º | 0.65% | 0.62% | - |
| HSV(B) | 68.91º | 0.58% | 0.87% | - |
| XYZ | 52.19 | 65.06 | 20.16 | - |
| YUV | 200.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 93 | 0.09 | 0 | 0.58 | 0.13 | 68.91 | 0.65 | 0.62 |
| Hex | CA | DD | 5D | 9 | 0 | 3A | D | 45 | 41 | 3E |
| Octal | 312 | 335 | 135 | 11 | 0 | 72 | 15 | 105 | 101 | 76 |
| Binary | 11001010 | 11011101 | 1011101 | 1001 | 0 | 111010 | 1101 | 1000101 | 1000001 | 111110 |
Color Harmonies of #CADD5D
Complementary color
Monochromatic Colors of #CADD5D
Black with #CADD5D
Text Example
Text Example
White with #CADD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD5D; }
p { color: rgb(202,221,93); }
H1.HeaderClassName
{
color: #CADD5D;
}
.AnyTagClassName
{
color: #CADD5D;
}
</style>
background-color css
<style>
a { background-color: #CADD5D; }
a { background-color: rgb(202,221,93); }
div.DivClassName
{
background-color: #CADD5D;
}
.BgClassName
{
background-color: #CADD5D;
}
</style>
border-color css
<style>
span { border-color: #CADD5D; }
span { border-color: rgb(202,221,93); }
td.TdClassName
{
border-color: #CADD5D;
}
.TagClassName
{
border-color: #CADD5D;
}
</style>