Shades of Limeade #61A035
Tints of Limeade #61A035
RGB
CMYK
RGB Variations
Color information
#61A035 (or 0x61A035) is known color: Limeade. HEX triplet: 61, A0 and 35. RGB value is (97,160,53). Sum of RGB (Red+Green+Blue) = 97+160+53=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #61A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A035 is #9E5FCA. Grayscale: #818181. Windows color (decimal): -10379211 or 3514465. OLE color: 3514465.
HSL color Cylindrical-coordinate representation of color #61A035: hue angle of 95.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61A035 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 160 | 53 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.37 |
| HSL | 95.33º | 0.5% | 0.42% | - |
| HSV(B) | 95.33º | 0.67% | 0.63% | - |
| XYZ | 18.14 | 27.94 | 7.8 | - |
| YUV | 128.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 53 | 0.39 | 0 | 0.67 | 0.37 | 95.33 | 0.5 | 0.42 |
| Hex | 61 | A0 | 35 | 27 | 0 | 43 | 25 | 5F | 32 | 2A |
| Octal | 141 | 240 | 65 | 47 | 0 | 103 | 45 | 137 | 62 | 52 |
| Binary | 1100001 | 10100000 | 110101 | 100111 | 0 | 1000011 | 100101 | 1011111 | 110010 | 101010 |
Color Harmonies of #61A035
Complementary color
Monochromatic Colors of #61A035
Black with #61A035
Text Example
Text Example
White with #61A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A035; }
p { color: rgb(97,160,53); }
H1.HeaderClassName
{
color: #61A035;
}
.AnyTagClassName
{
color: #61A035;
}
</style>
background-color css
<style>
a { background-color: #61A035; }
a { background-color: rgb(97,160,53); }
div.DivClassName
{
background-color: #61A035;
}
.BgClassName
{
background-color: #61A035;
}
</style>
border-color css
<style>
span { border-color: #61A035; }
span { border-color: rgb(97,160,53); }
td.TdClassName
{
border-color: #61A035;
}
.TagClassName
{
border-color: #61A035;
}
</style>