Shades of Limeade #559D39
Tints of Limeade #559D39
RGB
CMYK
RGB Variations
Color information
#559D39 (or 0x559D39) is known color: Limeade. HEX triplet: 55, 9D and 39. RGB value is (85,157,57). Sum of RGB (Red+Green+Blue) = 85+157+57=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #559D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D39 is #AA62C6. Grayscale: #7C7C7C. Windows color (decimal): -11166407 or 3775829. OLE color: 3775829.
HSL color Cylindrical-coordinate representation of color #559D39: hue angle of 103.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559D39 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 57 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.38 |
| HSL | 103.2º | 0.47% | 0.42% | - |
| HSV(B) | 103.2º | 0.64% | 0.62% | - |
| XYZ | 16.54 | 26.34 | 8.08 | - |
| YUV | 124.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 57 | 0.46 | 0 | 0.64 | 0.38 | 103.2 | 0.47 | 0.42 |
| Hex | 55 | 9D | 39 | 2E | 0 | 40 | 26 | 67 | 2F | 2A |
| Octal | 125 | 235 | 71 | 56 | 0 | 100 | 46 | 147 | 57 | 52 |
| Binary | 1010101 | 10011101 | 111001 | 101110 | 0 | 1000000 | 100110 | 1100111 | 101111 | 101010 |
Color Harmonies of #559D39
Complementary color
Monochromatic Colors of #559D39
Black with #559D39
Text Example
Text Example
White with #559D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D39; }
p { color: rgb(85,157,57); }
H1.HeaderClassName
{
color: #559D39;
}
.AnyTagClassName
{
color: #559D39;
}
</style>
background-color css
<style>
a { background-color: #559D39; }
a { background-color: rgb(85,157,57); }
div.DivClassName
{
background-color: #559D39;
}
.BgClassName
{
background-color: #559D39;
}
</style>
border-color css
<style>
span { border-color: #559D39; }
span { border-color: rgb(85,157,57); }
td.TdClassName
{
border-color: #559D39;
}
.TagClassName
{
border-color: #559D39;
}
</style>