Shades of Limeade #559C34
Tints of Limeade #559C34
RGB
CMYK
RGB Variations
Color information
#559C34 (or 0x559C34) is known color: Limeade. HEX triplet: 55, 9C and 34. RGB value is (85,156,52). Sum of RGB (Red+Green+Blue) = 85+156+52=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #559C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C34 is #AA63CB. Grayscale: #7B7B7B. Windows color (decimal): -11166668 or 3447893. OLE color: 3447893.
HSL color Cylindrical-coordinate representation of color #559C34: hue angle of 100.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #559C34 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 52 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.39 |
| HSL | 100.96º | 0.5% | 0.41% | - |
| HSV(B) | 100.96º | 0.67% | 0.61% | - |
| XYZ | 16.25 | 25.96 | 7.4 | - |
| YUV | 122.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 52 | 0.46 | 0 | 0.67 | 0.39 | 100.96 | 0.5 | 0.41 |
| Hex | 55 | 9C | 34 | 2E | 0 | 43 | 27 | 65 | 32 | 29 |
| Octal | 125 | 234 | 64 | 56 | 0 | 103 | 47 | 145 | 62 | 51 |
| Binary | 1010101 | 10011100 | 110100 | 101110 | 0 | 1000011 | 100111 | 1100101 | 110010 | 101001 |
Color Harmonies of #559C34
Complementary color
Monochromatic Colors of #559C34
Black with #559C34
Text Example
Text Example
White with #559C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C34; }
p { color: rgb(85,156,52); }
H1.HeaderClassName
{
color: #559C34;
}
.AnyTagClassName
{
color: #559C34;
}
</style>
background-color css
<style>
a { background-color: #559C34; }
a { background-color: rgb(85,156,52); }
div.DivClassName
{
background-color: #559C34;
}
.BgClassName
{
background-color: #559C34;
}
</style>
border-color css
<style>
span { border-color: #559C34; }
span { border-color: rgb(85,156,52); }
td.TdClassName
{
border-color: #559C34;
}
.TagClassName
{
border-color: #559C34;
}
</style>