Shades of Wild Willow #C0D753
Tints of Wild Willow #C0D753
RGB
CMYK
RGB Variations
Color information
#C0D753 (or 0xC0D753) is known color: Wild Willow. HEX triplet: C0, D7 and 53. RGB value is (192,215,83). Sum of RGB (Red+Green+Blue) = 192+215+83=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D753 is #3F28AC. Grayscale: #C1C1C1. Windows color (decimal): -4139181 or 5494720. OLE color: 5494720.
HSL color Cylindrical-coordinate representation of color #C0D753: hue angle of 70.45º 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 #C0D753 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 83 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.16 |
| HSL | 70.45º | 0.62% | 0.58% | - |
| HSV(B) | 70.45º | 0.61% | 0.84% | - |
| XYZ | 47.6 | 60.43 | 17.34 | - |
| YUV | 193.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 83 | 0.11 | 0 | 0.61 | 0.16 | 70.45 | 0.62 | 0.58 |
| Hex | C0 | D7 | 53 | B | 0 | 3D | 10 | 46 | 3E | 3A |
| Octal | 300 | 327 | 123 | 13 | 0 | 75 | 20 | 106 | 76 | 72 |
| Binary | 11000000 | 11010111 | 1010011 | 1011 | 0 | 111101 | 10000 | 1000110 | 111110 | 111010 |
Color Harmonies of #C0D753
Complementary color
Monochromatic Colors of #C0D753
Black with #C0D753
Text Example
Text Example
White with #C0D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D753; }
p { color: rgb(192,215,83); }
H1.HeaderClassName
{
color: #C0D753;
}
.AnyTagClassName
{
color: #C0D753;
}
</style>
background-color css
<style>
a { background-color: #C0D753; }
a { background-color: rgb(192,215,83); }
div.DivClassName
{
background-color: #C0D753;
}
.BgClassName
{
background-color: #C0D753;
}
</style>
border-color css
<style>
span { border-color: #C0D753; }
span { border-color: rgb(192,215,83); }
td.TdClassName
{
border-color: #C0D753;
}
.TagClassName
{
border-color: #C0D753;
}
</style>