Shades of Limeade #559D10
Tints of Limeade #559D10
RGB
CMYK
RGB Variations
Color information
#559D10 (or 0x559D10) is known color: Limeade. HEX triplet: 55, 9D and 10. RGB value is (85,157,16). Sum of RGB (Red+Green+Blue) = 85+157+16=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #559D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D10 is #AA62EF. Grayscale: #777777. Windows color (decimal): -11166448 or 1088853. OLE color: 1088853.
HSL color Cylindrical-coordinate representation of color #559D10: hue angle of 90.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #559D10 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 16 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.38 |
| HSL | 90.64º | 0.82% | 0.34% | - |
| HSV(B) | 90.64º | 0.9% | 0.62% | - |
| XYZ | 15.9 | 26.08 | 4.69 | - |
| YUV | 119.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 16 | 0.46 | 0 | 0.90 | 0.38 | 90.64 | 0.82 | 0.34 |
| Hex | 55 | 9D | 10 | 2E | 0 | 5A | 26 | 5B | 52 | 22 |
| Octal | 125 | 235 | 20 | 56 | 0 | 132 | 46 | 133 | 122 | 42 |
| Binary | 1010101 | 10011101 | 10000 | 101110 | 0 | 1011010 | 100110 | 1011011 | 1010010 | 100010 |
Color Harmonies of #559D10
Complementary color
Monochromatic Colors of #559D10
Black with #559D10
Text Example
Text Example
White with #559D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D10; }
p { color: rgb(85,157,16); }
H1.HeaderClassName
{
color: #559D10;
}
.AnyTagClassName
{
color: #559D10;
}
</style>
background-color css
<style>
a { background-color: #559D10; }
a { background-color: rgb(85,157,16); }
div.DivClassName
{
background-color: #559D10;
}
.BgClassName
{
background-color: #559D10;
}
</style>
border-color css
<style>
span { border-color: #559D10; }
span { border-color: rgb(85,157,16); }
td.TdClassName
{
border-color: #559D10;
}
.TagClassName
{
border-color: #559D10;
}
</style>