Shades of Kelly Green #50AE1E
Tints of Kelly Green #50AE1E
RGB
CMYK
RGB Variations
Color information
#50AE1E (or 0x50AE1E) is known color: Kelly Green. HEX triplet: 50, AE and 1E. RGB value is (80,174,30). Sum of RGB (Red+Green+Blue) = 80+174+30=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE1E is #AF51E1. Grayscale: #818181. Windows color (decimal): -11489762 or 2010704. OLE color: 2010704.
HSL color Cylindrical-coordinate representation of color #50AE1E: hue angle of 99.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50AE1E is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 30 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.32 |
| HSL | 99.17º | 0.71% | 0.4% | - |
| HSV(B) | 99.17º | 0.83% | 0.68% | - |
| XYZ | 18.68 | 32.07 | 6.43 | - |
| YUV | 129.48 | 71.86 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 30 | 0.54 | 0 | 0.83 | 0.32 | 99.17 | 0.71 | 0.4 |
| Hex | 50 | AE | 1E | 36 | 0 | 53 | 20 | 63 | 47 | 28 |
| Octal | 120 | 256 | 36 | 66 | 0 | 123 | 40 | 143 | 107 | 50 |
| Binary | 1010000 | 10101110 | 11110 | 110110 | 0 | 1010011 | 100000 | 1100011 | 1000111 | 101000 |
Color Harmonies of #50AE1E
Complementary color
Monochromatic Colors of #50AE1E
Black with #50AE1E
Text Example
Text Example
White with #50AE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE1E; }
p { color: rgb(80,174,30); }
H1.HeaderClassName
{
color: #50AE1E;
}
.AnyTagClassName
{
color: #50AE1E;
}
</style>
background-color css
<style>
a { background-color: #50AE1E; }
a { background-color: rgb(80,174,30); }
div.DivClassName
{
background-color: #50AE1E;
}
.BgClassName
{
background-color: #50AE1E;
}
</style>
border-color css
<style>
span { border-color: #50AE1E; }
span { border-color: rgb(80,174,30); }
td.TdClassName
{
border-color: #50AE1E;
}
.TagClassName
{
border-color: #50AE1E;
}
</style>