Shades of Limeade #559103
Tints of Limeade #559103
RGB
CMYK
RGB Variations
Color information
#559103 (or 0x559103) is known color: Limeade. HEX triplet: 55, 91 and 03. RGB value is (85,145,3). Sum of RGB (Red+Green+Blue) = 85+145+3=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #559103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559103 is #AA6EFC. Grayscale: #6F6F6F. Windows color (decimal): -11169533 or 233813. OLE color: 233813.
HSL color Cylindrical-coordinate representation of color #559103: hue angle of 85.35º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #559103 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 3 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.43 |
| HSL | 85.35º | 0.96% | 0.29% | - |
| HSV(B) | 85.35º | 0.98% | 0.57% | - |
| XYZ | 13.89 | 22.19 | 3.64 | - |
| YUV | 110.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 3 | 0.41 | 0 | 0.98 | 0.43 | 85.35 | 0.96 | 0.29 |
| Hex | 55 | 91 | 3 | 29 | 0 | 62 | 2B | 55 | 60 | 1D |
| Octal | 125 | 221 | 3 | 51 | 0 | 142 | 53 | 125 | 140 | 35 |
| Binary | 1010101 | 10010001 | 11 | 101001 | 0 | 1100010 | 101011 | 1010101 | 1100000 | 11101 |
Color Harmonies of #559103
Complementary color
Monochromatic Colors of #559103
Black with #559103
Text Example
Text Example
White with #559103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559103; }
p { color: rgb(85,145,3); }
H1.HeaderClassName
{
color: #559103;
}
.AnyTagClassName
{
color: #559103;
}
</style>
background-color css
<style>
a { background-color: #559103; }
a { background-color: rgb(85,145,3); }
div.DivClassName
{
background-color: #559103;
}
.BgClassName
{
background-color: #559103;
}
</style>
border-color css
<style>
span { border-color: #559103; }
span { border-color: rgb(85,145,3); }
td.TdClassName
{
border-color: #559103;
}
.TagClassName
{
border-color: #559103;
}
</style>