Shades of Limeade #559701
Tints of Limeade #559701
RGB
CMYK
RGB Variations
Color information
#559701 (or 0x559701) is known color: Limeade. HEX triplet: 55, 97 and 01. RGB value is (85,151,1). Sum of RGB (Red+Green+Blue) = 85+151+1=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 151 (59.38% from 255 or 63.71% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 151 - color contains mainly: green. Hex color #559701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559701 is #AA68FE. Grayscale: #727272. Windows color (decimal): -11167999 or 104277. OLE color: 104277.
HSL color Cylindrical-coordinate representation of color #559701: hue angle of 86.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #559701 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.41 |
| HSL | 86.4º | 0.99% | 0.3% | - |
| HSV(B) | 86.4º | 0.99% | 0.59% | - |
| XYZ | 14.82 | 24.07 | 3.89 | - |
| YUV | 114.17 | 64.13 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 1 | 0.44 | 0 | 0.99 | 0.41 | 86.4 | 0.99 | 0.3 |
| Hex | 55 | 97 | 1 | 2C | 0 | 63 | 29 | 56 | 63 | 1E |
| Octal | 125 | 227 | 1 | 54 | 0 | 143 | 51 | 126 | 143 | 36 |
| Binary | 1010101 | 10010111 | 1 | 101100 | 0 | 1100011 | 101001 | 1010110 | 1100011 | 11110 |
Color Harmonies of #559701
Complementary color
Monochromatic Colors of #559701
Black with #559701
Text Example
Text Example
White with #559701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559701; }
p { color: rgb(85,151,1); }
H1.HeaderClassName
{
color: #559701;
}
.AnyTagClassName
{
color: #559701;
}
</style>
background-color css
<style>
a { background-color: #559701; }
a { background-color: rgb(85,151,1); }
div.DivClassName
{
background-color: #559701;
}
.BgClassName
{
background-color: #559701;
}
</style>
border-color css
<style>
span { border-color: #559701; }
span { border-color: rgb(85,151,1); }
td.TdClassName
{
border-color: #559701;
}
.TagClassName
{
border-color: #559701;
}
</style>