Shades of Wild Willow #C0CE50
Tints of Wild Willow #C0CE50
RGB
CMYK
RGB Variations
Color information
#C0CE50 (or 0xC0CE50) is known color: Wild Willow. HEX triplet: C0, CE and 50. RGB value is (192,206,80). Sum of RGB (Red+Green+Blue) = 192+206+80=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE50 is #3F31AF. Grayscale: #BBBBBB. Windows color (decimal): -4141488 or 5295808. OLE color: 5295808.
HSL color Cylindrical-coordinate representation of color #C0CE50: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0CE50 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 80 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.19 |
| HSL | 66.67º | 0.56% | 0.56% | - |
| HSV(B) | 66.67º | 0.61% | 0.81% | - |
| XYZ | 45.26 | 55.93 | 16 | - |
| YUV | 187.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 80 | 0.07 | 0 | 0.61 | 0.19 | 66.67 | 0.56 | 0.56 |
| Hex | C0 | CE | 50 | 7 | 0 | 3D | 13 | 43 | 38 | 38 |
| Octal | 300 | 316 | 120 | 7 | 0 | 75 | 23 | 103 | 70 | 70 |
| Binary | 11000000 | 11001110 | 1010000 | 111 | 0 | 111101 | 10011 | 1000011 | 111000 | 111000 |
Color Harmonies of #C0CE50
Complementary color
Monochromatic Colors of #C0CE50
Black with #C0CE50
Text Example
Text Example
White with #C0CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE50; }
p { color: rgb(192,206,80); }
H1.HeaderClassName
{
color: #C0CE50;
}
.AnyTagClassName
{
color: #C0CE50;
}
</style>
background-color css
<style>
a { background-color: #C0CE50; }
a { background-color: rgb(192,206,80); }
div.DivClassName
{
background-color: #C0CE50;
}
.BgClassName
{
background-color: #C0CE50;
}
</style>
border-color css
<style>
span { border-color: #C0CE50; }
span { border-color: rgb(192,206,80); }
td.TdClassName
{
border-color: #C0CE50;
}
.TagClassName
{
border-color: #C0CE50;
}
</style>