Shades of Wild Willow #C0D270
Tints of Wild Willow #C0D270
RGB
CMYK
RGB Variations
Color information
#C0D270 (or 0xC0D270) is known color: Wild Willow. HEX triplet: C0, D2 and 70. RGB value is (192,210,112). Sum of RGB (Red+Green+Blue) = 192+210+112=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D270 is #3F2D8F. Grayscale: #C1C1C1. Windows color (decimal): -4140432 or 7393984. OLE color: 7393984.
HSL color Cylindrical-coordinate representation of color #C0D270: hue angle of 71.02º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0D270 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 112 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.18 |
| HSL | 71.02º | 0.52% | 0.63% | - |
| HSV(B) | 71.02º | 0.47% | 0.82% | - |
| XYZ | 47.71 | 58.47 | 24.1 | - |
| YUV | 193.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 112 | 0.09 | 0 | 0.47 | 0.18 | 71.02 | 0.52 | 0.63 |
| Hex | C0 | D2 | 70 | 9 | 0 | 2F | 12 | 47 | 34 | 3F |
| Octal | 300 | 322 | 160 | 11 | 0 | 57 | 22 | 107 | 64 | 77 |
| Binary | 11000000 | 11010010 | 1110000 | 1001 | 0 | 101111 | 10010 | 1000111 | 110100 | 111111 |
Color Harmonies of #C0D270
Complementary color
Monochromatic Colors of #C0D270
Black with #C0D270
Text Example
Text Example
White with #C0D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D270; }
p { color: rgb(192,210,112); }
H1.HeaderClassName
{
color: #C0D270;
}
.AnyTagClassName
{
color: #C0D270;
}
</style>
background-color css
<style>
a { background-color: #C0D270; }
a { background-color: rgb(192,210,112); }
div.DivClassName
{
background-color: #C0D270;
}
.BgClassName
{
background-color: #C0D270;
}
</style>
border-color css
<style>
span { border-color: #C0D270; }
span { border-color: rgb(192,210,112); }
td.TdClassName
{
border-color: #C0D270;
}
.TagClassName
{
border-color: #C0D270;
}
</style>