Shades of Wild Willow #C0D250
Tints of Wild Willow #C0D250
RGB
CMYK
RGB Variations
Color information
#C0D250 (or 0xC0D250) is known color: Wild Willow. HEX triplet: C0, D2 and 50. RGB value is (192,210,80). Sum of RGB (Red+Green+Blue) = 192+210+80=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D250 is #3F2DAF. Grayscale: #BEBEBE. Windows color (decimal): -4140464 or 5296832. OLE color: 5296832.
HSL color Cylindrical-coordinate representation of color #C0D250: hue angle of 68.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0D250 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 80 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.18 |
| HSL | 68.31º | 0.59% | 0.57% | - |
| HSV(B) | 68.31º | 0.62% | 0.82% | - |
| XYZ | 46.23 | 57.88 | 16.32 | - |
| YUV | 189.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 80 | 0.09 | 0 | 0.62 | 0.18 | 68.31 | 0.59 | 0.57 |
| Hex | C0 | D2 | 50 | 9 | 0 | 3E | 12 | 44 | 3B | 39 |
| Octal | 300 | 322 | 120 | 11 | 0 | 76 | 22 | 104 | 73 | 71 |
| Binary | 11000000 | 11010010 | 1010000 | 1001 | 0 | 111110 | 10010 | 1000100 | 111011 | 111001 |
Color Harmonies of #C0D250
Complementary color
Monochromatic Colors of #C0D250
Black with #C0D250
Text Example
Text Example
White with #C0D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D250; }
p { color: rgb(192,210,80); }
H1.HeaderClassName
{
color: #C0D250;
}
.AnyTagClassName
{
color: #C0D250;
}
</style>
background-color css
<style>
a { background-color: #C0D250; }
a { background-color: rgb(192,210,80); }
div.DivClassName
{
background-color: #C0D250;
}
.BgClassName
{
background-color: #C0D250;
}
</style>
border-color css
<style>
span { border-color: #C0D250; }
span { border-color: rgb(192,210,80); }
td.TdClassName
{
border-color: #C0D250;
}
.TagClassName
{
border-color: #C0D250;
}
</style>