Shades of Kelly Green #50AE16
Tints of Kelly Green #50AE16
RGB
CMYK
RGB Variations
Color information
#50AE16 (or 0x50AE16) is known color: Kelly Green. HEX triplet: 50, AE and 16. RGB value is (80,174,22). Sum of RGB (Red+Green+Blue) = 80+174+22=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AE16 is #AF51E9. Grayscale: #818181. Windows color (decimal): -11489770 or 1486416. OLE color: 1486416.
HSL color Cylindrical-coordinate representation of color #50AE16: hue angle of 97.11º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50AE16 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 22 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.32 |
| HSL | 97.11º | 0.78% | 0.38% | - |
| HSV(B) | 97.11º | 0.87% | 0.68% | - |
| XYZ | 18.59 | 32.04 | 5.96 | - |
| YUV | 128.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 22 | 0.54 | 0 | 0.87 | 0.32 | 97.11 | 0.78 | 0.38 |
| Hex | 50 | AE | 16 | 36 | 0 | 57 | 20 | 61 | 4E | 26 |
| Octal | 120 | 256 | 26 | 66 | 0 | 127 | 40 | 141 | 116 | 46 |
| Binary | 1010000 | 10101110 | 10110 | 110110 | 0 | 1010111 | 100000 | 1100001 | 1001110 | 100110 |
Color Harmonies of #50AE16
Complementary color
Monochromatic Colors of #50AE16
Black with #50AE16
Text Example
Text Example
White with #50AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE16; }
p { color: rgb(80,174,22); }
H1.HeaderClassName
{
color: #50AE16;
}
.AnyTagClassName
{
color: #50AE16;
}
</style>
background-color css
<style>
a { background-color: #50AE16; }
a { background-color: rgb(80,174,22); }
div.DivClassName
{
background-color: #50AE16;
}
.BgClassName
{
background-color: #50AE16;
}
</style>
border-color css
<style>
span { border-color: #50AE16; }
span { border-color: rgb(80,174,22); }
td.TdClassName
{
border-color: #50AE16;
}
.TagClassName
{
border-color: #50AE16;
}
</style>