Shades of Wild Willow #C0D25D
Tints of Wild Willow #C0D25D
RGB
CMYK
RGB Variations
Color information
#C0D25D (or 0xC0D25D) is known color: Wild Willow. HEX triplet: C0, D2 and 5D. RGB value is (192,210,93). Sum of RGB (Red+Green+Blue) = 192+210+93=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D25D is #3F2DA2. Grayscale: #BFBFBF. Windows color (decimal): -4140451 or 6148800. OLE color: 6148800.
HSL color Cylindrical-coordinate representation of color #C0D25D: hue angle of 69.23º degrees, saturation: 0.57, 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 #C0D25D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 93 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.18 |
| HSL | 69.23º | 0.57% | 0.59% | - |
| HSV(B) | 69.23º | 0.56% | 0.82% | - |
| XYZ | 46.76 | 58.09 | 19.1 | - |
| YUV | 191.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 93 | 0.09 | 0 | 0.56 | 0.18 | 69.23 | 0.57 | 0.59 |
| Hex | C0 | D2 | 5D | 9 | 0 | 38 | 12 | 45 | 39 | 3B |
| Octal | 300 | 322 | 135 | 11 | 0 | 70 | 22 | 105 | 71 | 73 |
| Binary | 11000000 | 11010010 | 1011101 | 1001 | 0 | 111000 | 10010 | 1000101 | 111001 | 111011 |
Color Harmonies of #C0D25D
Complementary color
Monochromatic Colors of #C0D25D
Black with #C0D25D
Text Example
Text Example
White with #C0D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D25D; }
p { color: rgb(192,210,93); }
H1.HeaderClassName
{
color: #C0D25D;
}
.AnyTagClassName
{
color: #C0D25D;
}
</style>
background-color css
<style>
a { background-color: #C0D25D; }
a { background-color: rgb(192,210,93); }
div.DivClassName
{
background-color: #C0D25D;
}
.BgClassName
{
background-color: #C0D25D;
}
</style>
border-color css
<style>
span { border-color: #C0D25D; }
span { border-color: rgb(192,210,93); }
td.TdClassName
{
border-color: #C0D25D;
}
.TagClassName
{
border-color: #C0D25D;
}
</style>