Shades of Limeade #519A14
Tints of Limeade #519A14
RGB
CMYK
RGB Variations
Color information
#519A14 (or 0x519A14) is known color: Limeade. HEX triplet: 51, 9A and 14. RGB value is (81,154,20). Sum of RGB (Red+Green+Blue) = 81+154+20=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 154 (60.55% from 255 or 60.39% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 154 - color contains mainly: green. Hex color #519A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519A14 is #AE65EB. Grayscale: #757575. Windows color (decimal): -11429356 or 1350225. OLE color: 1350225.
HSL color Cylindrical-coordinate representation of color #519A14: hue angle of 92.69º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #519A14 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 20 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.40 |
| HSL | 92.69º | 0.77% | 0.34% | - |
| HSV(B) | 92.69º | 0.87% | 0.6% | - |
| XYZ | 15.08 | 24.91 | 4.68 | - |
| YUV | 116.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 20 | 0.47 | 0 | 0.87 | 0.40 | 92.69 | 0.77 | 0.34 |
| Hex | 51 | 9A | 14 | 2F | 0 | 57 | 28 | 5D | 4D | 22 |
| Octal | 121 | 232 | 24 | 57 | 0 | 127 | 50 | 135 | 115 | 42 |
| Binary | 1010001 | 10011010 | 10100 | 101111 | 0 | 1010111 | 101000 | 1011101 | 1001101 | 100010 |
Color Harmonies of #519A14
Complementary color
Monochromatic Colors of #519A14
Black with #519A14
Text Example
Text Example
White with #519A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A14; }
p { color: rgb(81,154,20); }
H1.HeaderClassName
{
color: #519A14;
}
.AnyTagClassName
{
color: #519A14;
}
</style>
background-color css
<style>
a { background-color: #519A14; }
a { background-color: rgb(81,154,20); }
div.DivClassName
{
background-color: #519A14;
}
.BgClassName
{
background-color: #519A14;
}
</style>
border-color css
<style>
span { border-color: #519A14; }
span { border-color: rgb(81,154,20); }
td.TdClassName
{
border-color: #519A14;
}
.TagClassName
{
border-color: #519A14;
}
</style>