Shades of Limeade #519209
Tints of Limeade #519209
RGB
CMYK
RGB Variations
Color information
#519209 (or 0x519209) is known color: Limeade. HEX triplet: 51, 92 and 09. RGB value is (81,146,9). Sum of RGB (Red+Green+Blue) = 81+146+9=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #519209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519209 is #AE6DF6. Grayscale: #6F6F6F. Windows color (decimal): -11431415 or 627281. OLE color: 627281.
HSL color Cylindrical-coordinate representation of color #519209: hue angle of 88.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #519209 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 9 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.43 |
| HSL | 88.47º | 0.88% | 0.3% | - |
| HSV(B) | 88.47º | 0.94% | 0.57% | - |
| XYZ | 13.72 | 22.33 | 3.84 | - |
| YUV | 110.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 9 | 0.45 | 0 | 0.94 | 0.43 | 88.47 | 0.88 | 0.3 |
| Hex | 51 | 92 | 9 | 2D | 0 | 5E | 2B | 58 | 58 | 1E |
| Octal | 121 | 222 | 11 | 55 | 0 | 136 | 53 | 130 | 130 | 36 |
| Binary | 1010001 | 10010010 | 1001 | 101101 | 0 | 1011110 | 101011 | 1011000 | 1011000 | 11110 |
Color Harmonies of #519209
Complementary color
Monochromatic Colors of #519209
Black with #519209
Text Example
Text Example
White with #519209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519209; }
p { color: rgb(81,146,9); }
H1.HeaderClassName
{
color: #519209;
}
.AnyTagClassName
{
color: #519209;
}
</style>
background-color css
<style>
a { background-color: #519209; }
a { background-color: rgb(81,146,9); }
div.DivClassName
{
background-color: #519209;
}
.BgClassName
{
background-color: #519209;
}
</style>
border-color css
<style>
span { border-color: #519209; }
span { border-color: rgb(81,146,9); }
td.TdClassName
{
border-color: #519209;
}
.TagClassName
{
border-color: #519209;
}
</style>