Shades of Wild Willow #C2CD57
Tints of Wild Willow #C2CD57
RGB
CMYK
RGB Variations
Color information
#C2CD57 (or 0xC2CD57) is known color: Wild Willow. HEX triplet: C2, CD and 57. RGB value is (194,205,87). Sum of RGB (Red+Green+Blue) = 194+205+87=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD57 is #3D32A8. Grayscale: #BCBCBC. Windows color (decimal): -4010665 or 5754306. OLE color: 5754306.
HSL color Cylindrical-coordinate representation of color #C2CD57: hue angle of 65.59º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2CD57 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 87 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.20 |
| HSL | 65.59º | 0.54% | 0.57% | - |
| HSV(B) | 65.59º | 0.58% | 0.8% | - |
| XYZ | 45.8 | 55.82 | 17.38 | - |
| YUV | 188.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 87 | 0.05 | 0 | 0.58 | 0.20 | 65.59 | 0.54 | 0.57 |
| Hex | C2 | CD | 57 | 5 | 0 | 3A | 14 | 42 | 36 | 39 |
| Octal | 302 | 315 | 127 | 5 | 0 | 72 | 24 | 102 | 66 | 71 |
| Binary | 11000010 | 11001101 | 1010111 | 101 | 0 | 111010 | 10100 | 1000010 | 110110 | 111001 |
Color Harmonies of #C2CD57
Complementary color
Monochromatic Colors of #C2CD57
Black with #C2CD57
Text Example
Text Example
White with #C2CD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD57; }
p { color: rgb(194,205,87); }
H1.HeaderClassName
{
color: #C2CD57;
}
.AnyTagClassName
{
color: #C2CD57;
}
</style>
background-color css
<style>
a { background-color: #C2CD57; }
a { background-color: rgb(194,205,87); }
div.DivClassName
{
background-color: #C2CD57;
}
.BgClassName
{
background-color: #C2CD57;
}
</style>
border-color css
<style>
span { border-color: #C2CD57; }
span { border-color: rgb(194,205,87); }
td.TdClassName
{
border-color: #C2CD57;
}
.TagClassName
{
border-color: #C2CD57;
}
</style>