Shades of Wild Willow #C0D05C
Tints of Wild Willow #C0D05C
RGB
CMYK
RGB Variations
Color information
#C0D05C (or 0xC0D05C) is known color: Wild Willow. HEX triplet: C0, D0 and 5C. RGB value is (192,208,92). Sum of RGB (Red+Green+Blue) = 192+208+92=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D05C is #3F2FA3. Grayscale: #BEBEBE. Windows color (decimal): -4140964 or 6082752. OLE color: 6082752.
HSL color Cylindrical-coordinate representation of color #C0D05C: hue angle of 68.28º 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 #C0D05C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 92 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.18 |
| HSL | 68.28º | 0.55% | 0.59% | - |
| HSV(B) | 68.28º | 0.56% | 0.82% | - |
| XYZ | 46.23 | 57.09 | 18.71 | - |
| YUV | 189.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 92 | 0.08 | 0 | 0.56 | 0.18 | 68.28 | 0.55 | 0.59 |
| Hex | C0 | D0 | 5C | 8 | 0 | 38 | 12 | 44 | 37 | 3B |
| Octal | 300 | 320 | 134 | 10 | 0 | 70 | 22 | 104 | 67 | 73 |
| Binary | 11000000 | 11010000 | 1011100 | 1000 | 0 | 111000 | 10010 | 1000100 | 110111 | 111011 |
Color Harmonies of #C0D05C
Complementary color
Monochromatic Colors of #C0D05C
Black with #C0D05C
Text Example
Text Example
White with #C0D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D05C; }
p { color: rgb(192,208,92); }
H1.HeaderClassName
{
color: #C0D05C;
}
.AnyTagClassName
{
color: #C0D05C;
}
</style>
background-color css
<style>
a { background-color: #C0D05C; }
a { background-color: rgb(192,208,92); }
div.DivClassName
{
background-color: #C0D05C;
}
.BgClassName
{
background-color: #C0D05C;
}
</style>
border-color css
<style>
span { border-color: #C0D05C; }
span { border-color: rgb(192,208,92); }
td.TdClassName
{
border-color: #C0D05C;
}
.TagClassName
{
border-color: #C0D05C;
}
</style>