Shades of Limeade #519112
Tints of Limeade #519112
RGB
CMYK
RGB Variations
Color information
#519112 (or 0x519112) is known color: Limeade. HEX triplet: 51, 91 and 12. RGB value is (81,145,18). Sum of RGB (Red+Green+Blue) = 81+145+18=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #519112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519112 is #AE6EED. Grayscale: #6F6F6F. Windows color (decimal): -11431662 or 1216849. OLE color: 1216849.
HSL color Cylindrical-coordinate representation of color #519112: hue angle of 90.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #519112 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 18 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.43 |
| HSL | 90.24º | 0.78% | 0.32% | - |
| HSV(B) | 90.24º | 0.88% | 0.57% | - |
| XYZ | 13.63 | 22.04 | 4.11 | - |
| YUV | 111.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 18 | 0.44 | 0 | 0.88 | 0.43 | 90.24 | 0.78 | 0.32 |
| Hex | 51 | 91 | 12 | 2C | 0 | 58 | 2B | 5A | 4E | 20 |
| Octal | 121 | 221 | 22 | 54 | 0 | 130 | 53 | 132 | 116 | 40 |
| Binary | 1010001 | 10010001 | 10010 | 101100 | 0 | 1011000 | 101011 | 1011010 | 1001110 | 100000 |
Color Harmonies of #519112
Complementary color
Monochromatic Colors of #519112
Black with #519112
Text Example
Text Example
White with #519112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519112; }
p { color: rgb(81,145,18); }
H1.HeaderClassName
{
color: #519112;
}
.AnyTagClassName
{
color: #519112;
}
</style>
background-color css
<style>
a { background-color: #519112; }
a { background-color: rgb(81,145,18); }
div.DivClassName
{
background-color: #519112;
}
.BgClassName
{
background-color: #519112;
}
</style>
border-color css
<style>
span { border-color: #519112; }
span { border-color: rgb(81,145,18); }
td.TdClassName
{
border-color: #519112;
}
.TagClassName
{
border-color: #519112;
}
</style>