Shades of Limeade #50A028
Tints of Limeade #50A028
RGB
CMYK
RGB Variations
Color information
#50A028 (or 0x50A028) is known color: Limeade. HEX triplet: 50, A0 and 28. RGB value is (80,160,40). Sum of RGB (Red+Green+Blue) = 80+160+40=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #50A028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A028 is #AF5FD7. Grayscale: #7A7A7A. Windows color (decimal): -11493336 or 2662480. OLE color: 2662480.
HSL color Cylindrical-coordinate representation of color #50A028: hue angle of 100º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50A028 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 40 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.37 |
| HSL | 100º | 0.6% | 0.39% | - |
| HSV(B) | 100º | 0.75% | 0.63% | - |
| XYZ | 16.26 | 27 | 6.36 | - |
| YUV | 122.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 40 | 0.5 | 0 | 0.75 | 0.37 | 100 | 0.6 | 0.39 |
| Hex | 50 | A0 | 28 | 32 | 0 | 4B | 25 | 64 | 3C | 27 |
| Octal | 120 | 240 | 50 | 62 | 0 | 113 | 45 | 144 | 74 | 47 |
| Binary | 1010000 | 10100000 | 101000 | 110010 | 0 | 1001011 | 100101 | 1100100 | 111100 | 100111 |
Color Harmonies of #50A028
Complementary color
Monochromatic Colors of #50A028
Black with #50A028
Text Example
Text Example
White with #50A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A028; }
p { color: rgb(80,160,40); }
H1.HeaderClassName
{
color: #50A028;
}
.AnyTagClassName
{
color: #50A028;
}
</style>
background-color css
<style>
a { background-color: #50A028; }
a { background-color: rgb(80,160,40); }
div.DivClassName
{
background-color: #50A028;
}
.BgClassName
{
background-color: #50A028;
}
</style>
border-color css
<style>
span { border-color: #50A028; }
span { border-color: rgb(80,160,40); }
td.TdClassName
{
border-color: #50A028;
}
.TagClassName
{
border-color: #50A028;
}
</style>