Shades of Limeade #519110
Tints of Limeade #519110
RGB
CMYK
RGB Variations
Color information
#519110 (or 0x519110) is known color: Limeade. HEX triplet: 51, 91 and 10. RGB value is (81,145,16). Sum of RGB (Red+Green+Blue) = 81+145+16=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #519110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519110 is #AE6EEF. Grayscale: #6F6F6F. Windows color (decimal): -11431664 or 1085777. OLE color: 1085777.
HSL color Cylindrical-coordinate representation of color #519110: hue angle of 89.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #519110 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 16 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.43 |
| HSL | 89.77º | 0.8% | 0.32% | - |
| HSV(B) | 89.77º | 0.89% | 0.57% | - |
| XYZ | 13.61 | 22.04 | 4.03 | - |
| YUV | 111.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 16 | 0.44 | 0 | 0.89 | 0.43 | 89.77 | 0.8 | 0.32 |
| Hex | 51 | 91 | 10 | 2C | 0 | 59 | 2B | 5A | 50 | 20 |
| Octal | 121 | 221 | 20 | 54 | 0 | 131 | 53 | 132 | 120 | 40 |
| Binary | 1010001 | 10010001 | 10000 | 101100 | 0 | 1011001 | 101011 | 1011010 | 1010000 | 100000 |
Color Harmonies of #519110
Complementary color
Monochromatic Colors of #519110
Black with #519110
Text Example
Text Example
White with #519110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519110; }
p { color: rgb(81,145,16); }
H1.HeaderClassName
{
color: #519110;
}
.AnyTagClassName
{
color: #519110;
}
</style>
background-color css
<style>
a { background-color: #519110; }
a { background-color: rgb(81,145,16); }
div.DivClassName
{
background-color: #519110;
}
.BgClassName
{
background-color: #519110;
}
</style>
border-color css
<style>
span { border-color: #519110; }
span { border-color: rgb(81,145,16); }
td.TdClassName
{
border-color: #519110;
}
.TagClassName
{
border-color: #519110;
}
</style>