Shades of Kelly Green #50A824
Tints of Kelly Green #50A824
RGB
CMYK
RGB Variations
Color information
#50A824 (or 0x50A824) is known color: Kelly Green. HEX triplet: 50, A8 and 24. RGB value is (80,168,36). Sum of RGB (Red+Green+Blue) = 80+168+36=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 168 (66.02% from 255 or 59.15% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 168 - color contains mainly: green. Hex color #50A824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A824 is #AF57DB. Grayscale: #7F7F7F. Windows color (decimal): -11491292 or 2402384. OLE color: 2402384.
HSL color Cylindrical-coordinate representation of color #50A824: hue angle of 100º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50A824 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 36 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.34 |
| HSL | 100º | 0.65% | 0.4% | - |
| HSV(B) | 100º | 0.79% | 0.66% | - |
| XYZ | 17.63 | 29.84 | 6.5 | - |
| YUV | 126.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 36 | 0.52 | 0 | 0.79 | 0.34 | 100 | 0.65 | 0.4 |
| Hex | 50 | A8 | 24 | 34 | 0 | 4F | 22 | 64 | 41 | 28 |
| Octal | 120 | 250 | 44 | 64 | 0 | 117 | 42 | 144 | 101 | 50 |
| Binary | 1010000 | 10101000 | 100100 | 110100 | 0 | 1001111 | 100010 | 1100100 | 1000001 | 101000 |
Color Harmonies of #50A824
Complementary color
Monochromatic Colors of #50A824
Black with #50A824
Text Example
Text Example
White with #50A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A824; }
p { color: rgb(80,168,36); }
H1.HeaderClassName
{
color: #50A824;
}
.AnyTagClassName
{
color: #50A824;
}
</style>
background-color css
<style>
a { background-color: #50A824; }
a { background-color: rgb(80,168,36); }
div.DivClassName
{
background-color: #50A824;
}
.BgClassName
{
background-color: #50A824;
}
</style>
border-color css
<style>
span { border-color: #50A824; }
span { border-color: rgb(80,168,36); }
td.TdClassName
{
border-color: #50A824;
}
.TagClassName
{
border-color: #50A824;
}
</style>