Shades of Wild Willow #C0D457
Tints of Wild Willow #C0D457
RGB
CMYK
RGB Variations
Color information
#C0D457 (or 0xC0D457) is known color: Wild Willow. HEX triplet: C0, D4 and 57. RGB value is (192,212,87). Sum of RGB (Red+Green+Blue) = 192+212+87=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D457 is #3F2BA8. Grayscale: #C0C0C0. Windows color (decimal): -4139945 or 5756096. OLE color: 5756096.
HSL color Cylindrical-coordinate representation of color #C0D457: hue angle of 69.6º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0D457 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 87 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.17 |
| HSL | 69.6º | 0.59% | 0.59% | - |
| HSV(B) | 69.6º | 0.59% | 0.83% | - |
| XYZ | 47 | 58.98 | 17.92 | - |
| YUV | 191.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 87 | 0.09 | 0 | 0.59 | 0.17 | 69.6 | 0.59 | 0.59 |
| Hex | C0 | D4 | 57 | 9 | 0 | 3B | 11 | 46 | 3B | 3B |
| Octal | 300 | 324 | 127 | 11 | 0 | 73 | 21 | 106 | 73 | 73 |
| Binary | 11000000 | 11010100 | 1010111 | 1001 | 0 | 111011 | 10001 | 1000110 | 111011 | 111011 |
Color Harmonies of #C0D457
Complementary color
Monochromatic Colors of #C0D457
Black with #C0D457
Text Example
Text Example
White with #C0D457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D457; }
p { color: rgb(192,212,87); }
H1.HeaderClassName
{
color: #C0D457;
}
.AnyTagClassName
{
color: #C0D457;
}
</style>
background-color css
<style>
a { background-color: #C0D457; }
a { background-color: rgb(192,212,87); }
div.DivClassName
{
background-color: #C0D457;
}
.BgClassName
{
background-color: #C0D457;
}
</style>
border-color css
<style>
span { border-color: #C0D457; }
span { border-color: rgb(192,212,87); }
td.TdClassName
{
border-color: #C0D457;
}
.TagClassName
{
border-color: #C0D457;
}
</style>