Shades of Wild Willow #C0D54D
Tints of Wild Willow #C0D54D
RGB
CMYK
RGB Variations
Color information
#C0D54D (or 0xC0D54D) is known color: Wild Willow. HEX triplet: C0, D5 and 4D. RGB value is (192,213,77). Sum of RGB (Red+Green+Blue) = 192+213+77=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D54D is #3F2AB2. Grayscale: #BFBFBF. Windows color (decimal): -4139699 or 5100992. OLE color: 5100992.
HSL color Cylindrical-coordinate representation of color #C0D54D: hue angle of 69.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0D54D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 77 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.16 |
| HSL | 69.26º | 0.62% | 0.57% | - |
| HSV(B) | 69.26º | 0.64% | 0.84% | - |
| XYZ | 46.87 | 59.33 | 16 | - |
| YUV | 191.22 | 63.54 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 77 | 0.10 | 0 | 0.64 | 0.16 | 69.26 | 0.62 | 0.57 |
| Hex | C0 | D5 | 4D | A | 0 | 40 | 10 | 45 | 3E | 39 |
| Octal | 300 | 325 | 115 | 12 | 0 | 100 | 20 | 105 | 76 | 71 |
| Binary | 11000000 | 11010101 | 1001101 | 1010 | 0 | 1000000 | 10000 | 1000101 | 111110 | 111001 |
Color Harmonies of #C0D54D
Complementary color
Monochromatic Colors of #C0D54D
Black with #C0D54D
Text Example
Text Example
White with #C0D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D54D; }
p { color: rgb(192,213,77); }
H1.HeaderClassName
{
color: #C0D54D;
}
.AnyTagClassName
{
color: #C0D54D;
}
</style>
background-color css
<style>
a { background-color: #C0D54D; }
a { background-color: rgb(192,213,77); }
div.DivClassName
{
background-color: #C0D54D;
}
.BgClassName
{
background-color: #C0D54D;
}
</style>
border-color css
<style>
span { border-color: #C0D54D; }
span { border-color: rgb(192,213,77); }
td.TdClassName
{
border-color: #C0D54D;
}
.TagClassName
{
border-color: #C0D54D;
}
</style>