Shades of Kelly Green #50BA17
Tints of Kelly Green #50BA17
RGB
CMYK
RGB Variations
Color information
#50BA17 (or 0x50BA17) is known color: Kelly Green. HEX triplet: 50, BA and 17. RGB value is (80,186,23). Sum of RGB (Red+Green+Blue) = 80+186+23=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA17 is #AF45E8. Grayscale: #888888. Windows color (decimal): -11486697 or 1555024. OLE color: 1555024.
HSL color Cylindrical-coordinate representation of color #50BA17: hue angle of 99.02º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50BA17 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 23 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.27 |
| HSL | 99.02º | 0.78% | 0.41% | - |
| HSV(B) | 99.02º | 0.88% | 0.73% | - |
| XYZ | 21.02 | 36.89 | 6.82 | - |
| YUV | 135.72 | 64.38 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 23 | 0.57 | 0 | 0.88 | 0.27 | 99.02 | 0.78 | 0.41 |
| Hex | 50 | BA | 17 | 39 | 0 | 58 | 1B | 63 | 4E | 29 |
| Octal | 120 | 272 | 27 | 71 | 0 | 130 | 33 | 143 | 116 | 51 |
| Binary | 1010000 | 10111010 | 10111 | 111001 | 0 | 1011000 | 11011 | 1100011 | 1001110 | 101001 |
Color Harmonies of #50BA17
Complementary color
Monochromatic Colors of #50BA17
Black with #50BA17
Text Example
Text Example
White with #50BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA17; }
p { color: rgb(80,186,23); }
H1.HeaderClassName
{
color: #50BA17;
}
.AnyTagClassName
{
color: #50BA17;
}
</style>
background-color css
<style>
a { background-color: #50BA17; }
a { background-color: rgb(80,186,23); }
div.DivClassName
{
background-color: #50BA17;
}
.BgClassName
{
background-color: #50BA17;
}
</style>
border-color css
<style>
span { border-color: #50BA17; }
span { border-color: rgb(80,186,23); }
td.TdClassName
{
border-color: #50BA17;
}
.TagClassName
{
border-color: #50BA17;
}
</style>