Shades of Kelly Green #50BA15
Tints of Kelly Green #50BA15
RGB
CMYK
RGB Variations
Color information
#50BA15 (or 0x50BA15) is known color: Kelly Green. HEX triplet: 50, BA and 15. RGB value is (80,186,21). Sum of RGB (Red+Green+Blue) = 80+186+21=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA15 is #AF45EA. Grayscale: #888888. Windows color (decimal): -11486699 or 1423952. OLE color: 1423952.
HSL color Cylindrical-coordinate representation of color #50BA15: hue angle of 98.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50BA15 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 21 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.27 |
| HSL | 98.55º | 0.8% | 0.41% | - |
| HSV(B) | 98.55º | 0.89% | 0.73% | - |
| XYZ | 21 | 36.88 | 6.72 | - |
| YUV | 135.5 | 63.38 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 21 | 0.57 | 0 | 0.89 | 0.27 | 98.55 | 0.8 | 0.41 |
| Hex | 50 | BA | 15 | 39 | 0 | 59 | 1B | 63 | 50 | 29 |
| Octal | 120 | 272 | 25 | 71 | 0 | 131 | 33 | 143 | 120 | 51 |
| Binary | 1010000 | 10111010 | 10101 | 111001 | 0 | 1011001 | 11011 | 1100011 | 1010000 | 101001 |
Color Harmonies of #50BA15
Complementary color
Monochromatic Colors of #50BA15
Black with #50BA15
Text Example
Text Example
White with #50BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA15; }
p { color: rgb(80,186,21); }
H1.HeaderClassName
{
color: #50BA15;
}
.AnyTagClassName
{
color: #50BA15;
}
</style>
background-color css
<style>
a { background-color: #50BA15; }
a { background-color: rgb(80,186,21); }
div.DivClassName
{
background-color: #50BA15;
}
.BgClassName
{
background-color: #50BA15;
}
</style>
border-color css
<style>
span { border-color: #50BA15; }
span { border-color: rgb(80,186,21); }
td.TdClassName
{
border-color: #50BA15;
}
.TagClassName
{
border-color: #50BA15;
}
</style>