Shades of Wild Willow #C5CE53
Tints of Wild Willow #C5CE53
RGB
CMYK
RGB Variations
Color information
#C5CE53 (or 0xC5CE53) is known color: Wild Willow. HEX triplet: C5, CE and 53. RGB value is (197,206,83). Sum of RGB (Red+Green+Blue) = 197+206+83=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE53 is #3A31AC. Grayscale: #BDBDBD. Windows color (decimal): -3813805 or 5492421. OLE color: 5492421.
HSL color Cylindrical-coordinate representation of color #C5CE53: hue angle of 64.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5CE53 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 83 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.19 |
| HSL | 64.39º | 0.56% | 0.57% | - |
| HSV(B) | 64.39º | 0.6% | 0.81% | - |
| XYZ | 46.66 | 56.64 | 16.66 | - |
| YUV | 189.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 83 | 0.04 | 0 | 0.60 | 0.19 | 64.39 | 0.56 | 0.57 |
| Hex | C5 | CE | 53 | 4 | 0 | 3C | 13 | 40 | 38 | 39 |
| Octal | 305 | 316 | 123 | 4 | 0 | 74 | 23 | 100 | 70 | 71 |
| Binary | 11000101 | 11001110 | 1010011 | 100 | 0 | 111100 | 10011 | 1000000 | 111000 | 111001 |
Color Harmonies of #C5CE53
Complementary color
Monochromatic Colors of #C5CE53
Black with #C5CE53
Text Example
Text Example
White with #C5CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE53; }
p { color: rgb(197,206,83); }
H1.HeaderClassName
{
color: #C5CE53;
}
.AnyTagClassName
{
color: #C5CE53;
}
</style>
background-color css
<style>
a { background-color: #C5CE53; }
a { background-color: rgb(197,206,83); }
div.DivClassName
{
background-color: #C5CE53;
}
.BgClassName
{
background-color: #C5CE53;
}
</style>
border-color css
<style>
span { border-color: #C5CE53; }
span { border-color: rgb(197,206,83); }
td.TdClassName
{
border-color: #C5CE53;
}
.TagClassName
{
border-color: #C5CE53;
}
</style>