Shades of Limeade #56972C
Tints of Limeade #56972C
RGB
CMYK
RGB Variations
Color information
#56972C (or 0x56972C) is known color: Limeade. HEX triplet: 56, 97 and 2C. RGB value is (86,151,44). Sum of RGB (Red+Green+Blue) = 86+151+44=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #56972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56972C is #A968D3. Grayscale: #777777. Windows color (decimal): -11102420 or 2922326. OLE color: 2922326.
HSL color Cylindrical-coordinate representation of color #56972C: hue angle of 96.45º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56972C is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 151 | 44 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.41 |
| HSL | 96.45º | 0.55% | 0.38% | - |
| HSV(B) | 96.45º | 0.71% | 0.59% | - |
| XYZ | 15.36 | 24.29 | 6.26 | - |
| YUV | 119.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 44 | 0.43 | 0 | 0.71 | 0.41 | 96.45 | 0.55 | 0.38 |
| Hex | 56 | 97 | 2C | 2B | 0 | 47 | 29 | 60 | 37 | 26 |
| Octal | 126 | 227 | 54 | 53 | 0 | 107 | 51 | 140 | 67 | 46 |
| Binary | 1010110 | 10010111 | 101100 | 101011 | 0 | 1000111 | 101001 | 1100000 | 110111 | 100110 |
Color Harmonies of #56972C
Complementary color
Monochromatic Colors of #56972C
Black with #56972C
Text Example
Text Example
White with #56972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56972C; }
p { color: rgb(86,151,44); }
H1.HeaderClassName
{
color: #56972C;
}
.AnyTagClassName
{
color: #56972C;
}
</style>
background-color css
<style>
a { background-color: #56972C; }
a { background-color: rgb(86,151,44); }
div.DivClassName
{
background-color: #56972C;
}
.BgClassName
{
background-color: #56972C;
}
</style>
border-color css
<style>
span { border-color: #56972C; }
span { border-color: rgb(86,151,44); }
td.TdClassName
{
border-color: #56972C;
}
.TagClassName
{
border-color: #56972C;
}
</style>