Shades of Kelly Green #50A213
Tints of Kelly Green #50A213
RGB
CMYK
RGB Variations
Color information
#50A213 (or 0x50A213) is known color: Kelly Green. HEX triplet: 50, A2 and 13. RGB value is (80,162,19). Sum of RGB (Red+Green+Blue) = 80+162+19=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #50A213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A213 is #AF5DEC. Grayscale: #797979. Windows color (decimal): -11492845 or 1286736. OLE color: 1286736.
HSL color Cylindrical-coordinate representation of color #50A213: hue angle of 94.41º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50A213 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 19 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.36 |
| HSL | 94.41º | 0.79% | 0.35% | - |
| HSV(B) | 94.41º | 0.88% | 0.64% | - |
| XYZ | 16.35 | 27.59 | 5.08 | - |
| YUV | 121.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 19 | 0.51 | 0 | 0.88 | 0.36 | 94.41 | 0.79 | 0.35 |
| Hex | 50 | A2 | 13 | 33 | 0 | 58 | 24 | 5E | 4F | 23 |
| Octal | 120 | 242 | 23 | 63 | 0 | 130 | 44 | 136 | 117 | 43 |
| Binary | 1010000 | 10100010 | 10011 | 110011 | 0 | 1011000 | 100100 | 1011110 | 1001111 | 100011 |
Color Harmonies of #50A213
Complementary color
Monochromatic Colors of #50A213
Black with #50A213
Text Example
Text Example
White with #50A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A213; }
p { color: rgb(80,162,19); }
H1.HeaderClassName
{
color: #50A213;
}
.AnyTagClassName
{
color: #50A213;
}
</style>
background-color css
<style>
a { background-color: #50A213; }
a { background-color: rgb(80,162,19); }
div.DivClassName
{
background-color: #50A213;
}
.BgClassName
{
background-color: #50A213;
}
</style>
border-color css
<style>
span { border-color: #50A213; }
span { border-color: rgb(80,162,19); }
td.TdClassName
{
border-color: #50A213;
}
.TagClassName
{
border-color: #50A213;
}
</style>