Shades of Limeade #61A225
Tints of Limeade #61A225
RGB
CMYK
RGB Variations
Color information
#61A225 (or 0x61A225) is known color: Limeade. HEX triplet: 61, A2 and 25. RGB value is (97,162,37). Sum of RGB (Red+Green+Blue) = 97+162+37=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #61A225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A225 is #9E5DDA. Grayscale: #808080. Windows color (decimal): -10378715 or 2466401. OLE color: 2466401.
HSL color Cylindrical-coordinate representation of color #61A225: hue angle of 91.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61A225 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 37 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.36 |
| HSL | 91.2º | 0.63% | 0.39% | - |
| HSV(B) | 91.2º | 0.77% | 0.64% | - |
| XYZ | 18.18 | 28.52 | 6.3 | - |
| YUV | 128.32 | 76.47 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 37 | 0.40 | 0 | 0.77 | 0.36 | 91.2 | 0.63 | 0.39 |
| Hex | 61 | A2 | 25 | 28 | 0 | 4D | 24 | 5B | 3F | 27 |
| Octal | 141 | 242 | 45 | 50 | 0 | 115 | 44 | 133 | 77 | 47 |
| Binary | 1100001 | 10100010 | 100101 | 101000 | 0 | 1001101 | 100100 | 1011011 | 111111 | 100111 |
Color Harmonies of #61A225
Complementary color
Monochromatic Colors of #61A225
Black with #61A225
Text Example
Text Example
White with #61A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A225; }
p { color: rgb(97,162,37); }
H1.HeaderClassName
{
color: #61A225;
}
.AnyTagClassName
{
color: #61A225;
}
</style>
background-color css
<style>
a { background-color: #61A225; }
a { background-color: rgb(97,162,37); }
div.DivClassName
{
background-color: #61A225;
}
.BgClassName
{
background-color: #61A225;
}
</style>
border-color css
<style>
span { border-color: #61A225; }
span { border-color: rgb(97,162,37); }
td.TdClassName
{
border-color: #61A225;
}
.TagClassName
{
border-color: #61A225;
}
</style>