Shades of Wild Willow #C2CD50
Tints of Wild Willow #C2CD50
RGB
CMYK
RGB Variations
Color information
#C2CD50 (or 0xC2CD50) is known color: Wild Willow. HEX triplet: C2, CD and 50. RGB value is (194,205,80). Sum of RGB (Red+Green+Blue) = 194+205+80=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD50 is #3D32AF. Grayscale: #BBBBBB. Windows color (decimal): -4010672 or 5295554. OLE color: 5295554.
HSL color Cylindrical-coordinate representation of color #C2CD50: hue angle of 65.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2CD50 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 80 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.20 |
| HSL | 65.28º | 0.56% | 0.56% | - |
| HSV(B) | 65.28º | 0.61% | 0.8% | - |
| XYZ | 45.53 | 55.71 | 15.94 | - |
| YUV | 187.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 80 | 0.05 | 0 | 0.61 | 0.20 | 65.28 | 0.56 | 0.56 |
| Hex | C2 | CD | 50 | 5 | 0 | 3D | 14 | 41 | 38 | 38 |
| Octal | 302 | 315 | 120 | 5 | 0 | 75 | 24 | 101 | 70 | 70 |
| Binary | 11000010 | 11001101 | 1010000 | 101 | 0 | 111101 | 10100 | 1000001 | 111000 | 111000 |
Color Harmonies of #C2CD50
Complementary color
Monochromatic Colors of #C2CD50
Black with #C2CD50
Text Example
Text Example
White with #C2CD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD50; }
p { color: rgb(194,205,80); }
H1.HeaderClassName
{
color: #C2CD50;
}
.AnyTagClassName
{
color: #C2CD50;
}
</style>
background-color css
<style>
a { background-color: #C2CD50; }
a { background-color: rgb(194,205,80); }
div.DivClassName
{
background-color: #C2CD50;
}
.BgClassName
{
background-color: #C2CD50;
}
</style>
border-color css
<style>
span { border-color: #C2CD50; }
span { border-color: rgb(194,205,80); }
td.TdClassName
{
border-color: #C2CD50;
}
.TagClassName
{
border-color: #C2CD50;
}
</style>