Shades of Wild Willow #C0D653
Tints of Wild Willow #C0D653
RGB
CMYK
RGB Variations
Color information
#C0D653 (or 0xC0D653) is known color: Wild Willow. HEX triplet: C0, D6 and 53. RGB value is (192,214,83). Sum of RGB (Red+Green+Blue) = 192+214+83=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D653 is #3F29AC. Grayscale: #C0C0C0. Windows color (decimal): -4139437 or 5494464. OLE color: 5494464.
HSL color Cylindrical-coordinate representation of color #C0D653: hue angle of 70.08º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0D653 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 83 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.16 |
| HSL | 70.08º | 0.62% | 0.58% | - |
| HSV(B) | 70.08º | 0.61% | 0.84% | - |
| XYZ | 47.35 | 59.92 | 17.25 | - |
| YUV | 192.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 83 | 0.10 | 0 | 0.61 | 0.16 | 70.08 | 0.62 | 0.58 |
| Hex | C0 | D6 | 53 | A | 0 | 3D | 10 | 46 | 3E | 3A |
| Octal | 300 | 326 | 123 | 12 | 0 | 75 | 20 | 106 | 76 | 72 |
| Binary | 11000000 | 11010110 | 1010011 | 1010 | 0 | 111101 | 10000 | 1000110 | 111110 | 111010 |
Color Harmonies of #C0D653
Complementary color
Monochromatic Colors of #C0D653
Black with #C0D653
Text Example
Text Example
White with #C0D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D653; }
p { color: rgb(192,214,83); }
H1.HeaderClassName
{
color: #C0D653;
}
.AnyTagClassName
{
color: #C0D653;
}
</style>
background-color css
<style>
a { background-color: #C0D653; }
a { background-color: rgb(192,214,83); }
div.DivClassName
{
background-color: #C0D653;
}
.BgClassName
{
background-color: #C0D653;
}
</style>
border-color css
<style>
span { border-color: #C0D653; }
span { border-color: rgb(192,214,83); }
td.TdClassName
{
border-color: #C0D653;
}
.TagClassName
{
border-color: #C0D653;
}
</style>