Shades of Wild Willow #CAD358
Tints of Wild Willow #CAD358
RGB
CMYK
RGB Variations
Color information
#CAD358 (or 0xCAD358) is known color: Wild Willow. HEX triplet: CA, D3 and 58. RGB value is (202,211,88). Sum of RGB (Red+Green+Blue) = 202+211+88=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD358 is #352CA7. Grayscale: #C2C2C2. Windows color (decimal): -3484840 or 5821386. OLE color: 5821386.
HSL color Cylindrical-coordinate representation of color #CAD358: hue angle of 64.39º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAD358 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 88 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.17 |
| HSL | 64.39º | 0.58% | 0.59% | - |
| HSV(B) | 64.39º | 0.58% | 0.83% | - |
| XYZ | 49.41 | 59.85 | 18.18 | - |
| YUV | 194.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 88 | 0.04 | 0 | 0.58 | 0.17 | 64.39 | 0.58 | 0.59 |
| Hex | CA | D3 | 58 | 4 | 0 | 3A | 11 | 40 | 3A | 3B |
| Octal | 312 | 323 | 130 | 4 | 0 | 72 | 21 | 100 | 72 | 73 |
| Binary | 11001010 | 11010011 | 1011000 | 100 | 0 | 111010 | 10001 | 1000000 | 111010 | 111011 |
Color Harmonies of #CAD358
Complementary color
Monochromatic Colors of #CAD358
Black with #CAD358
Text Example
Text Example
White with #CAD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD358; }
p { color: rgb(202,211,88); }
H1.HeaderClassName
{
color: #CAD358;
}
.AnyTagClassName
{
color: #CAD358;
}
</style>
background-color css
<style>
a { background-color: #CAD358; }
a { background-color: rgb(202,211,88); }
div.DivClassName
{
background-color: #CAD358;
}
.BgClassName
{
background-color: #CAD358;
}
</style>
border-color css
<style>
span { border-color: #CAD358; }
span { border-color: rgb(202,211,88); }
td.TdClassName
{
border-color: #CAD358;
}
.TagClassName
{
border-color: #CAD358;
}
</style>