Shades of Wild Willow #C0CE5F
Tints of Wild Willow #C0CE5F
RGB
CMYK
RGB Variations
Color information
#C0CE5F (or 0xC0CE5F) is known color: Wild Willow. HEX triplet: C0, CE and 5F. RGB value is (192,206,95). Sum of RGB (Red+Green+Blue) = 192+206+95=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CE5F is #3F31A0. Grayscale: #BDBDBD. Windows color (decimal): -4141473 or 6278848. OLE color: 6278848.
HSL color Cylindrical-coordinate representation of color #C0CE5F: hue angle of 67.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0CE5F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 95 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.19 |
| HSL | 67.57º | 0.53% | 0.59% | - |
| HSV(B) | 67.57º | 0.54% | 0.81% | - |
| XYZ | 45.88 | 56.18 | 19.25 | - |
| YUV | 189.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 95 | 0.07 | 0 | 0.54 | 0.19 | 67.57 | 0.53 | 0.59 |
| Hex | C0 | CE | 5F | 7 | 0 | 36 | 13 | 44 | 35 | 3B |
| Octal | 300 | 316 | 137 | 7 | 0 | 66 | 23 | 104 | 65 | 73 |
| Binary | 11000000 | 11001110 | 1011111 | 111 | 0 | 110110 | 10011 | 1000100 | 110101 | 111011 |
Color Harmonies of #C0CE5F
Complementary color
Monochromatic Colors of #C0CE5F
Black with #C0CE5F
Text Example
Text Example
White with #C0CE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE5F; }
p { color: rgb(192,206,95); }
H1.HeaderClassName
{
color: #C0CE5F;
}
.AnyTagClassName
{
color: #C0CE5F;
}
</style>
background-color css
<style>
a { background-color: #C0CE5F; }
a { background-color: rgb(192,206,95); }
div.DivClassName
{
background-color: #C0CE5F;
}
.BgClassName
{
background-color: #C0CE5F;
}
</style>
border-color css
<style>
span { border-color: #C0CE5F; }
span { border-color: rgb(192,206,95); }
td.TdClassName
{
border-color: #C0CE5F;
}
.TagClassName
{
border-color: #C0CE5F;
}
</style>