Shades of Kelly Green #50D31E
Tints of Kelly Green #50D31E
RGB
CMYK
RGB Variations
Color information
#50D31E (or 0x50D31E) is known color: Kelly Green. HEX triplet: 50, D3 and 1E. RGB value is (80,211,30). Sum of RGB (Red+Green+Blue) = 80+211+30=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 211 (82.81% from 255 or 65.73% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 211 - color contains mainly: green. Hex color #50D31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D31E is #AF2CE1. Grayscale: #979797. Windows color (decimal): -11480290 or 2020176. OLE color: 2020176.
HSL color Cylindrical-coordinate representation of color #50D31E: hue angle of 103.43º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50D31E is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 30 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.17 |
| HSL | 103.43º | 0.75% | 0.47% | - |
| HSV(B) | 103.43º | 0.86% | 0.83% | - |
| XYZ | 26.84 | 48.39 | 9.15 | - |
| YUV | 151.2 | 59.6 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 30 | 0.62 | 0 | 0.86 | 0.17 | 103.43 | 0.75 | 0.47 |
| Hex | 50 | D3 | 1E | 3E | 0 | 56 | 11 | 67 | 4B | 2F |
| Octal | 120 | 323 | 36 | 76 | 0 | 126 | 21 | 147 | 113 | 57 |
| Binary | 1010000 | 11010011 | 11110 | 111110 | 0 | 1010110 | 10001 | 1100111 | 1001011 | 101111 |
Color Harmonies of #50D31E
Complementary color
Monochromatic Colors of #50D31E
Black with #50D31E
Text Example
Text Example
White with #50D31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D31E; }
p { color: rgb(80,211,30); }
H1.HeaderClassName
{
color: #50D31E;
}
.AnyTagClassName
{
color: #50D31E;
}
</style>
background-color css
<style>
a { background-color: #50D31E; }
a { background-color: rgb(80,211,30); }
div.DivClassName
{
background-color: #50D31E;
}
.BgClassName
{
background-color: #50D31E;
}
</style>
border-color css
<style>
span { border-color: #50D31E; }
span { border-color: rgb(80,211,30); }
td.TdClassName
{
border-color: #50D31E;
}
.TagClassName
{
border-color: #50D31E;
}
</style>