Shades of Limeade #61A131
Tints of Limeade #61A131
RGB
CMYK
RGB Variations
Color information
#61A131 (or 0x61A131) is known color: Limeade. HEX triplet: 61, A1 and 31. RGB value is (97,161,49). Sum of RGB (Red+Green+Blue) = 97+161+49=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #61A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A131 is #9E5ECE. Grayscale: #818181. Windows color (decimal): -10378959 or 3252577. OLE color: 3252577.
HSL color Cylindrical-coordinate representation of color #61A131: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61A131 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 49 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.37 |
| HSL | 94.29º | 0.53% | 0.41% | - |
| HSV(B) | 94.29º | 0.7% | 0.63% | - |
| XYZ | 18.23 | 28.25 | 7.4 | - |
| YUV | 129.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 49 | 0.40 | 0 | 0.70 | 0.37 | 94.29 | 0.53 | 0.41 |
| Hex | 61 | A1 | 31 | 28 | 0 | 46 | 25 | 5E | 35 | 29 |
| Octal | 141 | 241 | 61 | 50 | 0 | 106 | 45 | 136 | 65 | 51 |
| Binary | 1100001 | 10100001 | 110001 | 101000 | 0 | 1000110 | 100101 | 1011110 | 110101 | 101001 |
Color Harmonies of #61A131
Complementary color
Monochromatic Colors of #61A131
Black with #61A131
Text Example
Text Example
White with #61A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A131; }
p { color: rgb(97,161,49); }
H1.HeaderClassName
{
color: #61A131;
}
.AnyTagClassName
{
color: #61A131;
}
</style>
background-color css
<style>
a { background-color: #61A131; }
a { background-color: rgb(97,161,49); }
div.DivClassName
{
background-color: #61A131;
}
.BgClassName
{
background-color: #61A131;
}
</style>
border-color css
<style>
span { border-color: #61A131; }
span { border-color: rgb(97,161,49); }
td.TdClassName
{
border-color: #61A131;
}
.TagClassName
{
border-color: #61A131;
}
</style>