Shades of Kelly Green #50AE20
Tints of Kelly Green #50AE20
RGB
CMYK
RGB Variations
Color information
#50AE20 (or 0x50AE20) is known color: Kelly Green. HEX triplet: 50, AE and 20. RGB value is (80,174,32). Sum of RGB (Red+Green+Blue) = 80+174+32=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE20 is #AF51DF. Grayscale: #828282. Windows color (decimal): -11489760 or 2141776. OLE color: 2141776.
HSL color Cylindrical-coordinate representation of color #50AE20: hue angle of 99.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50AE20 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 32 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.32 |
| HSL | 99.72º | 0.69% | 0.4% | - |
| HSV(B) | 99.72º | 0.82% | 0.68% | - |
| XYZ | 18.71 | 32.08 | 6.57 | - |
| YUV | 129.71 | 72.86 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 32 | 0.54 | 0 | 0.82 | 0.32 | 99.72 | 0.69 | 0.4 |
| Hex | 50 | AE | 20 | 36 | 0 | 52 | 20 | 64 | 45 | 28 |
| Octal | 120 | 256 | 40 | 66 | 0 | 122 | 40 | 144 | 105 | 50 |
| Binary | 1010000 | 10101110 | 100000 | 110110 | 0 | 1010010 | 100000 | 1100100 | 1000101 | 101000 |
Color Harmonies of #50AE20
Complementary color
Monochromatic Colors of #50AE20
Black with #50AE20
Text Example
Text Example
White with #50AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE20; }
p { color: rgb(80,174,32); }
H1.HeaderClassName
{
color: #50AE20;
}
.AnyTagClassName
{
color: #50AE20;
}
</style>
background-color css
<style>
a { background-color: #50AE20; }
a { background-color: rgb(80,174,32); }
div.DivClassName
{
background-color: #50AE20;
}
.BgClassName
{
background-color: #50AE20;
}
</style>
border-color css
<style>
span { border-color: #50AE20; }
span { border-color: rgb(80,174,32); }
td.TdClassName
{
border-color: #50AE20;
}
.TagClassName
{
border-color: #50AE20;
}
</style>