Shades of Kelly Green #50A80E
Tints of Kelly Green #50A80E
RGB
CMYK
RGB Variations
Color information
#50A80E (or 0x50A80E) is known color: Kelly Green. HEX triplet: 50, A8 and 0E. RGB value is (80,168,14). Sum of RGB (Red+Green+Blue) = 80+168+14=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #50A80E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A80E is #AF57F1. Grayscale: #7C7C7C. Windows color (decimal): -11491314 or 960592. OLE color: 960592.
HSL color Cylindrical-coordinate representation of color #50A80E: hue angle of 94.29º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50A80E is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 14 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.34 |
| HSL | 94.29º | 0.85% | 0.36% | - |
| HSV(B) | 94.29º | 0.92% | 0.66% | - |
| XYZ | 17.39 | 29.74 | 5.24 | - |
| YUV | 124.13 | 65.85 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 14 | 0.52 | 0 | 0.92 | 0.34 | 94.29 | 0.85 | 0.36 |
| Hex | 50 | A8 | E | 34 | 0 | 5C | 22 | 5E | 55 | 24 |
| Octal | 120 | 250 | 16 | 64 | 0 | 134 | 42 | 136 | 125 | 44 |
| Binary | 1010000 | 10101000 | 1110 | 110100 | 0 | 1011100 | 100010 | 1011110 | 1010101 | 100100 |
Color Harmonies of #50A80E
Complementary color
Monochromatic Colors of #50A80E
Black with #50A80E
Text Example
Text Example
White with #50A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A80E; }
p { color: rgb(80,168,14); }
H1.HeaderClassName
{
color: #50A80E;
}
.AnyTagClassName
{
color: #50A80E;
}
</style>
background-color css
<style>
a { background-color: #50A80E; }
a { background-color: rgb(80,168,14); }
div.DivClassName
{
background-color: #50A80E;
}
.BgClassName
{
background-color: #50A80E;
}
</style>
border-color css
<style>
span { border-color: #50A80E; }
span { border-color: rgb(80,168,14); }
td.TdClassName
{
border-color: #50A80E;
}
.TagClassName
{
border-color: #50A80E;
}
</style>