Shades of Limeade #559E36
Tints of Limeade #559E36
RGB
CMYK
RGB Variations
Color information
#559E36 (or 0x559E36) is known color: Limeade. HEX triplet: 55, 9E and 36. RGB value is (85,158,54). Sum of RGB (Red+Green+Blue) = 85+158+54=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #559E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E36 is #AA61C9. Grayscale: #7C7C7C. Windows color (decimal): -11166154 or 3579477. OLE color: 3579477.
HSL color Cylindrical-coordinate representation of color #559E36: hue angle of 102.12º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559E36 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 54 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.38 |
| HSL | 102.12º | 0.49% | 0.42% | - |
| HSV(B) | 102.12º | 0.66% | 0.62% | - |
| XYZ | 16.64 | 26.65 | 7.76 | - |
| YUV | 124.32 | 88.32 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 54 | 0.46 | 0 | 0.66 | 0.38 | 102.12 | 0.49 | 0.42 |
| Hex | 55 | 9E | 36 | 2E | 0 | 42 | 26 | 66 | 31 | 2A |
| Octal | 125 | 236 | 66 | 56 | 0 | 102 | 46 | 146 | 61 | 52 |
| Binary | 1010101 | 10011110 | 110110 | 101110 | 0 | 1000010 | 100110 | 1100110 | 110001 | 101010 |
Color Harmonies of #559E36
Complementary color
Monochromatic Colors of #559E36
Black with #559E36
Text Example
Text Example
White with #559E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E36; }
p { color: rgb(85,158,54); }
H1.HeaderClassName
{
color: #559E36;
}
.AnyTagClassName
{
color: #559E36;
}
</style>
background-color css
<style>
a { background-color: #559E36; }
a { background-color: rgb(85,158,54); }
div.DivClassName
{
background-color: #559E36;
}
.BgClassName
{
background-color: #559E36;
}
</style>
border-color css
<style>
span { border-color: #559E36; }
span { border-color: rgb(85,158,54); }
td.TdClassName
{
border-color: #559E36;
}
.TagClassName
{
border-color: #559E36;
}
</style>