Shades of Limeade #559B36
Tints of Limeade #559B36
RGB
CMYK
RGB Variations
Color information
#559B36 (or 0x559B36) is known color: Limeade. HEX triplet: 55, 9B and 36. RGB value is (85,155,54). Sum of RGB (Red+Green+Blue) = 85+155+54=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #559B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B36 is #AA64C9. Grayscale: #7A7A7A. Windows color (decimal): -11166922 or 3578709. OLE color: 3578709.
HSL color Cylindrical-coordinate representation of color #559B36: hue angle of 101.58º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559B36 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 54 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.39 |
| HSL | 101.58º | 0.48% | 0.41% | - |
| HSV(B) | 101.58º | 0.65% | 0.61% | - |
| XYZ | 16.13 | 25.64 | 7.59 | - |
| YUV | 122.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 54 | 0.45 | 0 | 0.65 | 0.39 | 101.58 | 0.48 | 0.41 |
| Hex | 55 | 9B | 36 | 2D | 0 | 41 | 27 | 66 | 30 | 29 |
| Octal | 125 | 233 | 66 | 55 | 0 | 101 | 47 | 146 | 60 | 51 |
| Binary | 1010101 | 10011011 | 110110 | 101101 | 0 | 1000001 | 100111 | 1100110 | 110000 | 101001 |
Color Harmonies of #559B36
Complementary color
Monochromatic Colors of #559B36
Black with #559B36
Text Example
Text Example
White with #559B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B36; }
p { color: rgb(85,155,54); }
H1.HeaderClassName
{
color: #559B36;
}
.AnyTagClassName
{
color: #559B36;
}
</style>
background-color css
<style>
a { background-color: #559B36; }
a { background-color: rgb(85,155,54); }
div.DivClassName
{
background-color: #559B36;
}
.BgClassName
{
background-color: #559B36;
}
</style>
border-color css
<style>
span { border-color: #559B36; }
span { border-color: rgb(85,155,54); }
td.TdClassName
{
border-color: #559B36;
}
.TagClassName
{
border-color: #559B36;
}
</style>