Shades of Limeade #559C17
Tints of Limeade #559C17
RGB
CMYK
RGB Variations
Color information
#559C17 (or 0x559C17) is known color: Limeade. HEX triplet: 55, 9C and 17. RGB value is (85,156,23). Sum of RGB (Red+Green+Blue) = 85+156+23=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 156 (61.33% from 255 or 59.09% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 156 - color contains mainly: green. Hex color #559C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559C17 is #AA63E8. Grayscale: #787878. Windows color (decimal): -11166697 or 1547349. OLE color: 1547349.
HSL color Cylindrical-coordinate representation of color #559C17: hue angle of 92.03º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #559C17 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 23 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.39 |
| HSL | 92.03º | 0.74% | 0.35% | - |
| HSV(B) | 92.03º | 0.85% | 0.61% | - |
| XYZ | 15.79 | 25.77 | 4.95 | - |
| YUV | 119.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 23 | 0.46 | 0 | 0.85 | 0.39 | 92.03 | 0.74 | 0.35 |
| Hex | 55 | 9C | 17 | 2E | 0 | 55 | 27 | 5C | 4A | 23 |
| Octal | 125 | 234 | 27 | 56 | 0 | 125 | 47 | 134 | 112 | 43 |
| Binary | 1010101 | 10011100 | 10111 | 101110 | 0 | 1010101 | 100111 | 1011100 | 1001010 | 100011 |
Color Harmonies of #559C17
Complementary color
Monochromatic Colors of #559C17
Black with #559C17
Text Example
Text Example
White with #559C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C17; }
p { color: rgb(85,156,23); }
H1.HeaderClassName
{
color: #559C17;
}
.AnyTagClassName
{
color: #559C17;
}
</style>
background-color css
<style>
a { background-color: #559C17; }
a { background-color: rgb(85,156,23); }
div.DivClassName
{
background-color: #559C17;
}
.BgClassName
{
background-color: #559C17;
}
</style>
border-color css
<style>
span { border-color: #559C17; }
span { border-color: rgb(85,156,23); }
td.TdClassName
{
border-color: #559C17;
}
.TagClassName
{
border-color: #559C17;
}
</style>