Shades of Limeade #559C2C
Tints of Limeade #559C2C
RGB
CMYK
RGB Variations
Color information
#559C2C (or 0x559C2C) is known color: Limeade. HEX triplet: 55, 9C and 2C. RGB value is (85,156,44). Sum of RGB (Red+Green+Blue) = 85+156+44=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #559C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C2C is #AA63D3. Grayscale: #7A7A7A. Windows color (decimal): -11166676 or 2923605. OLE color: 2923605.
HSL color Cylindrical-coordinate representation of color #559C2C: hue angle of 98.04º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #559C2C is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 44 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.39 |
| HSL | 98.04º | 0.56% | 0.39% | - |
| HSV(B) | 98.04º | 0.72% | 0.61% | - |
| XYZ | 16.09 | 25.89 | 6.53 | - |
| YUV | 122 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 44 | 0.46 | 0 | 0.72 | 0.39 | 98.04 | 0.56 | 0.39 |
| Hex | 55 | 9C | 2C | 2E | 0 | 48 | 27 | 62 | 38 | 27 |
| Octal | 125 | 234 | 54 | 56 | 0 | 110 | 47 | 142 | 70 | 47 |
| Binary | 1010101 | 10011100 | 101100 | 101110 | 0 | 1001000 | 100111 | 1100010 | 111000 | 100111 |
Color Harmonies of #559C2C
Complementary color
Monochromatic Colors of #559C2C
Black with #559C2C
Text Example
Text Example
White with #559C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C2C; }
p { color: rgb(85,156,44); }
H1.HeaderClassName
{
color: #559C2C;
}
.AnyTagClassName
{
color: #559C2C;
}
</style>
background-color css
<style>
a { background-color: #559C2C; }
a { background-color: rgb(85,156,44); }
div.DivClassName
{
background-color: #559C2C;
}
.BgClassName
{
background-color: #559C2C;
}
</style>
border-color css
<style>
span { border-color: #559C2C; }
span { border-color: rgb(85,156,44); }
td.TdClassName
{
border-color: #559C2C;
}
.TagClassName
{
border-color: #559C2C;
}
</style>