Shades of Limeade #56993C
Tints of Limeade #56993C
RGB
CMYK
RGB Variations
Color information
#56993C (or 0x56993C) is known color: Limeade. HEX triplet: 56, 99 and 3C. RGB value is (86,153,60). Sum of RGB (Red+Green+Blue) = 86+153+60=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #56993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56993C is #A966C3. Grayscale: #7A7A7A. Windows color (decimal): -11101892 or 3971414. OLE color: 3971414.
HSL color Cylindrical-coordinate representation of color #56993C: hue angle of 103.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56993C is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 60 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.4 |
| HSL | 103.23º | 0.44% | 0.42% | - |
| HSV(B) | 103.23º | 0.61% | 0.6% | - |
| XYZ | 16.04 | 25.09 | 8.27 | - |
| YUV | 122.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 60 | 0.44 | 0 | 0.61 | 0.4 | 103.23 | 0.44 | 0.42 |
| Hex | 56 | 99 | 3C | 2C | 0 | 3D | 28 | 67 | 2C | 2A |
| Octal | 126 | 231 | 74 | 54 | 0 | 75 | 50 | 147 | 54 | 52 |
| Binary | 1010110 | 10011001 | 111100 | 101100 | 0 | 111101 | 101000 | 1100111 | 101100 | 101010 |
Color Harmonies of #56993C
Complementary color
Monochromatic Colors of #56993C
Black with #56993C
Text Example
Text Example
White with #56993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56993C; }
p { color: rgb(86,153,60); }
H1.HeaderClassName
{
color: #56993C;
}
.AnyTagClassName
{
color: #56993C;
}
</style>
background-color css
<style>
a { background-color: #56993C; }
a { background-color: rgb(86,153,60); }
div.DivClassName
{
background-color: #56993C;
}
.BgClassName
{
background-color: #56993C;
}
</style>
border-color css
<style>
span { border-color: #56993C; }
span { border-color: rgb(86,153,60); }
td.TdClassName
{
border-color: #56993C;
}
.TagClassName
{
border-color: #56993C;
}
</style>