Shades of Limeade #61A831
Tints of Limeade #61A831
RGB
CMYK
RGB Variations
Color information
#61A831 (or 0x61A831) is known color: Limeade. HEX triplet: 61, A8 and 31. RGB value is (97,168,49). Sum of RGB (Red+Green+Blue) = 97+168+49=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #61A831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A831 is #9E57CE. Grayscale: #858585. Windows color (decimal): -10377167 or 3254369. OLE color: 3254369.
HSL color Cylindrical-coordinate representation of color #61A831: hue angle of 95.8º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61A831 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 49 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.34 |
| HSL | 95.8º | 0.55% | 0.43% | - |
| HSV(B) | 95.8º | 0.71% | 0.66% | - |
| XYZ | 19.49 | 30.77 | 7.82 | - |
| YUV | 133.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 49 | 0.42 | 0 | 0.71 | 0.34 | 95.8 | 0.55 | 0.43 |
| Hex | 61 | A8 | 31 | 2A | 0 | 47 | 22 | 60 | 37 | 2B |
| Octal | 141 | 250 | 61 | 52 | 0 | 107 | 42 | 140 | 67 | 53 |
| Binary | 1100001 | 10101000 | 110001 | 101010 | 0 | 1000111 | 100010 | 1100000 | 110111 | 101011 |
Color Harmonies of #61A831
Complementary color
Monochromatic Colors of #61A831
Black with #61A831
Text Example
Text Example
White with #61A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A831; }
p { color: rgb(97,168,49); }
H1.HeaderClassName
{
color: #61A831;
}
.AnyTagClassName
{
color: #61A831;
}
</style>
background-color css
<style>
a { background-color: #61A831; }
a { background-color: rgb(97,168,49); }
div.DivClassName
{
background-color: #61A831;
}
.BgClassName
{
background-color: #61A831;
}
</style>
border-color css
<style>
span { border-color: #61A831; }
span { border-color: rgb(97,168,49); }
td.TdClassName
{
border-color: #61A831;
}
.TagClassName
{
border-color: #61A831;
}
</style>