Shades of Limeade #56993D
Tints of Limeade #56993D
RGB
CMYK
RGB Variations
Color information
#56993D (or 0x56993D) is known color: Limeade. HEX triplet: 56, 99 and 3D. RGB value is (86,153,61). Sum of RGB (Red+Green+Blue) = 86+153+61=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #56993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56993D is #A966C2. Grayscale: #7A7A7A. Windows color (decimal): -11101891 or 4036950. OLE color: 4036950.
HSL color Cylindrical-coordinate representation of color #56993D: hue angle of 103.7º 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 #56993D is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 61 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.4 |
| HSL | 103.7º | 0.43% | 0.42% | - |
| HSV(B) | 103.7º | 0.6% | 0.6% | - |
| XYZ | 16.07 | 25.1 | 8.41 | - |
| YUV | 122.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 61 | 0.44 | 0 | 0.60 | 0.4 | 103.7 | 0.43 | 0.42 |
| Hex | 56 | 99 | 3D | 2C | 0 | 3C | 28 | 68 | 2B | 2A |
| Octal | 126 | 231 | 75 | 54 | 0 | 74 | 50 | 150 | 53 | 52 |
| Binary | 1010110 | 10011001 | 111101 | 101100 | 0 | 111100 | 101000 | 1101000 | 101011 | 101010 |
Color Harmonies of #56993D
Complementary color
Monochromatic Colors of #56993D
Black with #56993D
Text Example
Text Example
White with #56993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56993D; }
p { color: rgb(86,153,61); }
H1.HeaderClassName
{
color: #56993D;
}
.AnyTagClassName
{
color: #56993D;
}
</style>
background-color css
<style>
a { background-color: #56993D; }
a { background-color: rgb(86,153,61); }
div.DivClassName
{
background-color: #56993D;
}
.BgClassName
{
background-color: #56993D;
}
</style>
border-color css
<style>
span { border-color: #56993D; }
span { border-color: rgb(86,153,61); }
td.TdClassName
{
border-color: #56993D;
}
.TagClassName
{
border-color: #56993D;
}
</style>