Shades of Wild Willow #C0D05B
Tints of Wild Willow #C0D05B
RGB
CMYK
RGB Variations
Color information
#C0D05B (or 0xC0D05B) is known color: Wild Willow. HEX triplet: C0, D0 and 5B. RGB value is (192,208,91). Sum of RGB (Red+Green+Blue) = 192+208+91=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D05B is #3F2FA4. Grayscale: #BEBEBE. Windows color (decimal): -4140965 or 6017216. OLE color: 6017216.
HSL color Cylindrical-coordinate representation of color #C0D05B: hue angle of 68.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0D05B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 91 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.18 |
| HSL | 68.21º | 0.55% | 0.59% | - |
| HSV(B) | 68.21º | 0.56% | 0.82% | - |
| XYZ | 46.18 | 57.07 | 18.48 | - |
| YUV | 189.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 91 | 0.08 | 0 | 0.56 | 0.18 | 68.21 | 0.55 | 0.59 |
| Hex | C0 | D0 | 5B | 8 | 0 | 38 | 12 | 44 | 37 | 3B |
| Octal | 300 | 320 | 133 | 10 | 0 | 70 | 22 | 104 | 67 | 73 |
| Binary | 11000000 | 11010000 | 1011011 | 1000 | 0 | 111000 | 10010 | 1000100 | 110111 | 111011 |
Color Harmonies of #C0D05B
Complementary color
Monochromatic Colors of #C0D05B
Black with #C0D05B
Text Example
Text Example
White with #C0D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D05B; }
p { color: rgb(192,208,91); }
H1.HeaderClassName
{
color: #C0D05B;
}
.AnyTagClassName
{
color: #C0D05B;
}
</style>
background-color css
<style>
a { background-color: #C0D05B; }
a { background-color: rgb(192,208,91); }
div.DivClassName
{
background-color: #C0D05B;
}
.BgClassName
{
background-color: #C0D05B;
}
</style>
border-color css
<style>
span { border-color: #C0D05B; }
span { border-color: rgb(192,208,91); }
td.TdClassName
{
border-color: #C0D05B;
}
.TagClassName
{
border-color: #C0D05B;
}
</style>