Shades of Limeade #519100
Tints of Limeade #519100
RGB
CMYK
RGB Variations
Color information
#519100 (or 0x519100) is known color: Limeade. HEX triplet: 51, 91 and 00. RGB value is (81,145,0). Sum of RGB (Red+Green+Blue) = 81+145+0=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #519100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519100 is #AE6EFF. Grayscale: #6D6D6D. Windows color (decimal): -11431680 or 37201. OLE color: 37201.
HSL color Cylindrical-coordinate representation of color #519100: hue angle of 86.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #519100 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.43 |
| HSL | 86.48º | 1% | 0.28% | - |
| HSV(B) | 86.48º | 1% | 0.57% | - |
| XYZ | 13.52 | 22 | 3.53 | - |
| YUV | 109.33 | 66.3 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 0 | 0.44 | 0 | 1 | 0.43 | 86.48 | 1 | 0.28 |
| Hex | 51 | 91 | 0 | 2C | 0 | 64 | 2B | 56 | 64 | 1C |
| Octal | 121 | 221 | 0 | 54 | 0 | 144 | 53 | 126 | 144 | 34 |
| Binary | 1010001 | 10010001 | 0 | 101100 | 0 | 1100100 | 101011 | 1010110 | 1100100 | 11100 |
Color Harmonies of #519100
Complementary color
Monochromatic Colors of #519100
Black with #519100
Text Example
Text Example
White with #519100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519100; }
p { color: rgb(81,145,0); }
H1.HeaderClassName
{
color: #519100;
}
.AnyTagClassName
{
color: #519100;
}
</style>
background-color css
<style>
a { background-color: #519100; }
a { background-color: rgb(81,145,0); }
div.DivClassName
{
background-color: #519100;
}
.BgClassName
{
background-color: #519100;
}
</style>
border-color css
<style>
span { border-color: #519100; }
span { border-color: rgb(81,145,0); }
td.TdClassName
{
border-color: #519100;
}
.TagClassName
{
border-color: #519100;
}
</style>