Shades of Kelly Green #50B20E
Tints of Kelly Green #50B20E
RGB
CMYK
RGB Variations
Color information
#50B20E (or 0x50B20E) is known color: Kelly Green. HEX triplet: 50, B2 and 0E. RGB value is (80,178,14). Sum of RGB (Red+Green+Blue) = 80+178+14=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #50B20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B20E is #AF4DF1. Grayscale: #828282. Windows color (decimal): -11488754 or 963152. OLE color: 963152.
HSL color Cylindrical-coordinate representation of color #50B20E: hue angle of 95.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50B20E is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 14 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.30 |
| HSL | 95.85º | 0.85% | 0.38% | - |
| HSV(B) | 95.85º | 0.92% | 0.7% | - |
| XYZ | 19.31 | 33.58 | 5.88 | - |
| YUV | 130 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 14 | 0.55 | 0 | 0.92 | 0.30 | 95.85 | 0.85 | 0.38 |
| Hex | 50 | B2 | E | 37 | 0 | 5C | 1E | 60 | 55 | 26 |
| Octal | 120 | 262 | 16 | 67 | 0 | 134 | 36 | 140 | 125 | 46 |
| Binary | 1010000 | 10110010 | 1110 | 110111 | 0 | 1011100 | 11110 | 1100000 | 1010101 | 100110 |
Color Harmonies of #50B20E
Complementary color
Monochromatic Colors of #50B20E
Black with #50B20E
Text Example
Text Example
White with #50B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B20E; }
p { color: rgb(80,178,14); }
H1.HeaderClassName
{
color: #50B20E;
}
.AnyTagClassName
{
color: #50B20E;
}
</style>
background-color css
<style>
a { background-color: #50B20E; }
a { background-color: rgb(80,178,14); }
div.DivClassName
{
background-color: #50B20E;
}
.BgClassName
{
background-color: #50B20E;
}
</style>
border-color css
<style>
span { border-color: #50B20E; }
span { border-color: rgb(80,178,14); }
td.TdClassName
{
border-color: #50B20E;
}
.TagClassName
{
border-color: #50B20E;
}
</style>