Shades of Limeade #559C31
Tints of Limeade #559C31
RGB
CMYK
RGB Variations
Color information
#559C31 (or 0x559C31) is known color: Limeade. HEX triplet: 55, 9C and 31. RGB value is (85,156,49). Sum of RGB (Red+Green+Blue) = 85+156+49=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #559C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C31 is #AA63CE. Grayscale: #7A7A7A. Windows color (decimal): -11166671 or 3251285. OLE color: 3251285.
HSL color Cylindrical-coordinate representation of color #559C31: hue angle of 99.81º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #559C31 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 49 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.39 |
| HSL | 99.81º | 0.52% | 0.4% | - |
| HSV(B) | 99.81º | 0.69% | 0.61% | - |
| XYZ | 16.19 | 25.93 | 7.06 | - |
| YUV | 122.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 49 | 0.46 | 0 | 0.69 | 0.39 | 99.81 | 0.52 | 0.4 |
| Hex | 55 | 9C | 31 | 2E | 0 | 45 | 27 | 64 | 34 | 28 |
| Octal | 125 | 234 | 61 | 56 | 0 | 105 | 47 | 144 | 64 | 50 |
| Binary | 1010101 | 10011100 | 110001 | 101110 | 0 | 1000101 | 100111 | 1100100 | 110100 | 101000 |
Color Harmonies of #559C31
Complementary color
Monochromatic Colors of #559C31
Black with #559C31
Text Example
Text Example
White with #559C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C31; }
p { color: rgb(85,156,49); }
H1.HeaderClassName
{
color: #559C31;
}
.AnyTagClassName
{
color: #559C31;
}
</style>
background-color css
<style>
a { background-color: #559C31; }
a { background-color: rgb(85,156,49); }
div.DivClassName
{
background-color: #559C31;
}
.BgClassName
{
background-color: #559C31;
}
</style>
border-color css
<style>
span { border-color: #559C31; }
span { border-color: rgb(85,156,49); }
td.TdClassName
{
border-color: #559C31;
}
.TagClassName
{
border-color: #559C31;
}
</style>