Shades of Kelly Green #50A910
Tints of Kelly Green #50A910
RGB
CMYK
RGB Variations
Color information
#50A910 (or 0x50A910) is known color: Kelly Green. HEX triplet: 50, A9 and 10. RGB value is (80,169,16). Sum of RGB (Red+Green+Blue) = 80+169+16=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #50A910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A910 is #AF56EF. Grayscale: #7D7D7D. Windows color (decimal): -11491056 or 1091920. OLE color: 1091920.
HSL color Cylindrical-coordinate representation of color #50A910: hue angle of 94.9º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50A910 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 16 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.34 |
| HSL | 94.9º | 0.83% | 0.36% | - |
| HSV(B) | 94.9º | 0.91% | 0.66% | - |
| XYZ | 17.59 | 30.12 | 5.38 | - |
| YUV | 124.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 16 | 0.53 | 0 | 0.91 | 0.34 | 94.9 | 0.83 | 0.36 |
| Hex | 50 | A9 | 10 | 35 | 0 | 5B | 22 | 5F | 53 | 24 |
| Octal | 120 | 251 | 20 | 65 | 0 | 133 | 42 | 137 | 123 | 44 |
| Binary | 1010000 | 10101001 | 10000 | 110101 | 0 | 1011011 | 100010 | 1011111 | 1010011 | 100100 |
Color Harmonies of #50A910
Complementary color
Monochromatic Colors of #50A910
Black with #50A910
Text Example
Text Example
White with #50A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A910; }
p { color: rgb(80,169,16); }
H1.HeaderClassName
{
color: #50A910;
}
.AnyTagClassName
{
color: #50A910;
}
</style>
background-color css
<style>
a { background-color: #50A910; }
a { background-color: rgb(80,169,16); }
div.DivClassName
{
background-color: #50A910;
}
.BgClassName
{
background-color: #50A910;
}
</style>
border-color css
<style>
span { border-color: #50A910; }
span { border-color: rgb(80,169,16); }
td.TdClassName
{
border-color: #50A910;
}
.TagClassName
{
border-color: #50A910;
}
</style>