Shades of Limeade #559E31
Tints of Limeade #559E31
RGB
CMYK
RGB Variations
Color information
#559E31 (or 0x559E31) is known color: Limeade. HEX triplet: 55, 9E and 31. RGB value is (85,158,49). Sum of RGB (Red+Green+Blue) = 85+158+49=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #559E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E31 is #AA61CE. Grayscale: #7C7C7C. Windows color (decimal): -11166159 or 3251797. OLE color: 3251797.
HSL color Cylindrical-coordinate representation of color #559E31: hue angle of 100.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #559E31 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 49 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.38 |
| HSL | 100.18º | 0.53% | 0.41% | - |
| HSV(B) | 100.18º | 0.69% | 0.62% | - |
| XYZ | 16.53 | 26.61 | 7.17 | - |
| YUV | 123.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 49 | 0.46 | 0 | 0.69 | 0.38 | 100.18 | 0.53 | 0.41 |
| Hex | 55 | 9E | 31 | 2E | 0 | 45 | 26 | 64 | 35 | 29 |
| Octal | 125 | 236 | 61 | 56 | 0 | 105 | 46 | 144 | 65 | 51 |
| Binary | 1010101 | 10011110 | 110001 | 101110 | 0 | 1000101 | 100110 | 1100100 | 110101 | 101001 |
Color Harmonies of #559E31
Complementary color
Monochromatic Colors of #559E31
Black with #559E31
Text Example
Text Example
White with #559E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E31; }
p { color: rgb(85,158,49); }
H1.HeaderClassName
{
color: #559E31;
}
.AnyTagClassName
{
color: #559E31;
}
</style>
background-color css
<style>
a { background-color: #559E31; }
a { background-color: rgb(85,158,49); }
div.DivClassName
{
background-color: #559E31;
}
.BgClassName
{
background-color: #559E31;
}
</style>
border-color css
<style>
span { border-color: #559E31; }
span { border-color: rgb(85,158,49); }
td.TdClassName
{
border-color: #559E31;
}
.TagClassName
{
border-color: #559E31;
}
</style>