Shades of Wild Willow #C2CC51
Tints of Wild Willow #C2CC51
RGB
CMYK
RGB Variations
Color information
#C2CC51 (or 0xC2CC51) is known color: Wild Willow. HEX triplet: C2, CC and 51. RGB value is (194,204,81). Sum of RGB (Red+Green+Blue) = 194+204+81=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC51 is #3D33AE. Grayscale: #BBBBBB. Windows color (decimal): -4010927 or 5360834. OLE color: 5360834.
HSL color Cylindrical-coordinate representation of color #C2CC51: hue angle of 64.88º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2CC51 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 81 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.2 |
| HSL | 64.88º | 0.55% | 0.56% | - |
| HSV(B) | 64.88º | 0.6% | 0.8% | - |
| XYZ | 45.33 | 55.25 | 16.06 | - |
| YUV | 186.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 81 | 0.05 | 0 | 0.60 | 0.2 | 64.88 | 0.55 | 0.56 |
| Hex | C2 | CC | 51 | 5 | 0 | 3C | 14 | 41 | 37 | 38 |
| Octal | 302 | 314 | 121 | 5 | 0 | 74 | 24 | 101 | 67 | 70 |
| Binary | 11000010 | 11001100 | 1010001 | 101 | 0 | 111100 | 10100 | 1000001 | 110111 | 111000 |
Color Harmonies of #C2CC51
Complementary color
Monochromatic Colors of #C2CC51
Black with #C2CC51
Text Example
Text Example
White with #C2CC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC51; }
p { color: rgb(194,204,81); }
H1.HeaderClassName
{
color: #C2CC51;
}
.AnyTagClassName
{
color: #C2CC51;
}
</style>
background-color css
<style>
a { background-color: #C2CC51; }
a { background-color: rgb(194,204,81); }
div.DivClassName
{
background-color: #C2CC51;
}
.BgClassName
{
background-color: #C2CC51;
}
</style>
border-color css
<style>
span { border-color: #C2CC51; }
span { border-color: rgb(194,204,81); }
td.TdClassName
{
border-color: #C2CC51;
}
.TagClassName
{
border-color: #C2CC51;
}
</style>