Shades of Kelly Green #50A511
Tints of Kelly Green #50A511
RGB
CMYK
RGB Variations
Color information
#50A511 (or 0x50A511) is known color: Kelly Green. HEX triplet: 50, A5 and 11. RGB value is (80,165,17). Sum of RGB (Red+Green+Blue) = 80+165+17=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #50A511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A511 is #AF5AEE. Grayscale: #7B7B7B. Windows color (decimal): -11492079 or 1156432. OLE color: 1156432.
HSL color Cylindrical-coordinate representation of color #50A511: hue angle of 94.46º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50A511 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 165 | 17 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.35 |
| HSL | 94.46º | 0.81% | 0.36% | - |
| HSV(B) | 94.46º | 0.9% | 0.65% | - |
| XYZ | 16.86 | 28.66 | 5.17 | - |
| YUV | 122.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 165 | 17 | 0.52 | 0 | 0.90 | 0.35 | 94.46 | 0.81 | 0.36 |
| Hex | 50 | A5 | 11 | 34 | 0 | 5A | 23 | 5E | 51 | 24 |
| Octal | 120 | 245 | 21 | 64 | 0 | 132 | 43 | 136 | 121 | 44 |
| Binary | 1010000 | 10100101 | 10001 | 110100 | 0 | 1011010 | 100011 | 1011110 | 1010001 | 100100 |
Color Harmonies of #50A511
Complementary color
Monochromatic Colors of #50A511
Black with #50A511
Text Example
Text Example
White with #50A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A511; }
p { color: rgb(80,165,17); }
H1.HeaderClassName
{
color: #50A511;
}
.AnyTagClassName
{
color: #50A511;
}
</style>
background-color css
<style>
a { background-color: #50A511; }
a { background-color: rgb(80,165,17); }
div.DivClassName
{
background-color: #50A511;
}
.BgClassName
{
background-color: #50A511;
}
</style>
border-color css
<style>
span { border-color: #50A511; }
span { border-color: rgb(80,165,17); }
td.TdClassName
{
border-color: #50A511;
}
.TagClassName
{
border-color: #50A511;
}
</style>