Shades of Limeade #50950D
Tints of Limeade #50950D
RGB
CMYK
RGB Variations
Color information
#50950D (or 0x50950D) is known color: Limeade. HEX triplet: 50, 95 and 0D. RGB value is (80,149,13). Sum of RGB (Red+Green+Blue) = 80+149+13=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #50950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50950D is #AF6AF2. Grayscale: #717171. Windows color (decimal): -11496179 or 890192. OLE color: 890192.
HSL color Cylindrical-coordinate representation of color #50950D: hue angle of 90.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50950D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 13 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.42 |
| HSL | 90.44º | 0.84% | 0.32% | - |
| HSV(B) | 90.44º | 0.91% | 0.58% | - |
| XYZ | 14.13 | 23.23 | 4.12 | - |
| YUV | 112.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 13 | 0.46 | 0 | 0.91 | 0.42 | 90.44 | 0.84 | 0.32 |
| Hex | 50 | 95 | D | 2E | 0 | 5B | 2A | 5A | 54 | 20 |
| Octal | 120 | 225 | 15 | 56 | 0 | 133 | 52 | 132 | 124 | 40 |
| Binary | 1010000 | 10010101 | 1101 | 101110 | 0 | 1011011 | 101010 | 1011010 | 1010100 | 100000 |
Color Harmonies of #50950D
Complementary color
Monochromatic Colors of #50950D
Black with #50950D
Text Example
Text Example
White with #50950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50950D; }
p { color: rgb(80,149,13); }
H1.HeaderClassName
{
color: #50950D;
}
.AnyTagClassName
{
color: #50950D;
}
</style>
background-color css
<style>
a { background-color: #50950D; }
a { background-color: rgb(80,149,13); }
div.DivClassName
{
background-color: #50950D;
}
.BgClassName
{
background-color: #50950D;
}
</style>
border-color css
<style>
span { border-color: #50950D; }
span { border-color: rgb(80,149,13); }
td.TdClassName
{
border-color: #50950D;
}
.TagClassName
{
border-color: #50950D;
}
</style>