Shades of Limeade #559D31
Tints of Limeade #559D31
RGB
CMYK
RGB Variations
Color information
#559D31 (or 0x559D31) is known color: Limeade. HEX triplet: 55, 9D and 31. RGB value is (85,157,49). Sum of RGB (Red+Green+Blue) = 85+157+49=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #559D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D31 is #AA62CE. Grayscale: #7B7B7B. Windows color (decimal): -11166415 or 3251541. OLE color: 3251541.
HSL color Cylindrical-coordinate representation of color #559D31: hue angle of 100º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #559D31 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 49 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.38 |
| HSL | 100º | 0.52% | 0.4% | - |
| HSV(B) | 100º | 0.69% | 0.62% | - |
| XYZ | 16.36 | 26.27 | 7.11 | - |
| YUV | 123.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 49 | 0.46 | 0 | 0.69 | 0.38 | 100 | 0.52 | 0.4 |
| Hex | 55 | 9D | 31 | 2E | 0 | 45 | 26 | 64 | 34 | 28 |
| Octal | 125 | 235 | 61 | 56 | 0 | 105 | 46 | 144 | 64 | 50 |
| Binary | 1010101 | 10011101 | 110001 | 101110 | 0 | 1000101 | 100110 | 1100100 | 110100 | 101000 |
Color Harmonies of #559D31
Complementary color
Monochromatic Colors of #559D31
Black with #559D31
Text Example
Text Example
White with #559D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D31; }
p { color: rgb(85,157,49); }
H1.HeaderClassName
{
color: #559D31;
}
.AnyTagClassName
{
color: #559D31;
}
</style>
background-color css
<style>
a { background-color: #559D31; }
a { background-color: rgb(85,157,49); }
div.DivClassName
{
background-color: #559D31;
}
.BgClassName
{
background-color: #559D31;
}
</style>
border-color css
<style>
span { border-color: #559D31; }
span { border-color: rgb(85,157,49); }
td.TdClassName
{
border-color: #559D31;
}
.TagClassName
{
border-color: #559D31;
}
</style>