Shades of Limeade #559A1C
Tints of Limeade #559A1C
RGB
CMYK
RGB Variations
Color information
#559A1C (or 0x559A1C) is known color: Limeade. HEX triplet: 55, 9A and 1C. RGB value is (85,154,28). Sum of RGB (Red+Green+Blue) = 85+154+28=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #559A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A1C is #AA65E3. Grayscale: #777777. Windows color (decimal): -11167204 or 1874517. OLE color: 1874517.
HSL color Cylindrical-coordinate representation of color #559A1C: hue angle of 92.86º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #559A1C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 28 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.40 |
| HSL | 92.86º | 0.69% | 0.36% | - |
| HSV(B) | 92.86º | 0.82% | 0.6% | - |
| XYZ | 15.51 | 25.13 | 5.13 | - |
| YUV | 119.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 28 | 0.45 | 0 | 0.82 | 0.40 | 92.86 | 0.69 | 0.36 |
| Hex | 55 | 9A | 1C | 2D | 0 | 52 | 28 | 5D | 45 | 24 |
| Octal | 125 | 232 | 34 | 55 | 0 | 122 | 50 | 135 | 105 | 44 |
| Binary | 1010101 | 10011010 | 11100 | 101101 | 0 | 1010010 | 101000 | 1011101 | 1000101 | 100100 |
Color Harmonies of #559A1C
Complementary color
Monochromatic Colors of #559A1C
Black with #559A1C
Text Example
Text Example
White with #559A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A1C; }
p { color: rgb(85,154,28); }
H1.HeaderClassName
{
color: #559A1C;
}
.AnyTagClassName
{
color: #559A1C;
}
</style>
background-color css
<style>
a { background-color: #559A1C; }
a { background-color: rgb(85,154,28); }
div.DivClassName
{
background-color: #559A1C;
}
.BgClassName
{
background-color: #559A1C;
}
</style>
border-color css
<style>
span { border-color: #559A1C; }
span { border-color: rgb(85,154,28); }
td.TdClassName
{
border-color: #559A1C;
}
.TagClassName
{
border-color: #559A1C;
}
</style>