Shades of Limeade #519D16
Tints of Limeade #519D16
RGB
CMYK
RGB Variations
Color information
#519D16 (or 0x519D16) is known color: Limeade. HEX triplet: 51, 9D and 16. RGB value is (81,157,22). Sum of RGB (Red+Green+Blue) = 81+157+22=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 157 (61.72% from 255 or 60.38% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 157 - color contains mainly: green. Hex color #519D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519D16 is #AE62E9. Grayscale: #777777. Windows color (decimal): -11428586 or 1482065. OLE color: 1482065.
HSL color Cylindrical-coordinate representation of color #519D16: hue angle of 93.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #519D16 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 22 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.38 |
| HSL | 93.78º | 0.75% | 0.35% | - |
| HSV(B) | 93.78º | 0.86% | 0.62% | - |
| XYZ | 15.6 | 25.92 | 4.94 | - |
| YUV | 118.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 22 | 0.48 | 0 | 0.86 | 0.38 | 93.78 | 0.75 | 0.35 |
| Hex | 51 | 9D | 16 | 30 | 0 | 56 | 26 | 5E | 4B | 23 |
| Octal | 121 | 235 | 26 | 60 | 0 | 126 | 46 | 136 | 113 | 43 |
| Binary | 1010001 | 10011101 | 10110 | 110000 | 0 | 1010110 | 100110 | 1011110 | 1001011 | 100011 |
Color Harmonies of #519D16
Complementary color
Monochromatic Colors of #519D16
Black with #519D16
Text Example
Text Example
White with #519D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D16; }
p { color: rgb(81,157,22); }
H1.HeaderClassName
{
color: #519D16;
}
.AnyTagClassName
{
color: #519D16;
}
</style>
background-color css
<style>
a { background-color: #519D16; }
a { background-color: rgb(81,157,22); }
div.DivClassName
{
background-color: #519D16;
}
.BgClassName
{
background-color: #519D16;
}
</style>
border-color css
<style>
span { border-color: #519D16; }
span { border-color: rgb(81,157,22); }
td.TdClassName
{
border-color: #519D16;
}
.TagClassName
{
border-color: #519D16;
}
</style>