Shades of Wild Willow #C5DE62
Tints of Wild Willow #C5DE62
RGB
CMYK
RGB Variations
Color information
#C5DE62 (or 0xC5DE62) is known color: Wild Willow. HEX triplet: C5, DE and 62. RGB value is (197,222,98). Sum of RGB (Red+Green+Blue) = 197+222+98=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE62 is #3A219D. Grayscale: #C8C8C8. Windows color (decimal): -3809694 or 6479557. OLE color: 6479557.
HSL color Cylindrical-coordinate representation of color #C5DE62: hue angle of 72.1º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5DE62 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 98 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.13 |
| HSL | 72.1º | 0.65% | 0.63% | - |
| HSV(B) | 72.1º | 0.56% | 0.87% | - |
| XYZ | 51.35 | 64.99 | 21.39 | - |
| YUV | 200.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 98 | 0.11 | 0 | 0.56 | 0.13 | 72.1 | 0.65 | 0.63 |
| Hex | C5 | DE | 62 | B | 0 | 38 | D | 48 | 41 | 3F |
| Octal | 305 | 336 | 142 | 13 | 0 | 70 | 15 | 110 | 101 | 77 |
| Binary | 11000101 | 11011110 | 1100010 | 1011 | 0 | 111000 | 1101 | 1001000 | 1000001 | 111111 |
Color Harmonies of #C5DE62
Complementary color
Monochromatic Colors of #C5DE62
Black with #C5DE62
Text Example
Text Example
White with #C5DE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE62; }
p { color: rgb(197,222,98); }
H1.HeaderClassName
{
color: #C5DE62;
}
.AnyTagClassName
{
color: #C5DE62;
}
</style>
background-color css
<style>
a { background-color: #C5DE62; }
a { background-color: rgb(197,222,98); }
div.DivClassName
{
background-color: #C5DE62;
}
.BgClassName
{
background-color: #C5DE62;
}
</style>
border-color css
<style>
span { border-color: #C5DE62; }
span { border-color: rgb(197,222,98); }
td.TdClassName
{
border-color: #C5DE62;
}
.TagClassName
{
border-color: #C5DE62;
}
</style>