Shades of Limeade #559403
Tints of Limeade #559403
RGB
CMYK
RGB Variations
Color information
#559403 (or 0x559403) is known color: Limeade. HEX triplet: 55, 94 and 03. RGB value is (85,148,3). Sum of RGB (Red+Green+Blue) = 85+148+3=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #559403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559403 is #AA6BFC. Grayscale: #717171. Windows color (decimal): -11168765 or 234581. OLE color: 234581.
HSL color Cylindrical-coordinate representation of color #559403: hue angle of 86.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #559403 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 3 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.42 |
| HSL | 86.07º | 0.96% | 0.3% | - |
| HSV(B) | 86.07º | 0.98% | 0.58% | - |
| XYZ | 14.35 | 23.12 | 3.79 | - |
| YUV | 112.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 3 | 0.43 | 0 | 0.98 | 0.42 | 86.07 | 0.96 | 0.3 |
| Hex | 55 | 94 | 3 | 2B | 0 | 62 | 2A | 56 | 60 | 1E |
| Octal | 125 | 224 | 3 | 53 | 0 | 142 | 52 | 126 | 140 | 36 |
| Binary | 1010101 | 10010100 | 11 | 101011 | 0 | 1100010 | 101010 | 1010110 | 1100000 | 11110 |
Color Harmonies of #559403
Complementary color
Monochromatic Colors of #559403
Black with #559403
Text Example
Text Example
White with #559403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559403; }
p { color: rgb(85,148,3); }
H1.HeaderClassName
{
color: #559403;
}
.AnyTagClassName
{
color: #559403;
}
</style>
background-color css
<style>
a { background-color: #559403; }
a { background-color: rgb(85,148,3); }
div.DivClassName
{
background-color: #559403;
}
.BgClassName
{
background-color: #559403;
}
</style>
border-color css
<style>
span { border-color: #559403; }
span { border-color: rgb(85,148,3); }
td.TdClassName
{
border-color: #559403;
}
.TagClassName
{
border-color: #559403;
}
</style>