Shades of Kelly Green #50B91E
Tints of Kelly Green #50B91E
RGB
CMYK
RGB Variations
Color information
#50B91E (or 0x50B91E) is known color: Kelly Green. HEX triplet: 50, B9 and 1E. RGB value is (80,185,30). Sum of RGB (Red+Green+Blue) = 80+185+30=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #50B91E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B91E is #AF46E1. Grayscale: #888888. Windows color (decimal): -11486946 or 2013520. OLE color: 2013520.
HSL color Cylindrical-coordinate representation of color #50B91E: hue angle of 100.65º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50B91E is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 30 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.27 |
| HSL | 100.65º | 0.72% | 0.42% | - |
| HSV(B) | 100.65º | 0.84% | 0.73% | - |
| XYZ | 20.89 | 36.5 | 7.17 | - |
| YUV | 135.94 | 68.21 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 30 | 0.57 | 0 | 0.84 | 0.27 | 100.65 | 0.72 | 0.42 |
| Hex | 50 | B9 | 1E | 39 | 0 | 54 | 1B | 65 | 48 | 2A |
| Octal | 120 | 271 | 36 | 71 | 0 | 124 | 33 | 145 | 110 | 52 |
| Binary | 1010000 | 10111001 | 11110 | 111001 | 0 | 1010100 | 11011 | 1100101 | 1001000 | 101010 |
Color Harmonies of #50B91E
Complementary color
Monochromatic Colors of #50B91E
Black with #50B91E
Text Example
Text Example
White with #50B91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B91E; }
p { color: rgb(80,185,30); }
H1.HeaderClassName
{
color: #50B91E;
}
.AnyTagClassName
{
color: #50B91E;
}
</style>
background-color css
<style>
a { background-color: #50B91E; }
a { background-color: rgb(80,185,30); }
div.DivClassName
{
background-color: #50B91E;
}
.BgClassName
{
background-color: #50B91E;
}
</style>
border-color css
<style>
span { border-color: #50B91E; }
span { border-color: rgb(80,185,30); }
td.TdClassName
{
border-color: #50B91E;
}
.TagClassName
{
border-color: #50B91E;
}
</style>