Shades of Limeade #519403
Tints of Limeade #519403
RGB
CMYK
RGB Variations
Color information
#519403 (or 0x519403) is known color: Limeade. HEX triplet: 51, 94 and 03. RGB value is (81,148,3). Sum of RGB (Red+Green+Blue) = 81+148+3=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #519403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519403 is #AE6BFC. Grayscale: #6F6F6F. Windows color (decimal): -11430909 or 234577. OLE color: 234577.
HSL color Cylindrical-coordinate representation of color #519403: hue angle of 87.72º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #519403 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 148 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.42 |
| HSL | 87.72º | 0.96% | 0.3% | - |
| HSV(B) | 87.72º | 0.98% | 0.58% | - |
| XYZ | 14 | 22.94 | 3.78 | - |
| YUV | 111.44 | 66.8 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 3 | 0.45 | 0 | 0.98 | 0.42 | 87.72 | 0.96 | 0.3 |
| Hex | 51 | 94 | 3 | 2D | 0 | 62 | 2A | 58 | 60 | 1E |
| Octal | 121 | 224 | 3 | 55 | 0 | 142 | 52 | 130 | 140 | 36 |
| Binary | 1010001 | 10010100 | 11 | 101101 | 0 | 1100010 | 101010 | 1011000 | 1100000 | 11110 |
Color Harmonies of #519403
Complementary color
Monochromatic Colors of #519403
Black with #519403
Text Example
Text Example
White with #519403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519403; }
p { color: rgb(81,148,3); }
H1.HeaderClassName
{
color: #519403;
}
.AnyTagClassName
{
color: #519403;
}
</style>
background-color css
<style>
a { background-color: #519403; }
a { background-color: rgb(81,148,3); }
div.DivClassName
{
background-color: #519403;
}
.BgClassName
{
background-color: #519403;
}
</style>
border-color css
<style>
span { border-color: #519403; }
span { border-color: rgb(81,148,3); }
td.TdClassName
{
border-color: #519403;
}
.TagClassName
{
border-color: #519403;
}
</style>