Shades of Limeade #559A10
Tints of Limeade #559A10
RGB
CMYK
RGB Variations
Color information
#559A10 (or 0x559A10) is known color: Limeade. HEX triplet: 55, 9A and 10. RGB value is (85,154,16). Sum of RGB (Red+Green+Blue) = 85+154+16=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 154 (60.55% from 255 or 60.39% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 154 - color contains mainly: green. Hex color #559A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559A10 is #AA65EF. Grayscale: #767676. Windows color (decimal): -11167216 or 1088085. OLE color: 1088085.
HSL color Cylindrical-coordinate representation of color #559A10: hue angle of 90º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #559A10 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 16 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.40 |
| HSL | 90º | 0.81% | 0.33% | - |
| HSV(B) | 90º | 0.9% | 0.6% | - |
| XYZ | 15.4 | 25.08 | 4.52 | - |
| YUV | 117.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 16 | 0.45 | 0 | 0.90 | 0.40 | 90 | 0.81 | 0.33 |
| Hex | 55 | 9A | 10 | 2D | 0 | 5A | 28 | 5A | 51 | 21 |
| Octal | 125 | 232 | 20 | 55 | 0 | 132 | 50 | 132 | 121 | 41 |
| Binary | 1010101 | 10011010 | 10000 | 101101 | 0 | 1011010 | 101000 | 1011010 | 1010001 | 100001 |
Color Harmonies of #559A10
Complementary color
Monochromatic Colors of #559A10
Black with #559A10
Text Example
Text Example
White with #559A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A10; }
p { color: rgb(85,154,16); }
H1.HeaderClassName
{
color: #559A10;
}
.AnyTagClassName
{
color: #559A10;
}
</style>
background-color css
<style>
a { background-color: #559A10; }
a { background-color: rgb(85,154,16); }
div.DivClassName
{
background-color: #559A10;
}
.BgClassName
{
background-color: #559A10;
}
</style>
border-color css
<style>
span { border-color: #559A10; }
span { border-color: rgb(85,154,16); }
td.TdClassName
{
border-color: #559A10;
}
.TagClassName
{
border-color: #559A10;
}
</style>