Shades of Wild Willow #C0CC5C
Tints of Wild Willow #C0CC5C
RGB
CMYK
RGB Variations
Color information
#C0CC5C (or 0xC0CC5C) is known color: Wild Willow. HEX triplet: C0, CC and 5C. RGB value is (192,204,92). Sum of RGB (Red+Green+Blue) = 192+204+92=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC5C is #3F33A3. Grayscale: #BCBCBC. Windows color (decimal): -4141988 or 6081728. OLE color: 6081728.
HSL color Cylindrical-coordinate representation of color #C0CC5C: hue angle of 66.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0CC5C is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 92 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.2 |
| HSL | 66.43º | 0.52% | 0.58% | - |
| HSV(B) | 66.43º | 0.55% | 0.8% | - |
| XYZ | 45.26 | 55.16 | 18.39 | - |
| YUV | 187.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 92 | 0.06 | 0 | 0.55 | 0.2 | 66.43 | 0.52 | 0.58 |
| Hex | C0 | CC | 5C | 6 | 0 | 37 | 14 | 42 | 34 | 3A |
| Octal | 300 | 314 | 134 | 6 | 0 | 67 | 24 | 102 | 64 | 72 |
| Binary | 11000000 | 11001100 | 1011100 | 110 | 0 | 110111 | 10100 | 1000010 | 110100 | 111010 |
Color Harmonies of #C0CC5C
Complementary color
Monochromatic Colors of #C0CC5C
Black with #C0CC5C
Text Example
Text Example
White with #C0CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC5C; }
p { color: rgb(192,204,92); }
H1.HeaderClassName
{
color: #C0CC5C;
}
.AnyTagClassName
{
color: #C0CC5C;
}
</style>
background-color css
<style>
a { background-color: #C0CC5C; }
a { background-color: rgb(192,204,92); }
div.DivClassName
{
background-color: #C0CC5C;
}
.BgClassName
{
background-color: #C0CC5C;
}
</style>
border-color css
<style>
span { border-color: #C0CC5C; }
span { border-color: rgb(192,204,92); }
td.TdClassName
{
border-color: #C0CC5C;
}
.TagClassName
{
border-color: #C0CC5C;
}
</style>