Shades of Wild Willow #C0CA58
Tints of Wild Willow #C0CA58
RGB
CMYK
RGB Variations
Color information
#C0CA58 (or 0xC0CA58) is known color: Wild Willow. HEX triplet: C0, CA and 58. RGB value is (192,202,88). Sum of RGB (Red+Green+Blue) = 192+202+88=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA58 is #3F35A7. Grayscale: #BABABA. Windows color (decimal): -4142504 or 5819072. OLE color: 5819072.
HSL color Cylindrical-coordinate representation of color #C0CA58: hue angle of 65.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0CA58 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 88 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.21 |
| HSL | 65.26º | 0.52% | 0.57% | - |
| HSV(B) | 65.26º | 0.56% | 0.79% | - |
| XYZ | 44.62 | 54.15 | 17.33 | - |
| YUV | 186.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 88 | 0.05 | 0 | 0.56 | 0.21 | 65.26 | 0.52 | 0.57 |
| Hex | C0 | CA | 58 | 5 | 0 | 38 | 15 | 41 | 34 | 39 |
| Octal | 300 | 312 | 130 | 5 | 0 | 70 | 25 | 101 | 64 | 71 |
| Binary | 11000000 | 11001010 | 1011000 | 101 | 0 | 111000 | 10101 | 1000001 | 110100 | 111001 |
Color Harmonies of #C0CA58
Complementary color
Monochromatic Colors of #C0CA58
Black with #C0CA58
Text Example
Text Example
White with #C0CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA58; }
p { color: rgb(192,202,88); }
H1.HeaderClassName
{
color: #C0CA58;
}
.AnyTagClassName
{
color: #C0CA58;
}
</style>
background-color css
<style>
a { background-color: #C0CA58; }
a { background-color: rgb(192,202,88); }
div.DivClassName
{
background-color: #C0CA58;
}
.BgClassName
{
background-color: #C0CA58;
}
</style>
border-color css
<style>
span { border-color: #C0CA58; }
span { border-color: rgb(192,202,88); }
td.TdClassName
{
border-color: #C0CA58;
}
.TagClassName
{
border-color: #C0CA58;
}
</style>