Shades of Kelly Green #50A205
Tints of Kelly Green #50A205
RGB
CMYK
RGB Variations
Color information
#50A205 (or 0x50A205) is known color: Kelly Green. HEX triplet: 50, A2 and 05. RGB value is (80,162,5). Sum of RGB (Red+Green+Blue) = 80+162+5=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 162 (63.67% from 255 or 65.59% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 162 - color contains mainly: green. Hex color #50A205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A205 is #AF5DFA. Grayscale: #787878. Windows color (decimal): -11492859 or 369232. OLE color: 369232.
HSL color Cylindrical-coordinate representation of color #50A205: hue angle of 91.34º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50A205 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.36 |
| HSL | 91.34º | 0.94% | 0.33% | - |
| HSV(B) | 91.34º | 0.97% | 0.64% | - |
| XYZ | 16.26 | 27.56 | 4.61 | - |
| YUV | 119.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 5 | 0.51 | 0 | 0.97 | 0.36 | 91.34 | 0.94 | 0.33 |
| Hex | 50 | A2 | 5 | 33 | 0 | 61 | 24 | 5B | 5E | 21 |
| Octal | 120 | 242 | 5 | 63 | 0 | 141 | 44 | 133 | 136 | 41 |
| Binary | 1010000 | 10100010 | 101 | 110011 | 0 | 1100001 | 100100 | 1011011 | 1011110 | 100001 |
Color Harmonies of #50A205
Complementary color
Monochromatic Colors of #50A205
Black with #50A205
Text Example
Text Example
White with #50A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A205; }
p { color: rgb(80,162,5); }
H1.HeaderClassName
{
color: #50A205;
}
.AnyTagClassName
{
color: #50A205;
}
</style>
background-color css
<style>
a { background-color: #50A205; }
a { background-color: rgb(80,162,5); }
div.DivClassName
{
background-color: #50A205;
}
.BgClassName
{
background-color: #50A205;
}
</style>
border-color css
<style>
span { border-color: #50A205; }
span { border-color: rgb(80,162,5); }
td.TdClassName
{
border-color: #50A205;
}
.TagClassName
{
border-color: #50A205;
}
</style>