Shades of Kelly Green #50C220
Tints of Kelly Green #50C220
RGB
CMYK
RGB Variations
Color information
#50C220 (or 0x50C220) is known color: Kelly Green. HEX triplet: 50, C2 and 20. RGB value is (80,194,32). Sum of RGB (Red+Green+Blue) = 80+194+32=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #50C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C220 is #AF3DDF. Grayscale: #8D8D8D. Windows color (decimal): -11484640 or 2146896. OLE color: 2146896.
HSL color Cylindrical-coordinate representation of color #50C220: hue angle of 102.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50C220 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 32 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.24 |
| HSL | 102.22º | 0.72% | 0.44% | - |
| HSV(B) | 102.22º | 0.84% | 0.76% | - |
| XYZ | 22.86 | 40.39 | 7.96 | - |
| YUV | 141.45 | 66.23 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 32 | 0.59 | 0 | 0.84 | 0.24 | 102.22 | 0.72 | 0.44 |
| Hex | 50 | C2 | 20 | 3B | 0 | 54 | 18 | 66 | 48 | 2C |
| Octal | 120 | 302 | 40 | 73 | 0 | 124 | 30 | 146 | 110 | 54 |
| Binary | 1010000 | 11000010 | 100000 | 111011 | 0 | 1010100 | 11000 | 1100110 | 1001000 | 101100 |
Color Harmonies of #50C220
Complementary color
Monochromatic Colors of #50C220
Black with #50C220
Text Example
Text Example
White with #50C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C220; }
p { color: rgb(80,194,32); }
H1.HeaderClassName
{
color: #50C220;
}
.AnyTagClassName
{
color: #50C220;
}
</style>
background-color css
<style>
a { background-color: #50C220; }
a { background-color: rgb(80,194,32); }
div.DivClassName
{
background-color: #50C220;
}
.BgClassName
{
background-color: #50C220;
}
</style>
border-color css
<style>
span { border-color: #50C220; }
span { border-color: rgb(80,194,32); }
td.TdClassName
{
border-color: #50C220;
}
.TagClassName
{
border-color: #50C220;
}
</style>