Shades of Kelly Green #50D50E
Tints of Kelly Green #50D50E
RGB
CMYK
RGB Variations
Color information
#50D50E (or 0x50D50E) is known color: Kelly Green. HEX triplet: 50, D5 and 0E. RGB value is (80,213,14). Sum of RGB (Red+Green+Blue) = 80+213+14=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #50D50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D50E is #AF2AF1. Grayscale: #979797. Windows color (decimal): -11479794 or 972112. OLE color: 972112.
HSL color Cylindrical-coordinate representation of color #50D50E: hue angle of 100.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50D50E is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 14 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.16 |
| HSL | 100.1º | 0.88% | 0.45% | - |
| HSV(B) | 100.1º | 0.93% | 0.84% | - |
| XYZ | 27.18 | 49.33 | 8.5 | - |
| YUV | 150.55 | 50.94 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 14 | 0.62 | 0 | 0.93 | 0.16 | 100.1 | 0.88 | 0.45 |
| Hex | 50 | D5 | E | 3E | 0 | 5D | 10 | 64 | 58 | 2D |
| Octal | 120 | 325 | 16 | 76 | 0 | 135 | 20 | 144 | 130 | 55 |
| Binary | 1010000 | 11010101 | 1110 | 111110 | 0 | 1011101 | 10000 | 1100100 | 1011000 | 101101 |
Color Harmonies of #50D50E
Complementary color
Monochromatic Colors of #50D50E
Black with #50D50E
Text Example
Text Example
White with #50D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D50E; }
p { color: rgb(80,213,14); }
H1.HeaderClassName
{
color: #50D50E;
}
.AnyTagClassName
{
color: #50D50E;
}
</style>
background-color css
<style>
a { background-color: #50D50E; }
a { background-color: rgb(80,213,14); }
div.DivClassName
{
background-color: #50D50E;
}
.BgClassName
{
background-color: #50D50E;
}
</style>
border-color css
<style>
span { border-color: #50D50E; }
span { border-color: rgb(80,213,14); }
td.TdClassName
{
border-color: #50D50E;
}
.TagClassName
{
border-color: #50D50E;
}
</style>