Shades of Wild Willow #C2CD53
Tints of Wild Willow #C2CD53
RGB
CMYK
RGB Variations
Color information
#C2CD53 (or 0xC2CD53) is known color: Wild Willow. HEX triplet: C2, CD and 53. RGB value is (194,205,83). Sum of RGB (Red+Green+Blue) = 194+205+83=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD53 is #3D32AC. Grayscale: #BCBCBC. Windows color (decimal): -4010669 or 5492162. OLE color: 5492162.
HSL color Cylindrical-coordinate representation of color #C2CD53: hue angle of 65.41º 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 #C2CD53 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 83 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.20 |
| HSL | 65.41º | 0.55% | 0.56% | - |
| HSV(B) | 65.41º | 0.6% | 0.8% | - |
| XYZ | 45.64 | 55.76 | 16.54 | - |
| YUV | 187.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 83 | 0.05 | 0 | 0.60 | 0.20 | 65.41 | 0.55 | 0.56 |
| Hex | C2 | CD | 53 | 5 | 0 | 3C | 14 | 41 | 37 | 38 |
| Octal | 302 | 315 | 123 | 5 | 0 | 74 | 24 | 101 | 67 | 70 |
| Binary | 11000010 | 11001101 | 1010011 | 101 | 0 | 111100 | 10100 | 1000001 | 110111 | 111000 |
Color Harmonies of #C2CD53
Complementary color
Monochromatic Colors of #C2CD53
Black with #C2CD53
Text Example
Text Example
White with #C2CD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD53; }
p { color: rgb(194,205,83); }
H1.HeaderClassName
{
color: #C2CD53;
}
.AnyTagClassName
{
color: #C2CD53;
}
</style>
background-color css
<style>
a { background-color: #C2CD53; }
a { background-color: rgb(194,205,83); }
div.DivClassName
{
background-color: #C2CD53;
}
.BgClassName
{
background-color: #C2CD53;
}
</style>
border-color css
<style>
span { border-color: #C2CD53; }
span { border-color: rgb(194,205,83); }
td.TdClassName
{
border-color: #C2CD53;
}
.TagClassName
{
border-color: #C2CD53;
}
</style>