Shades of Limeade #61A138
Tints of Limeade #61A138
RGB
CMYK
RGB Variations
Color information
#61A138 (or 0x61A138) is known color: Limeade. HEX triplet: 61, A1 and 38. RGB value is (97,161,56). Sum of RGB (Red+Green+Blue) = 97+161+56=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #61A138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A138 is #9E5EC7. Grayscale: #828282. Windows color (decimal): -10378952 or 3711329. OLE color: 3711329.
HSL color Cylindrical-coordinate representation of color #61A138: hue angle of 96.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61A138 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 56 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.37 |
| HSL | 96.57º | 0.48% | 0.43% | - |
| HSV(B) | 96.57º | 0.65% | 0.63% | - |
| XYZ | 18.39 | 28.32 | 8.24 | - |
| YUV | 129.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 56 | 0.40 | 0 | 0.65 | 0.37 | 96.57 | 0.48 | 0.43 |
| Hex | 61 | A1 | 38 | 28 | 0 | 41 | 25 | 61 | 30 | 2B |
| Octal | 141 | 241 | 70 | 50 | 0 | 101 | 45 | 141 | 60 | 53 |
| Binary | 1100001 | 10100001 | 111000 | 101000 | 0 | 1000001 | 100101 | 1100001 | 110000 | 101011 |
Color Harmonies of #61A138
Complementary color
Monochromatic Colors of #61A138
Black with #61A138
Text Example
Text Example
White with #61A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A138; }
p { color: rgb(97,161,56); }
H1.HeaderClassName
{
color: #61A138;
}
.AnyTagClassName
{
color: #61A138;
}
</style>
background-color css
<style>
a { background-color: #61A138; }
a { background-color: rgb(97,161,56); }
div.DivClassName
{
background-color: #61A138;
}
.BgClassName
{
background-color: #61A138;
}
</style>
border-color css
<style>
span { border-color: #61A138; }
span { border-color: rgb(97,161,56); }
td.TdClassName
{
border-color: #61A138;
}
.TagClassName
{
border-color: #61A138;
}
</style>