Shades of Wild Willow #C0D258
Tints of Wild Willow #C0D258
RGB
CMYK
RGB Variations
Color information
#C0D258 (or 0xC0D258) is known color: Wild Willow. HEX triplet: C0, D2 and 58. RGB value is (192,210,88). Sum of RGB (Red+Green+Blue) = 192+210+88=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D258 is #3F2DA7. Grayscale: #BFBFBF. Windows color (decimal): -4140456 or 5821120. OLE color: 5821120.
HSL color Cylindrical-coordinate representation of color #C0D258: hue angle of 68.85º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0D258 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 88 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.18 |
| HSL | 68.85º | 0.58% | 0.58% | - |
| HSV(B) | 68.85º | 0.58% | 0.82% | - |
| XYZ | 46.55 | 58 | 17.98 | - |
| YUV | 190.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 88 | 0.09 | 0 | 0.58 | 0.18 | 68.85 | 0.58 | 0.58 |
| Hex | C0 | D2 | 58 | 9 | 0 | 3A | 12 | 45 | 3A | 3A |
| Octal | 300 | 322 | 130 | 11 | 0 | 72 | 22 | 105 | 72 | 72 |
| Binary | 11000000 | 11010010 | 1011000 | 1001 | 0 | 111010 | 10010 | 1000101 | 111010 | 111010 |
Color Harmonies of #C0D258
Complementary color
Monochromatic Colors of #C0D258
Black with #C0D258
Text Example
Text Example
White with #C0D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D258; }
p { color: rgb(192,210,88); }
H1.HeaderClassName
{
color: #C0D258;
}
.AnyTagClassName
{
color: #C0D258;
}
</style>
background-color css
<style>
a { background-color: #C0D258; }
a { background-color: rgb(192,210,88); }
div.DivClassName
{
background-color: #C0D258;
}
.BgClassName
{
background-color: #C0D258;
}
</style>
border-color css
<style>
span { border-color: #C0D258; }
span { border-color: rgb(192,210,88); }
td.TdClassName
{
border-color: #C0D258;
}
.TagClassName
{
border-color: #C0D258;
}
</style>