Shades of Wild Willow #C2CD59
Tints of Wild Willow #C2CD59
RGB
CMYK
RGB Variations
Color information
#C2CD59 (or 0xC2CD59) is known color: Wild Willow. HEX triplet: C2, CD and 59. RGB value is (194,205,89). Sum of RGB (Red+Green+Blue) = 194+205+89=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD59 is #3D32A6. Grayscale: #BCBCBC. Windows color (decimal): -4010663 or 5885378. OLE color: 5885378.
HSL color Cylindrical-coordinate representation of color #C2CD59: hue angle of 65.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2CD59 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 89 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.20 |
| HSL | 65.69º | 0.54% | 0.58% | - |
| HSV(B) | 65.69º | 0.57% | 0.8% | - |
| XYZ | 45.88 | 55.85 | 17.81 | - |
| YUV | 188.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 89 | 0.05 | 0 | 0.57 | 0.20 | 65.69 | 0.54 | 0.58 |
| Hex | C2 | CD | 59 | 5 | 0 | 39 | 14 | 42 | 36 | 3A |
| Octal | 302 | 315 | 131 | 5 | 0 | 71 | 24 | 102 | 66 | 72 |
| Binary | 11000010 | 11001101 | 1011001 | 101 | 0 | 111001 | 10100 | 1000010 | 110110 | 111010 |
Color Harmonies of #C2CD59
Complementary color
Monochromatic Colors of #C2CD59
Black with #C2CD59
Text Example
Text Example
White with #C2CD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD59; }
p { color: rgb(194,205,89); }
H1.HeaderClassName
{
color: #C2CD59;
}
.AnyTagClassName
{
color: #C2CD59;
}
</style>
background-color css
<style>
a { background-color: #C2CD59; }
a { background-color: rgb(194,205,89); }
div.DivClassName
{
background-color: #C2CD59;
}
.BgClassName
{
background-color: #C2CD59;
}
</style>
border-color css
<style>
span { border-color: #C2CD59; }
span { border-color: rgb(194,205,89); }
td.TdClassName
{
border-color: #C2CD59;
}
.TagClassName
{
border-color: #C2CD59;
}
</style>