Shades of Kelly Green #50AE10
Tints of Kelly Green #50AE10
RGB
CMYK
RGB Variations
Color information
#50AE10 (or 0x50AE10) is known color: Kelly Green. HEX triplet: 50, AE and 10. RGB value is (80,174,16). Sum of RGB (Red+Green+Blue) = 80+174+16=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 174 (68.36% from 255 or 64.44% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AE10 is #AF51EF. Grayscale: #808080. Windows color (decimal): -11489776 or 1093200. OLE color: 1093200.
HSL color Cylindrical-coordinate representation of color #50AE10: hue angle of 95.7º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50AE10 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 16 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.32 |
| HSL | 95.7º | 0.83% | 0.37% | - |
| HSV(B) | 95.7º | 0.91% | 0.68% | - |
| XYZ | 18.54 | 32.01 | 5.69 | - |
| YUV | 127.88 | 64.86 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 16 | 0.54 | 0 | 0.91 | 0.32 | 95.7 | 0.83 | 0.37 |
| Hex | 50 | AE | 10 | 36 | 0 | 5B | 20 | 60 | 53 | 25 |
| Octal | 120 | 256 | 20 | 66 | 0 | 133 | 40 | 140 | 123 | 45 |
| Binary | 1010000 | 10101110 | 10000 | 110110 | 0 | 1011011 | 100000 | 1100000 | 1010011 | 100101 |
Color Harmonies of #50AE10
Complementary color
Monochromatic Colors of #50AE10
Black with #50AE10
Text Example
Text Example
White with #50AE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE10; }
p { color: rgb(80,174,16); }
H1.HeaderClassName
{
color: #50AE10;
}
.AnyTagClassName
{
color: #50AE10;
}
</style>
background-color css
<style>
a { background-color: #50AE10; }
a { background-color: rgb(80,174,16); }
div.DivClassName
{
background-color: #50AE10;
}
.BgClassName
{
background-color: #50AE10;
}
</style>
border-color css
<style>
span { border-color: #50AE10; }
span { border-color: rgb(80,174,16); }
td.TdClassName
{
border-color: #50AE10;
}
.TagClassName
{
border-color: #50AE10;
}
</style>