Shades of Limeade #519206
Tints of Limeade #519206
RGB
CMYK
RGB Variations
Color information
#519206 (or 0x519206) is known color: Limeade. HEX triplet: 51, 92 and 06. RGB value is (81,146,6). Sum of RGB (Red+Green+Blue) = 81+146+6=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #519206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519206 is #AE6DF9. Grayscale: #6F6F6F. Windows color (decimal): -11431418 or 430673. OLE color: 430673.
HSL color Cylindrical-coordinate representation of color #519206: hue angle of 87.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #519206 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 6 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.43 |
| HSL | 87.86º | 0.92% | 0.3% | - |
| HSV(B) | 87.86º | 0.96% | 0.57% | - |
| XYZ | 13.71 | 22.32 | 3.76 | - |
| YUV | 110.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 6 | 0.45 | 0 | 0.96 | 0.43 | 87.86 | 0.92 | 0.3 |
| Hex | 51 | 92 | 6 | 2D | 0 | 60 | 2B | 58 | 5C | 1E |
| Octal | 121 | 222 | 6 | 55 | 0 | 140 | 53 | 130 | 134 | 36 |
| Binary | 1010001 | 10010010 | 110 | 101101 | 0 | 1100000 | 101011 | 1011000 | 1011100 | 11110 |
Color Harmonies of #519206
Complementary color
Monochromatic Colors of #519206
Black with #519206
Text Example
Text Example
White with #519206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519206; }
p { color: rgb(81,146,6); }
H1.HeaderClassName
{
color: #519206;
}
.AnyTagClassName
{
color: #519206;
}
</style>
background-color css
<style>
a { background-color: #519206; }
a { background-color: rgb(81,146,6); }
div.DivClassName
{
background-color: #519206;
}
.BgClassName
{
background-color: #519206;
}
</style>
border-color css
<style>
span { border-color: #519206; }
span { border-color: rgb(81,146,6); }
td.TdClassName
{
border-color: #519206;
}
.TagClassName
{
border-color: #519206;
}
</style>