Shades of Limeade #50940B
Tints of Limeade #50940B
RGB
CMYK
RGB Variations
Color information
#50940B (or 0x50940B) is known color: Limeade. HEX triplet: 50, 94 and 0B. RGB value is (80,148,11). Sum of RGB (Red+Green+Blue) = 80+148+11=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #50940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50940B is #AF6BF4. Grayscale: #707070. Windows color (decimal): -11496437 or 758864. OLE color: 758864.
HSL color Cylindrical-coordinate representation of color #50940B: hue angle of 89.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50940B is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 11 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.42 |
| HSL | 89.78º | 0.86% | 0.31% | - |
| HSV(B) | 89.78º | 0.93% | 0.58% | - |
| XYZ | 13.96 | 22.91 | 4 | - |
| YUV | 112.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 11 | 0.46 | 0 | 0.93 | 0.42 | 89.78 | 0.86 | 0.31 |
| Hex | 50 | 94 | B | 2E | 0 | 5D | 2A | 5A | 56 | 1F |
| Octal | 120 | 224 | 13 | 56 | 0 | 135 | 52 | 132 | 126 | 37 |
| Binary | 1010000 | 10010100 | 1011 | 101110 | 0 | 1011101 | 101010 | 1011010 | 1010110 | 11111 |
Color Harmonies of #50940B
Complementary color
Monochromatic Colors of #50940B
Black with #50940B
Text Example
Text Example
White with #50940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50940B; }
p { color: rgb(80,148,11); }
H1.HeaderClassName
{
color: #50940B;
}
.AnyTagClassName
{
color: #50940B;
}
</style>
background-color css
<style>
a { background-color: #50940B; }
a { background-color: rgb(80,148,11); }
div.DivClassName
{
background-color: #50940B;
}
.BgClassName
{
background-color: #50940B;
}
</style>
border-color css
<style>
span { border-color: #50940B; }
span { border-color: rgb(80,148,11); }
td.TdClassName
{
border-color: #50940B;
}
.TagClassName
{
border-color: #50940B;
}
</style>