Shades of Wild Willow #C4D570
Tints of Wild Willow #C4D570
RGB
CMYK
RGB Variations
Color information
#C4D570 (or 0xC4D570) is known color: Wild Willow. HEX triplet: C4, D5 and 70. RGB value is (196,213,112). Sum of RGB (Red+Green+Blue) = 196+213+112=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D570 is #3B2A8F. Grayscale: #C4C4C4. Windows color (decimal): -3877520 or 7394756. OLE color: 7394756.
HSL color Cylindrical-coordinate representation of color #C4D570: hue angle of 70.1º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4D570 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 112 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.16 |
| HSL | 70.1º | 0.55% | 0.64% | - |
| HSV(B) | 70.1º | 0.47% | 0.84% | - |
| XYZ | 49.48 | 60.49 | 24.4 | - |
| YUV | 196.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 112 | 0.08 | 0 | 0.47 | 0.16 | 70.1 | 0.55 | 0.64 |
| Hex | C4 | D5 | 70 | 8 | 0 | 2F | 10 | 46 | 37 | 40 |
| Octal | 304 | 325 | 160 | 10 | 0 | 57 | 20 | 106 | 67 | 100 |
| Binary | 11000100 | 11010101 | 1110000 | 1000 | 0 | 101111 | 10000 | 1000110 | 110111 | 1000000 |
Color Harmonies of #C4D570
Complementary color
Monochromatic Colors of #C4D570
Black with #C4D570
Text Example
Text Example
White with #C4D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D570; }
p { color: rgb(196,213,112); }
H1.HeaderClassName
{
color: #C4D570;
}
.AnyTagClassName
{
color: #C4D570;
}
</style>
background-color css
<style>
a { background-color: #C4D570; }
a { background-color: rgb(196,213,112); }
div.DivClassName
{
background-color: #C4D570;
}
.BgClassName
{
background-color: #C4D570;
}
</style>
border-color css
<style>
span { border-color: #C4D570; }
span { border-color: rgb(196,213,112); }
td.TdClassName
{
border-color: #C4D570;
}
.TagClassName
{
border-color: #C4D570;
}
</style>