Shades of Kelly Green #50BA20
Tints of Kelly Green #50BA20
RGB
CMYK
RGB Variations
Color information
#50BA20 (or 0x50BA20) is known color: Kelly Green. HEX triplet: 50, BA and 20. RGB value is (80,186,32). Sum of RGB (Red+Green+Blue) = 80+186+32=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA20 is #AF45DF. Grayscale: #898989. Windows color (decimal): -11486688 or 2144848. OLE color: 2144848.
HSL color Cylindrical-coordinate representation of color #50BA20: hue angle of 101.3º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50BA20 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 32 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.27 |
| HSL | 101.3º | 0.71% | 0.43% | - |
| HSV(B) | 101.3º | 0.83% | 0.73% | - |
| XYZ | 21.13 | 36.93 | 7.38 | - |
| YUV | 136.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 32 | 0.57 | 0 | 0.83 | 0.27 | 101.3 | 0.71 | 0.43 |
| Hex | 50 | BA | 20 | 39 | 0 | 53 | 1B | 65 | 47 | 2B |
| Octal | 120 | 272 | 40 | 71 | 0 | 123 | 33 | 145 | 107 | 53 |
| Binary | 1010000 | 10111010 | 100000 | 111001 | 0 | 1010011 | 11011 | 1100101 | 1000111 | 101011 |
Color Harmonies of #50BA20
Complementary color
Monochromatic Colors of #50BA20
Black with #50BA20
Text Example
Text Example
White with #50BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA20; }
p { color: rgb(80,186,32); }
H1.HeaderClassName
{
color: #50BA20;
}
.AnyTagClassName
{
color: #50BA20;
}
</style>
background-color css
<style>
a { background-color: #50BA20; }
a { background-color: rgb(80,186,32); }
div.DivClassName
{
background-color: #50BA20;
}
.BgClassName
{
background-color: #50BA20;
}
</style>
border-color css
<style>
span { border-color: #50BA20; }
span { border-color: rgb(80,186,32); }
td.TdClassName
{
border-color: #50BA20;
}
.TagClassName
{
border-color: #50BA20;
}
</style>