Shades of Limeade #559D3B
Tints of Limeade #559D3B
RGB
CMYK
RGB Variations
Color information
#559D3B (or 0x559D3B) is known color: Limeade. HEX triplet: 55, 9D and 3B. RGB value is (85,157,59). Sum of RGB (Red+Green+Blue) = 85+157+59=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #559D3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D3B is #AA62C4. Grayscale: #7C7C7C. Windows color (decimal): -11166405 or 3906901. OLE color: 3906901.
HSL color Cylindrical-coordinate representation of color #559D3B: hue angle of 104.08º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559D3B is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 59 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.38 |
| HSL | 104.08º | 0.45% | 0.42% | - |
| HSV(B) | 104.08º | 0.62% | 0.62% | - |
| XYZ | 16.59 | 26.36 | 8.35 | - |
| YUV | 124.3 | 91.15 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 59 | 0.46 | 0 | 0.62 | 0.38 | 104.08 | 0.45 | 0.42 |
| Hex | 55 | 9D | 3B | 2E | 0 | 3E | 26 | 68 | 2D | 2A |
| Octal | 125 | 235 | 73 | 56 | 0 | 76 | 46 | 150 | 55 | 52 |
| Binary | 1010101 | 10011101 | 111011 | 101110 | 0 | 111110 | 100110 | 1101000 | 101101 | 101010 |
Color Harmonies of #559D3B
Complementary color
Monochromatic Colors of #559D3B
Black with #559D3B
Text Example
Text Example
White with #559D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D3B; }
p { color: rgb(85,157,59); }
H1.HeaderClassName
{
color: #559D3B;
}
.AnyTagClassName
{
color: #559D3B;
}
</style>
background-color css
<style>
a { background-color: #559D3B; }
a { background-color: rgb(85,157,59); }
div.DivClassName
{
background-color: #559D3B;
}
.BgClassName
{
background-color: #559D3B;
}
</style>
border-color css
<style>
span { border-color: #559D3B; }
span { border-color: rgb(85,157,59); }
td.TdClassName
{
border-color: #559D3B;
}
.TagClassName
{
border-color: #559D3B;
}
</style>