Shades of Limeade #61A420
Tints of Limeade #61A420
RGB
CMYK
RGB Variations
Color information
#61A420 (or 0x61A420) is known color: Limeade. HEX triplet: 61, A4 and 20. RGB value is (97,164,32). Sum of RGB (Red+Green+Blue) = 97+164+32=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #61A420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A420 is #9E5BDF. Grayscale: #818181. Windows color (decimal): -10378208 or 2139233. OLE color: 2139233.
HSL color Cylindrical-coordinate representation of color #61A420: hue angle of 90.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61A420 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 32 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.36 |
| HSL | 90.45º | 0.67% | 0.38% | - |
| HSV(B) | 90.45º | 0.8% | 0.64% | - |
| XYZ | 18.47 | 29.2 | 6.03 | - |
| YUV | 128.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 32 | 0.41 | 0 | 0.80 | 0.36 | 90.45 | 0.67 | 0.38 |
| Hex | 61 | A4 | 20 | 29 | 0 | 50 | 24 | 5A | 43 | 26 |
| Octal | 141 | 244 | 40 | 51 | 0 | 120 | 44 | 132 | 103 | 46 |
| Binary | 1100001 | 10100100 | 100000 | 101001 | 0 | 1010000 | 100100 | 1011010 | 1000011 | 100110 |
Color Harmonies of #61A420
Complementary color
Monochromatic Colors of #61A420
Black with #61A420
Text Example
Text Example
White with #61A420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A420; }
p { color: rgb(97,164,32); }
H1.HeaderClassName
{
color: #61A420;
}
.AnyTagClassName
{
color: #61A420;
}
</style>
background-color css
<style>
a { background-color: #61A420; }
a { background-color: rgb(97,164,32); }
div.DivClassName
{
background-color: #61A420;
}
.BgClassName
{
background-color: #61A420;
}
</style>
border-color css
<style>
span { border-color: #61A420; }
span { border-color: rgb(97,164,32); }
td.TdClassName
{
border-color: #61A420;
}
.TagClassName
{
border-color: #61A420;
}
</style>