Shades of Wild Willow #CAD454
Tints of Wild Willow #CAD454
RGB
CMYK
RGB Variations
Color information
#CAD454 (or 0xCAD454) is known color: Wild Willow. HEX triplet: CA, D4 and 54. RGB value is (202,212,84). Sum of RGB (Red+Green+Blue) = 202+212+84=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD454 is #352BAB. Grayscale: #C2C2C2. Windows color (decimal): -3484588 or 5559498. OLE color: 5559498.
HSL color Cylindrical-coordinate representation of color #CAD454: hue angle of 64.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAD454 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 84 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.17 |
| HSL | 64.69º | 0.6% | 0.58% | - |
| HSV(B) | 64.69º | 0.6% | 0.83% | - |
| XYZ | 49.5 | 60.28 | 17.41 | - |
| YUV | 194.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 84 | 0.05 | 0 | 0.60 | 0.17 | 64.69 | 0.6 | 0.58 |
| Hex | CA | D4 | 54 | 5 | 0 | 3C | 11 | 41 | 3C | 3A |
| Octal | 312 | 324 | 124 | 5 | 0 | 74 | 21 | 101 | 74 | 72 |
| Binary | 11001010 | 11010100 | 1010100 | 101 | 0 | 111100 | 10001 | 1000001 | 111100 | 111010 |
Color Harmonies of #CAD454
Complementary color
Monochromatic Colors of #CAD454
Black with #CAD454
Text Example
Text Example
White with #CAD454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD454; }
p { color: rgb(202,212,84); }
H1.HeaderClassName
{
color: #CAD454;
}
.AnyTagClassName
{
color: #CAD454;
}
</style>
background-color css
<style>
a { background-color: #CAD454; }
a { background-color: rgb(202,212,84); }
div.DivClassName
{
background-color: #CAD454;
}
.BgClassName
{
background-color: #CAD454;
}
</style>
border-color css
<style>
span { border-color: #CAD454; }
span { border-color: rgb(202,212,84); }
td.TdClassName
{
border-color: #CAD454;
}
.TagClassName
{
border-color: #CAD454;
}
</style>