Shades of Wild Willow #C5DD58
Tints of Wild Willow #C5DD58
RGB
CMYK
RGB Variations
Color information
#C5DD58 (or 0xC5DD58) is known color: Wild Willow. HEX triplet: C5, DD and 58. RGB value is (197,221,88). Sum of RGB (Red+Green+Blue) = 197+221+88=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD58 is #3A22A7. Grayscale: #C7C7C7. Windows color (decimal): -3809960 or 5823941. OLE color: 5823941.
HSL color Cylindrical-coordinate representation of color #C5DD58: hue angle of 70.83º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5DD58 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 88 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.13 |
| HSL | 70.83º | 0.66% | 0.61% | - |
| HSV(B) | 70.83º | 0.6% | 0.87% | - |
| XYZ | 50.64 | 64.29 | 18.97 | - |
| YUV | 198.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 88 | 0.11 | 0 | 0.60 | 0.13 | 70.83 | 0.66 | 0.61 |
| Hex | C5 | DD | 58 | B | 0 | 3C | D | 47 | 42 | 3D |
| Octal | 305 | 335 | 130 | 13 | 0 | 74 | 15 | 107 | 102 | 75 |
| Binary | 11000101 | 11011101 | 1011000 | 1011 | 0 | 111100 | 1101 | 1000111 | 1000010 | 111101 |
Color Harmonies of #C5DD58
Complementary color
Monochromatic Colors of #C5DD58
Black with #C5DD58
Text Example
Text Example
White with #C5DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD58; }
p { color: rgb(197,221,88); }
H1.HeaderClassName
{
color: #C5DD58;
}
.AnyTagClassName
{
color: #C5DD58;
}
</style>
background-color css
<style>
a { background-color: #C5DD58; }
a { background-color: rgb(197,221,88); }
div.DivClassName
{
background-color: #C5DD58;
}
.BgClassName
{
background-color: #C5DD58;
}
</style>
border-color css
<style>
span { border-color: #C5DD58; }
span { border-color: rgb(197,221,88); }
td.TdClassName
{
border-color: #C5DD58;
}
.TagClassName
{
border-color: #C5DD58;
}
</style>