Shades of Limeade #519200
Tints of Limeade #519200
RGB
CMYK
RGB Variations
Color information
#519200 (or 0x519200) is known color: Limeade. HEX triplet: 51, 92 and 00. RGB value is (81,146,0). Sum of RGB (Red+Green+Blue) = 81+146+0=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #519200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519200 is #AE6DFF. Grayscale: #6E6E6E. Windows color (decimal): -11431424 or 37457. OLE color: 37457.
HSL color Cylindrical-coordinate representation of color #519200: hue angle of 86.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #519200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.43 |
| HSL | 86.71º | 1% | 0.29% | - |
| HSV(B) | 86.71º | 1% | 0.57% | - |
| XYZ | 13.67 | 22.31 | 3.59 | - |
| YUV | 109.92 | 65.97 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 0 | 0.45 | 0 | 1 | 0.43 | 86.71 | 1 | 0.29 |
| Hex | 51 | 92 | 0 | 2D | 0 | 64 | 2B | 57 | 64 | 1D |
| Octal | 121 | 222 | 0 | 55 | 0 | 144 | 53 | 127 | 144 | 35 |
| Binary | 1010001 | 10010010 | 0 | 101101 | 0 | 1100100 | 101011 | 1010111 | 1100100 | 11101 |
Color Harmonies of #519200
Complementary color
Monochromatic Colors of #519200
Black with #519200
Text Example
Text Example
White with #519200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519200; }
p { color: rgb(81,146,0); }
H1.HeaderClassName
{
color: #519200;
}
.AnyTagClassName
{
color: #519200;
}
</style>
background-color css
<style>
a { background-color: #519200; }
a { background-color: rgb(81,146,0); }
div.DivClassName
{
background-color: #519200;
}
.BgClassName
{
background-color: #519200;
}
</style>
border-color css
<style>
span { border-color: #519200; }
span { border-color: rgb(81,146,0); }
td.TdClassName
{
border-color: #519200;
}
.TagClassName
{
border-color: #519200;
}
</style>