Shades of Limeade #55993D
Tints of Limeade #55993D
RGB
CMYK
RGB Variations
Color information
#55993D (or 0x55993D) is known color: Limeade. HEX triplet: 55, 99 and 3D. RGB value is (85,153,61). Sum of RGB (Red+Green+Blue) = 85+153+61=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #55993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55993D is #AA66C2. Grayscale: #7A7A7A. Windows color (decimal): -11167427 or 4036949. OLE color: 4036949.
HSL color Cylindrical-coordinate representation of color #55993D: hue angle of 104.35º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55993D is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 61 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.4 |
| HSL | 104.35º | 0.43% | 0.42% | - |
| HSV(B) | 104.35º | 0.6% | 0.6% | - |
| XYZ | 15.98 | 25.05 | 8.41 | - |
| YUV | 122.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 61 | 0.44 | 0 | 0.60 | 0.4 | 104.35 | 0.43 | 0.42 |
| Hex | 55 | 99 | 3D | 2C | 0 | 3C | 28 | 68 | 2B | 2A |
| Octal | 125 | 231 | 75 | 54 | 0 | 74 | 50 | 150 | 53 | 52 |
| Binary | 1010101 | 10011001 | 111101 | 101100 | 0 | 111100 | 101000 | 1101000 | 101011 | 101010 |
Color Harmonies of #55993D
Complementary color
Monochromatic Colors of #55993D
Black with #55993D
Text Example
Text Example
White with #55993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55993D; }
p { color: rgb(85,153,61); }
H1.HeaderClassName
{
color: #55993D;
}
.AnyTagClassName
{
color: #55993D;
}
</style>
background-color css
<style>
a { background-color: #55993D; }
a { background-color: rgb(85,153,61); }
div.DivClassName
{
background-color: #55993D;
}
.BgClassName
{
background-color: #55993D;
}
</style>
border-color css
<style>
span { border-color: #55993D; }
span { border-color: rgb(85,153,61); }
td.TdClassName
{
border-color: #55993D;
}
.TagClassName
{
border-color: #55993D;
}
</style>