Shades of Wild Willow #CAD16E
Tints of Wild Willow #CAD16E
RGB
CMYK
RGB Variations
Color information
#CAD16E (or 0xCAD16E) is known color: Wild Willow. HEX triplet: CA, D1 and 6E. RGB value is (202,209,110). Sum of RGB (Red+Green+Blue) = 202+209+110=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD16E is #352E91. Grayscale: #C4C4C4. Windows color (decimal): -3485330 or 7262666. OLE color: 7262666.
HSL color Cylindrical-coordinate representation of color #CAD16E: hue angle of 64.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAD16E is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 209 | 110 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.18 |
| HSL | 64.24º | 0.52% | 0.63% | - |
| HSV(B) | 64.24º | 0.47% | 0.82% | - |
| XYZ | 49.97 | 59.28 | 23.56 | - |
| YUV | 195.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 209 | 110 | 0.03 | 0 | 0.47 | 0.18 | 64.24 | 0.52 | 0.63 |
| Hex | CA | D1 | 6E | 3 | 0 | 2F | 12 | 40 | 34 | 3F |
| Octal | 312 | 321 | 156 | 3 | 0 | 57 | 22 | 100 | 64 | 77 |
| Binary | 11001010 | 11010001 | 1101110 | 11 | 0 | 101111 | 10010 | 1000000 | 110100 | 111111 |
Color Harmonies of #CAD16E
Complementary color
Monochromatic Colors of #CAD16E
Black with #CAD16E
Text Example
Text Example
White with #CAD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD16E; }
p { color: rgb(202,209,110); }
H1.HeaderClassName
{
color: #CAD16E;
}
.AnyTagClassName
{
color: #CAD16E;
}
</style>
background-color css
<style>
a { background-color: #CAD16E; }
a { background-color: rgb(202,209,110); }
div.DivClassName
{
background-color: #CAD16E;
}
.BgClassName
{
background-color: #CAD16E;
}
</style>
border-color css
<style>
span { border-color: #CAD16E; }
span { border-color: rgb(202,209,110); }
td.TdClassName
{
border-color: #CAD16E;
}
.TagClassName
{
border-color: #CAD16E;
}
</style>