Shades of Wild Willow #C0DB5E
Tints of Wild Willow #C0DB5E
RGB
CMYK
RGB Variations
Color information
#C0DB5E (or 0xC0DB5E) is known color: Wild Willow. HEX triplet: C0, DB and 5E. RGB value is (192,219,94). Sum of RGB (Red+Green+Blue) = 192+219+94=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB5E is #3F24A1. Grayscale: #C5C5C5. Windows color (decimal): -4138146 or 6216640. OLE color: 6216640.
HSL color Cylindrical-coordinate representation of color #C0DB5E: hue angle of 72.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0DB5E is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 94 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.14 |
| HSL | 72.96º | 0.63% | 0.61% | - |
| HSV(B) | 72.96º | 0.57% | 0.86% | - |
| XYZ | 49.09 | 62.68 | 20.1 | - |
| YUV | 196.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 94 | 0.12 | 0 | 0.57 | 0.14 | 72.96 | 0.63 | 0.61 |
| Hex | C0 | DB | 5E | C | 0 | 39 | E | 49 | 3F | 3D |
| Octal | 300 | 333 | 136 | 14 | 0 | 71 | 16 | 111 | 77 | 75 |
| Binary | 11000000 | 11011011 | 1011110 | 1100 | 0 | 111001 | 1110 | 1001001 | 111111 | 111101 |
Color Harmonies of #C0DB5E
Complementary color
Monochromatic Colors of #C0DB5E
Black with #C0DB5E
Text Example
Text Example
White with #C0DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB5E; }
p { color: rgb(192,219,94); }
H1.HeaderClassName
{
color: #C0DB5E;
}
.AnyTagClassName
{
color: #C0DB5E;
}
</style>
background-color css
<style>
a { background-color: #C0DB5E; }
a { background-color: rgb(192,219,94); }
div.DivClassName
{
background-color: #C0DB5E;
}
.BgClassName
{
background-color: #C0DB5E;
}
</style>
border-color css
<style>
span { border-color: #C0DB5E; }
span { border-color: rgb(192,219,94); }
td.TdClassName
{
border-color: #C0DB5E;
}
.TagClassName
{
border-color: #C0DB5E;
}
</style>