Shades of Limeade #519102
Tints of Limeade #519102
RGB
CMYK
RGB Variations
Color information
#519102 (or 0x519102) is known color: Limeade. HEX triplet: 51, 91 and 02. RGB value is (81,145,2). Sum of RGB (Red+Green+Blue) = 81+145+2=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #519102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519102 is #AE6EFD. Grayscale: #6E6E6E. Windows color (decimal): -11431678 or 168273. OLE color: 168273.
HSL color Cylindrical-coordinate representation of color #519102: hue angle of 86.85º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #519102 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.43 |
| HSL | 86.85º | 0.97% | 0.29% | - |
| HSV(B) | 86.85º | 0.99% | 0.57% | - |
| XYZ | 13.53 | 22 | 3.59 | - |
| YUV | 109.56 | 67.3 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 2 | 0.44 | 0 | 0.99 | 0.43 | 86.85 | 0.97 | 0.29 |
| Hex | 51 | 91 | 2 | 2C | 0 | 63 | 2B | 57 | 61 | 1D |
| Octal | 121 | 221 | 2 | 54 | 0 | 143 | 53 | 127 | 141 | 35 |
| Binary | 1010001 | 10010001 | 10 | 101100 | 0 | 1100011 | 101011 | 1010111 | 1100001 | 11101 |
Color Harmonies of #519102
Complementary color
Monochromatic Colors of #519102
Black with #519102
Text Example
Text Example
White with #519102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519102; }
p { color: rgb(81,145,2); }
H1.HeaderClassName
{
color: #519102;
}
.AnyTagClassName
{
color: #519102;
}
</style>
background-color css
<style>
a { background-color: #519102; }
a { background-color: rgb(81,145,2); }
div.DivClassName
{
background-color: #519102;
}
.BgClassName
{
background-color: #519102;
}
</style>
border-color css
<style>
span { border-color: #519102; }
span { border-color: rgb(81,145,2); }
td.TdClassName
{
border-color: #519102;
}
.TagClassName
{
border-color: #519102;
}
</style>