Shades of Limeade #50940D
Tints of Limeade #50940D
RGB
CMYK
RGB Variations
Color information
#50940D (or 0x50940D) is known color: Limeade. HEX triplet: 50, 94 and 0D. RGB value is (80,148,13). Sum of RGB (Red+Green+Blue) = 80+148+13=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #50940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50940D is #AF6BF2. Grayscale: #707070. Windows color (decimal): -11496435 or 889936. OLE color: 889936.
HSL color Cylindrical-coordinate representation of color #50940D: hue angle of 90.22º 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 #50940D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 13 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.42 |
| HSL | 90.22º | 0.84% | 0.32% | - |
| HSV(B) | 90.22º | 0.91% | 0.58% | - |
| XYZ | 13.97 | 22.91 | 4.07 | - |
| YUV | 112.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 13 | 0.46 | 0 | 0.91 | 0.42 | 90.22 | 0.84 | 0.32 |
| Hex | 50 | 94 | D | 2E | 0 | 5B | 2A | 5A | 54 | 20 |
| Octal | 120 | 224 | 15 | 56 | 0 | 133 | 52 | 132 | 124 | 40 |
| Binary | 1010000 | 10010100 | 1101 | 101110 | 0 | 1011011 | 101010 | 1011010 | 1010100 | 100000 |
Color Harmonies of #50940D
Complementary color
Monochromatic Colors of #50940D
Black with #50940D
Text Example
Text Example
White with #50940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50940D; }
p { color: rgb(80,148,13); }
H1.HeaderClassName
{
color: #50940D;
}
.AnyTagClassName
{
color: #50940D;
}
</style>
background-color css
<style>
a { background-color: #50940D; }
a { background-color: rgb(80,148,13); }
div.DivClassName
{
background-color: #50940D;
}
.BgClassName
{
background-color: #50940D;
}
</style>
border-color css
<style>
span { border-color: #50940D; }
span { border-color: rgb(80,148,13); }
td.TdClassName
{
border-color: #50940D;
}
.TagClassName
{
border-color: #50940D;
}
</style>