Shades of Wild Willow #CACE55
Tints of Wild Willow #CACE55
RGB
CMYK
RGB Variations
Color information
#CACE55 (or 0xCACE55) is known color: Wild Willow. HEX triplet: CA, CE and 55. RGB value is (202,206,85). Sum of RGB (Red+Green+Blue) = 202+206+85=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE55 is #3531AA. Grayscale: #BFBFBF. Windows color (decimal): -3486123 or 5623498. OLE color: 5623498.
HSL color Cylindrical-coordinate representation of color #CACE55: hue angle of 61.98º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CACE55 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 85 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.19 |
| HSL | 61.98º | 0.55% | 0.57% | - |
| HSV(B) | 61.98º | 0.59% | 0.81% | - |
| XYZ | 48.07 | 57.36 | 17.13 | - |
| YUV | 191.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 85 | 0.02 | 0 | 0.59 | 0.19 | 61.98 | 0.55 | 0.57 |
| Hex | CA | CE | 55 | 2 | 0 | 3B | 13 | 3E | 37 | 39 |
| Octal | 312 | 316 | 125 | 2 | 0 | 73 | 23 | 76 | 67 | 71 |
| Binary | 11001010 | 11001110 | 1010101 | 10 | 0 | 111011 | 10011 | 111110 | 110111 | 111001 |
Color Harmonies of #CACE55
Complementary color
Monochromatic Colors of #CACE55
Black with #CACE55
Text Example
Text Example
White with #CACE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE55; }
p { color: rgb(202,206,85); }
H1.HeaderClassName
{
color: #CACE55;
}
.AnyTagClassName
{
color: #CACE55;
}
</style>
background-color css
<style>
a { background-color: #CACE55; }
a { background-color: rgb(202,206,85); }
div.DivClassName
{
background-color: #CACE55;
}
.BgClassName
{
background-color: #CACE55;
}
</style>
border-color css
<style>
span { border-color: #CACE55; }
span { border-color: rgb(202,206,85); }
td.TdClassName
{
border-color: #CACE55;
}
.TagClassName
{
border-color: #CACE55;
}
</style>