Shades of Limeade #50910B
Tints of Limeade #50910B
RGB
CMYK
RGB Variations
Color information
#50910B (or 0x50910B) is known color: Limeade. HEX triplet: 50, 91 and 0B. RGB value is (80,145,11). Sum of RGB (Red+Green+Blue) = 80+145+11=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #50910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50910B is #AF6EF4. Grayscale: #6E6E6E. Windows color (decimal): -11497205 or 758096. OLE color: 758096.
HSL color Cylindrical-coordinate representation of color #50910B: hue angle of 89.1º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50910B is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 11 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.43 |
| HSL | 89.1º | 0.86% | 0.31% | - |
| HSV(B) | 89.1º | 0.92% | 0.57% | - |
| XYZ | 13.49 | 21.98 | 3.85 | - |
| YUV | 110.29 | 71.97 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 11 | 0.45 | 0 | 0.92 | 0.43 | 89.1 | 0.86 | 0.31 |
| Hex | 50 | 91 | B | 2D | 0 | 5C | 2B | 59 | 56 | 1F |
| Octal | 120 | 221 | 13 | 55 | 0 | 134 | 53 | 131 | 126 | 37 |
| Binary | 1010000 | 10010001 | 1011 | 101101 | 0 | 1011100 | 101011 | 1011001 | 1010110 | 11111 |
Color Harmonies of #50910B
Complementary color
Monochromatic Colors of #50910B
Black with #50910B
Text Example
Text Example
White with #50910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50910B; }
p { color: rgb(80,145,11); }
H1.HeaderClassName
{
color: #50910B;
}
.AnyTagClassName
{
color: #50910B;
}
</style>
background-color css
<style>
a { background-color: #50910B; }
a { background-color: rgb(80,145,11); }
div.DivClassName
{
background-color: #50910B;
}
.BgClassName
{
background-color: #50910B;
}
</style>
border-color css
<style>
span { border-color: #50910B; }
span { border-color: rgb(80,145,11); }
td.TdClassName
{
border-color: #50910B;
}
.TagClassName
{
border-color: #50910B;
}
</style>