Shades of Kelly Green #50A505
Tints of Kelly Green #50A505
RGB
CMYK
RGB Variations
Color information
#50A505 (or 0x50A505) is known color: Kelly Green. HEX triplet: 50, A5 and 05. RGB value is (80,165,5). Sum of RGB (Red+Green+Blue) = 80+165+5=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #50A505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A505 is #AF5AFA. Grayscale: #797979. Windows color (decimal): -11492091 or 370000. OLE color: 370000.
HSL color Cylindrical-coordinate representation of color #50A505: hue angle of 91.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50A505 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 165 | 5 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.35 |
| HSL | 91.88º | 0.94% | 0.33% | - |
| HSV(B) | 91.88º | 0.97% | 0.65% | - |
| XYZ | 16.79 | 28.63 | 4.78 | - |
| YUV | 121.35 | 62.34 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 165 | 5 | 0.52 | 0 | 0.97 | 0.35 | 91.88 | 0.94 | 0.33 |
| Hex | 50 | A5 | 5 | 34 | 0 | 61 | 23 | 5C | 5E | 21 |
| Octal | 120 | 245 | 5 | 64 | 0 | 141 | 43 | 134 | 136 | 41 |
| Binary | 1010000 | 10100101 | 101 | 110100 | 0 | 1100001 | 100011 | 1011100 | 1011110 | 100001 |
Color Harmonies of #50A505
Complementary color
Monochromatic Colors of #50A505
Black with #50A505
Text Example
Text Example
White with #50A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A505; }
p { color: rgb(80,165,5); }
H1.HeaderClassName
{
color: #50A505;
}
.AnyTagClassName
{
color: #50A505;
}
</style>
background-color css
<style>
a { background-color: #50A505; }
a { background-color: rgb(80,165,5); }
div.DivClassName
{
background-color: #50A505;
}
.BgClassName
{
background-color: #50A505;
}
</style>
border-color css
<style>
span { border-color: #50A505; }
span { border-color: rgb(80,165,5); }
td.TdClassName
{
border-color: #50A505;
}
.TagClassName
{
border-color: #50A505;
}
</style>