Shades of Kelly Green #50A20E
Tints of Kelly Green #50A20E
RGB
CMYK
RGB Variations
Color information
#50A20E (or 0x50A20E) is known color: Kelly Green. HEX triplet: 50, A2 and 0E. RGB value is (80,162,14). Sum of RGB (Red+Green+Blue) = 80+162+14=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #50A20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A20E is #AF5DF1. Grayscale: #797979. Windows color (decimal): -11492850 or 959056. OLE color: 959056.
HSL color Cylindrical-coordinate representation of color #50A20E: hue angle of 93.24º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50A20E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 14 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.36 |
| HSL | 93.24º | 0.84% | 0.35% | - |
| HSV(B) | 93.24º | 0.91% | 0.64% | - |
| XYZ | 16.31 | 27.58 | 4.88 | - |
| YUV | 120.61 | 67.83 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 14 | 0.51 | 0 | 0.91 | 0.36 | 93.24 | 0.84 | 0.35 |
| Hex | 50 | A2 | E | 33 | 0 | 5B | 24 | 5D | 54 | 23 |
| Octal | 120 | 242 | 16 | 63 | 0 | 133 | 44 | 135 | 124 | 43 |
| Binary | 1010000 | 10100010 | 1110 | 110011 | 0 | 1011011 | 100100 | 1011101 | 1010100 | 100011 |
Color Harmonies of #50A20E
Complementary color
Monochromatic Colors of #50A20E
Black with #50A20E
Text Example
Text Example
White with #50A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A20E; }
p { color: rgb(80,162,14); }
H1.HeaderClassName
{
color: #50A20E;
}
.AnyTagClassName
{
color: #50A20E;
}
</style>
background-color css
<style>
a { background-color: #50A20E; }
a { background-color: rgb(80,162,14); }
div.DivClassName
{
background-color: #50A20E;
}
.BgClassName
{
background-color: #50A20E;
}
</style>
border-color css
<style>
span { border-color: #50A20E; }
span { border-color: rgb(80,162,14); }
td.TdClassName
{
border-color: #50A20E;
}
.TagClassName
{
border-color: #50A20E;
}
</style>