Shades of Wild Willow #CAD266
Tints of Wild Willow #CAD266
RGB
CMYK
RGB Variations
Color information
#CAD266 (or 0xCAD266) is known color: Wild Willow. HEX triplet: CA, D2 and 66. RGB value is (202,210,102). Sum of RGB (Red+Green+Blue) = 202+210+102=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD266 is #352D99. Grayscale: #C3C3C3. Windows color (decimal): -3485082 or 6738634. OLE color: 6738634.
HSL color Cylindrical-coordinate representation of color #CAD266: hue angle of 64.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAD266 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 102 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.18 |
| HSL | 64.44º | 0.55% | 0.61% | - |
| HSV(B) | 64.44º | 0.51% | 0.82% | - |
| XYZ | 49.8 | 59.61 | 21.45 | - |
| YUV | 195.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 102 | 0.04 | 0 | 0.51 | 0.18 | 64.44 | 0.55 | 0.61 |
| Hex | CA | D2 | 66 | 4 | 0 | 33 | 12 | 40 | 37 | 3D |
| Octal | 312 | 322 | 146 | 4 | 0 | 63 | 22 | 100 | 67 | 75 |
| Binary | 11001010 | 11010010 | 1100110 | 100 | 0 | 110011 | 10010 | 1000000 | 110111 | 111101 |
Color Harmonies of #CAD266
Complementary color
Monochromatic Colors of #CAD266
Black with #CAD266
Text Example
Text Example
White with #CAD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD266; }
p { color: rgb(202,210,102); }
H1.HeaderClassName
{
color: #CAD266;
}
.AnyTagClassName
{
color: #CAD266;
}
</style>
background-color css
<style>
a { background-color: #CAD266; }
a { background-color: rgb(202,210,102); }
div.DivClassName
{
background-color: #CAD266;
}
.BgClassName
{
background-color: #CAD266;
}
</style>
border-color css
<style>
span { border-color: #CAD266; }
span { border-color: rgb(202,210,102); }
td.TdClassName
{
border-color: #CAD266;
}
.TagClassName
{
border-color: #CAD266;
}
</style>