Shades of Limeade #559D15
Tints of Limeade #559D15
RGB
CMYK
RGB Variations
Color information
#559D15 (or 0x559D15) is known color: Limeade. HEX triplet: 55, 9D and 15. RGB value is (85,157,21). Sum of RGB (Red+Green+Blue) = 85+157+21=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #559D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D15 is #AA62EA. Grayscale: #787878. Windows color (decimal): -11166443 or 1416533. OLE color: 1416533.
HSL color Cylindrical-coordinate representation of color #559D15: hue angle of 91.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #559D15 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 21 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.38 |
| HSL | 91.76º | 0.76% | 0.35% | - |
| HSV(B) | 91.76º | 0.87% | 0.62% | - |
| XYZ | 15.94 | 26.1 | 4.91 | - |
| YUV | 119.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 21 | 0.46 | 0 | 0.87 | 0.38 | 91.76 | 0.76 | 0.35 |
| Hex | 55 | 9D | 15 | 2E | 0 | 57 | 26 | 5C | 4C | 23 |
| Octal | 125 | 235 | 25 | 56 | 0 | 127 | 46 | 134 | 114 | 43 |
| Binary | 1010101 | 10011101 | 10101 | 101110 | 0 | 1010111 | 100110 | 1011100 | 1001100 | 100011 |
Color Harmonies of #559D15
Complementary color
Monochromatic Colors of #559D15
Black with #559D15
Text Example
Text Example
White with #559D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D15; }
p { color: rgb(85,157,21); }
H1.HeaderClassName
{
color: #559D15;
}
.AnyTagClassName
{
color: #559D15;
}
</style>
background-color css
<style>
a { background-color: #559D15; }
a { background-color: rgb(85,157,21); }
div.DivClassName
{
background-color: #559D15;
}
.BgClassName
{
background-color: #559D15;
}
</style>
border-color css
<style>
span { border-color: #559D15; }
span { border-color: rgb(85,157,21); }
td.TdClassName
{
border-color: #559D15;
}
.TagClassName
{
border-color: #559D15;
}
</style>