Shades of Kelly Green #50E117
Tints of Kelly Green #50E117
RGB
CMYK
RGB Variations
Color information
#50E117 (or 0x50E117) is known color: Kelly Green. HEX triplet: 50, E1 and 17. RGB value is (80,225,23). Sum of RGB (Red+Green+Blue) = 80+225+23=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #50E117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E117 is #AF1EE8. Grayscale: #9F9F9F. Windows color (decimal): -11476713 or 1565008. OLE color: 1565008.
HSL color Cylindrical-coordinate representation of color #50E117: hue angle of 103.07º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50E117 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 225 | 23 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.12 |
| HSL | 103.07º | 0.81% | 0.49% | - |
| HSV(B) | 103.07º | 0.9% | 0.88% | - |
| XYZ | 30.39 | 55.62 | 9.94 | - |
| YUV | 158.62 | 51.46 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 225 | 23 | 0.64 | 0 | 0.90 | 0.12 | 103.07 | 0.81 | 0.49 |
| Hex | 50 | E1 | 17 | 40 | 0 | 5A | C | 67 | 51 | 31 |
| Octal | 120 | 341 | 27 | 100 | 0 | 132 | 14 | 147 | 121 | 61 |
| Binary | 1010000 | 11100001 | 10111 | 1000000 | 0 | 1011010 | 1100 | 1100111 | 1010001 | 110001 |
Color Harmonies of #50E117
Complementary color
Monochromatic Colors of #50E117
Black with #50E117
Text Example
Text Example
White with #50E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E117; }
p { color: rgb(80,225,23); }
H1.HeaderClassName
{
color: #50E117;
}
.AnyTagClassName
{
color: #50E117;
}
</style>
background-color css
<style>
a { background-color: #50E117; }
a { background-color: rgb(80,225,23); }
div.DivClassName
{
background-color: #50E117;
}
.BgClassName
{
background-color: #50E117;
}
</style>
border-color css
<style>
span { border-color: #50E117; }
span { border-color: rgb(80,225,23); }
td.TdClassName
{
border-color: #50E117;
}
.TagClassName
{
border-color: #50E117;
}
</style>