Shades of Limeade #50982B
Tints of Limeade #50982B
RGB
CMYK
RGB Variations
Color information
#50982B (or 0x50982B) is known color: Limeade. HEX triplet: 50, 98 and 2B. RGB value is (80,152,43). Sum of RGB (Red+Green+Blue) = 80+152+43=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #50982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50982B is #AF67D4. Grayscale: #767676. Windows color (decimal): -11495381 or 2857040. OLE color: 2857040.
HSL color Cylindrical-coordinate representation of color #50982B: hue angle of 99.63º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50982B is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 43 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.40 |
| HSL | 99.63º | 0.56% | 0.38% | - |
| HSV(B) | 99.63º | 0.72% | 0.6% | - |
| XYZ | 14.97 | 24.34 | 6.19 | - |
| YUV | 118.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 43 | 0.47 | 0 | 0.72 | 0.40 | 99.63 | 0.56 | 0.38 |
| Hex | 50 | 98 | 2B | 2F | 0 | 48 | 28 | 64 | 38 | 26 |
| Octal | 120 | 230 | 53 | 57 | 0 | 110 | 50 | 144 | 70 | 46 |
| Binary | 1010000 | 10011000 | 101011 | 101111 | 0 | 1001000 | 101000 | 1100100 | 111000 | 100110 |
Color Harmonies of #50982B
Complementary color
Monochromatic Colors of #50982B
Black with #50982B
Text Example
Text Example
White with #50982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50982B; }
p { color: rgb(80,152,43); }
H1.HeaderClassName
{
color: #50982B;
}
.AnyTagClassName
{
color: #50982B;
}
</style>
background-color css
<style>
a { background-color: #50982B; }
a { background-color: rgb(80,152,43); }
div.DivClassName
{
background-color: #50982B;
}
.BgClassName
{
background-color: #50982B;
}
</style>
border-color css
<style>
span { border-color: #50982B; }
span { border-color: rgb(80,152,43); }
td.TdClassName
{
border-color: #50982B;
}
.TagClassName
{
border-color: #50982B;
}
</style>