Shades of Wild Willow #C0CE53
Tints of Wild Willow #C0CE53
RGB
CMYK
RGB Variations
Color information
#C0CE53 (or 0xC0CE53) is known color: Wild Willow. HEX triplet: C0, CE and 53. RGB value is (192,206,83). Sum of RGB (Red+Green+Blue) = 192+206+83=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE53 is #3F31AC. Grayscale: #BCBCBC. Windows color (decimal): -4141485 or 5492416. OLE color: 5492416.
HSL color Cylindrical-coordinate representation of color #C0CE53: hue angle of 66.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0CE53 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 83 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.19 |
| HSL | 66.83º | 0.56% | 0.57% | - |
| HSV(B) | 66.83º | 0.6% | 0.81% | - |
| XYZ | 45.37 | 55.97 | 16.6 | - |
| YUV | 187.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 83 | 0.07 | 0 | 0.60 | 0.19 | 66.83 | 0.56 | 0.57 |
| Hex | C0 | CE | 53 | 7 | 0 | 3C | 13 | 43 | 38 | 39 |
| Octal | 300 | 316 | 123 | 7 | 0 | 74 | 23 | 103 | 70 | 71 |
| Binary | 11000000 | 11001110 | 1010011 | 111 | 0 | 111100 | 10011 | 1000011 | 111000 | 111001 |
Color Harmonies of #C0CE53
Complementary color
Monochromatic Colors of #C0CE53
Black with #C0CE53
Text Example
Text Example
White with #C0CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE53; }
p { color: rgb(192,206,83); }
H1.HeaderClassName
{
color: #C0CE53;
}
.AnyTagClassName
{
color: #C0CE53;
}
</style>
background-color css
<style>
a { background-color: #C0CE53; }
a { background-color: rgb(192,206,83); }
div.DivClassName
{
background-color: #C0CE53;
}
.BgClassName
{
background-color: #C0CE53;
}
</style>
border-color css
<style>
span { border-color: #C0CE53; }
span { border-color: rgb(192,206,83); }
td.TdClassName
{
border-color: #C0CE53;
}
.TagClassName
{
border-color: #C0CE53;
}
</style>