Shades of Wild Willow #C0D95A
Tints of Wild Willow #C0D95A
RGB
CMYK
RGB Variations
Color information
#C0D95A (or 0xC0D95A) is known color: Wild Willow. HEX triplet: C0, D9 and 5A. RGB value is (192,217,90). Sum of RGB (Red+Green+Blue) = 192+217+90=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D95A is #3F26A5. Grayscale: #C3C3C3. Windows color (decimal): -4138662 or 5953984. OLE color: 5953984.
HSL color Cylindrical-coordinate representation of color #C0D95A: hue angle of 71.81º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0D95A is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 90 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.15 |
| HSL | 71.81º | 0.63% | 0.6% | - |
| HSV(B) | 71.81º | 0.59% | 0.85% | - |
| XYZ | 48.4 | 61.57 | 19.01 | - |
| YUV | 195.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 90 | 0.12 | 0 | 0.59 | 0.15 | 71.81 | 0.63 | 0.6 |
| Hex | C0 | D9 | 5A | C | 0 | 3B | F | 48 | 3F | 3C |
| Octal | 300 | 331 | 132 | 14 | 0 | 73 | 17 | 110 | 77 | 74 |
| Binary | 11000000 | 11011001 | 1011010 | 1100 | 0 | 111011 | 1111 | 1001000 | 111111 | 111100 |
Color Harmonies of #C0D95A
Complementary color
Monochromatic Colors of #C0D95A
Black with #C0D95A
Text Example
Text Example
White with #C0D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D95A; }
p { color: rgb(192,217,90); }
H1.HeaderClassName
{
color: #C0D95A;
}
.AnyTagClassName
{
color: #C0D95A;
}
</style>
background-color css
<style>
a { background-color: #C0D95A; }
a { background-color: rgb(192,217,90); }
div.DivClassName
{
background-color: #C0D95A;
}
.BgClassName
{
background-color: #C0D95A;
}
</style>
border-color css
<style>
span { border-color: #C0D95A; }
span { border-color: rgb(192,217,90); }
td.TdClassName
{
border-color: #C0D95A;
}
.TagClassName
{
border-color: #C0D95A;
}
</style>