Shades of Wild Willow #CAD25C
Tints of Wild Willow #CAD25C
RGB
CMYK
RGB Variations
Color information
#CAD25C (or 0xCAD25C) is known color: Wild Willow. HEX triplet: CA, D2 and 5C. RGB value is (202,210,92). Sum of RGB (Red+Green+Blue) = 202+210+92=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD25C is #352DA3. Grayscale: #C2C2C2. Windows color (decimal): -3485092 or 6083274. OLE color: 6083274.
HSL color Cylindrical-coordinate representation of color #CAD25C: hue angle of 64.07º 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 #CAD25C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 92 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.18 |
| HSL | 64.07º | 0.57% | 0.59% | - |
| HSV(B) | 64.07º | 0.56% | 0.82% | - |
| XYZ | 49.34 | 59.42 | 18.99 | - |
| YUV | 194.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 92 | 0.04 | 0 | 0.56 | 0.18 | 64.07 | 0.57 | 0.59 |
| Hex | CA | D2 | 5C | 4 | 0 | 38 | 12 | 40 | 39 | 3B |
| Octal | 312 | 322 | 134 | 4 | 0 | 70 | 22 | 100 | 71 | 73 |
| Binary | 11001010 | 11010010 | 1011100 | 100 | 0 | 111000 | 10010 | 1000000 | 111001 | 111011 |
Color Harmonies of #CAD25C
Complementary color
Monochromatic Colors of #CAD25C
Black with #CAD25C
Text Example
Text Example
White with #CAD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD25C; }
p { color: rgb(202,210,92); }
H1.HeaderClassName
{
color: #CAD25C;
}
.AnyTagClassName
{
color: #CAD25C;
}
</style>
background-color css
<style>
a { background-color: #CAD25C; }
a { background-color: rgb(202,210,92); }
div.DivClassName
{
background-color: #CAD25C;
}
.BgClassName
{
background-color: #CAD25C;
}
</style>
border-color css
<style>
span { border-color: #CAD25C; }
span { border-color: rgb(202,210,92); }
td.TdClassName
{
border-color: #CAD25C;
}
.TagClassName
{
border-color: #CAD25C;
}
</style>