Shades of Kelly Green #50A819
Tints of Kelly Green #50A819
RGB
CMYK
RGB Variations
Color information
#50A819 (or 0x50A819) is known color: Kelly Green. HEX triplet: 50, A8 and 19. RGB value is (80,168,25). Sum of RGB (Red+Green+Blue) = 80+168+25=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #50A819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A819 is #AF57E6. Grayscale: #7D7D7D. Windows color (decimal): -11491303 or 1681488. OLE color: 1681488.
HSL color Cylindrical-coordinate representation of color #50A819: hue angle of 96.92º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50A819 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 25 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.34 |
| HSL | 96.92º | 0.74% | 0.38% | - |
| HSV(B) | 96.92º | 0.85% | 0.66% | - |
| XYZ | 17.49 | 29.78 | 5.75 | - |
| YUV | 125.39 | 71.35 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 25 | 0.52 | 0 | 0.85 | 0.34 | 96.92 | 0.74 | 0.38 |
| Hex | 50 | A8 | 19 | 34 | 0 | 55 | 22 | 61 | 4A | 26 |
| Octal | 120 | 250 | 31 | 64 | 0 | 125 | 42 | 141 | 112 | 46 |
| Binary | 1010000 | 10101000 | 11001 | 110100 | 0 | 1010101 | 100010 | 1100001 | 1001010 | 100110 |
Color Harmonies of #50A819
Complementary color
Monochromatic Colors of #50A819
Black with #50A819
Text Example
Text Example
White with #50A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A819; }
p { color: rgb(80,168,25); }
H1.HeaderClassName
{
color: #50A819;
}
.AnyTagClassName
{
color: #50A819;
}
</style>
background-color css
<style>
a { background-color: #50A819; }
a { background-color: rgb(80,168,25); }
div.DivClassName
{
background-color: #50A819;
}
.BgClassName
{
background-color: #50A819;
}
</style>
border-color css
<style>
span { border-color: #50A819; }
span { border-color: rgb(80,168,25); }
td.TdClassName
{
border-color: #50A819;
}
.TagClassName
{
border-color: #50A819;
}
</style>