Shades of Wild Willow #CAD350
Tints of Wild Willow #CAD350
RGB
CMYK
RGB Variations
Color information
#CAD350 (or 0xCAD350) is known color: Wild Willow. HEX triplet: CA, D3 and 50. RGB value is (202,211,80). Sum of RGB (Red+Green+Blue) = 202+211+80=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD350 is #352CAF. Grayscale: #C1C1C1. Windows color (decimal): -3484848 or 5297098. OLE color: 5297098.
HSL color Cylindrical-coordinate representation of color #CAD350: hue angle of 64.12º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAD350 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 80 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.17 |
| HSL | 64.12º | 0.6% | 0.57% | - |
| HSV(B) | 64.12º | 0.62% | 0.83% | - |
| XYZ | 49.1 | 59.72 | 16.53 | - |
| YUV | 193.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 80 | 0.04 | 0 | 0.62 | 0.17 | 64.12 | 0.6 | 0.57 |
| Hex | CA | D3 | 50 | 4 | 0 | 3E | 11 | 40 | 3C | 39 |
| Octal | 312 | 323 | 120 | 4 | 0 | 76 | 21 | 100 | 74 | 71 |
| Binary | 11001010 | 11010011 | 1010000 | 100 | 0 | 111110 | 10001 | 1000000 | 111100 | 111001 |
Color Harmonies of #CAD350
Complementary color
Monochromatic Colors of #CAD350
Black with #CAD350
Text Example
Text Example
White with #CAD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD350; }
p { color: rgb(202,211,80); }
H1.HeaderClassName
{
color: #CAD350;
}
.AnyTagClassName
{
color: #CAD350;
}
</style>
background-color css
<style>
a { background-color: #CAD350; }
a { background-color: rgb(202,211,80); }
div.DivClassName
{
background-color: #CAD350;
}
.BgClassName
{
background-color: #CAD350;
}
</style>
border-color css
<style>
span { border-color: #CAD350; }
span { border-color: rgb(202,211,80); }
td.TdClassName
{
border-color: #CAD350;
}
.TagClassName
{
border-color: #CAD350;
}
</style>