Shades of Wild Willow #CAD25D
Tints of Wild Willow #CAD25D
RGB
CMYK
RGB Variations
Color information
#CAD25D (or 0xCAD25D) is known color: Wild Willow. HEX triplet: CA, D2 and 5D. RGB value is (202,210,93). Sum of RGB (Red+Green+Blue) = 202+210+93=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD25D is #352DA2. Grayscale: #C2C2C2. Windows color (decimal): -3485091 or 6148810. OLE color: 6148810.
HSL color Cylindrical-coordinate representation of color #CAD25D: hue angle of 64.1º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAD25D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 93 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.18 |
| HSL | 64.1º | 0.57% | 0.59% | - |
| HSV(B) | 64.1º | 0.56% | 0.82% | - |
| XYZ | 49.38 | 59.44 | 19.23 | - |
| YUV | 194.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 93 | 0.04 | 0 | 0.56 | 0.18 | 64.1 | 0.57 | 0.59 |
| Hex | CA | D2 | 5D | 4 | 0 | 38 | 12 | 40 | 39 | 3B |
| Octal | 312 | 322 | 135 | 4 | 0 | 70 | 22 | 100 | 71 | 73 |
| Binary | 11001010 | 11010010 | 1011101 | 100 | 0 | 111000 | 10010 | 1000000 | 111001 | 111011 |
Color Harmonies of #CAD25D
Complementary color
Monochromatic Colors of #CAD25D
Black with #CAD25D
Text Example
Text Example
White with #CAD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD25D; }
p { color: rgb(202,210,93); }
H1.HeaderClassName
{
color: #CAD25D;
}
.AnyTagClassName
{
color: #CAD25D;
}
</style>
background-color css
<style>
a { background-color: #CAD25D; }
a { background-color: rgb(202,210,93); }
div.DivClassName
{
background-color: #CAD25D;
}
.BgClassName
{
background-color: #CAD25D;
}
</style>
border-color css
<style>
span { border-color: #CAD25D; }
span { border-color: rgb(202,210,93); }
td.TdClassName
{
border-color: #CAD25D;
}
.TagClassName
{
border-color: #CAD25D;
}
</style>