Shades of Limeade #519A00
Tints of Limeade #519A00
RGB
CMYK
RGB Variations
Color information
#519A00 (or 0x519A00) is known color: Limeade. HEX triplet: 51, 9A and 00. RGB value is (81,154,0). Sum of RGB (Red+Green+Blue) = 81+154+0=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 154 (60.55% from 255 or 65.53% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 154 - color contains mainly: green. Hex color #519A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519A00 is #AE65FF. Grayscale: #737373. Windows color (decimal): -11429376 or 39505. OLE color: 39505.
HSL color Cylindrical-coordinate representation of color #519A00: hue angle of 88.44º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #519A00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.40 |
| HSL | 88.44º | 1% | 0.3% | - |
| HSV(B) | 88.44º | 1% | 0.6% | - |
| XYZ | 14.95 | 24.86 | 4.01 | - |
| YUV | 114.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 0 | 0.47 | 0 | 1 | 0.40 | 88.44 | 1 | 0.3 |
| Hex | 51 | 9A | 0 | 2F | 0 | 64 | 28 | 58 | 64 | 1E |
| Octal | 121 | 232 | 0 | 57 | 0 | 144 | 50 | 130 | 144 | 36 |
| Binary | 1010001 | 10011010 | 0 | 101111 | 0 | 1100100 | 101000 | 1011000 | 1100100 | 11110 |
Color Harmonies of #519A00
Complementary color
Monochromatic Colors of #519A00
Black with #519A00
Text Example
Text Example
White with #519A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A00; }
p { color: rgb(81,154,0); }
H1.HeaderClassName
{
color: #519A00;
}
.AnyTagClassName
{
color: #519A00;
}
</style>
background-color css
<style>
a { background-color: #519A00; }
a { background-color: rgb(81,154,0); }
div.DivClassName
{
background-color: #519A00;
}
.BgClassName
{
background-color: #519A00;
}
</style>
border-color css
<style>
span { border-color: #519A00; }
span { border-color: rgb(81,154,0); }
td.TdClassName
{
border-color: #519A00;
}
.TagClassName
{
border-color: #519A00;
}
</style>