Shades of Limeade #61A834
Tints of Limeade #61A834
RGB
CMYK
RGB Variations
Color information
#61A834 (or 0x61A834) is known color: Limeade. HEX triplet: 61, A8 and 34. RGB value is (97,168,52). Sum of RGB (Red+Green+Blue) = 97+168+52=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #61A834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A834 is #9E57CB. Grayscale: #858585. Windows color (decimal): -10377164 or 3450977. OLE color: 3450977.
HSL color Cylindrical-coordinate representation of color #61A834: hue angle of 96.72º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61A834 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 52 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.34 |
| HSL | 96.72º | 0.53% | 0.43% | - |
| HSV(B) | 96.72º | 0.69% | 0.66% | - |
| XYZ | 19.55 | 30.79 | 8.16 | - |
| YUV | 133.55 | 81.98 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 52 | 0.42 | 0 | 0.69 | 0.34 | 96.72 | 0.53 | 0.43 |
| Hex | 61 | A8 | 34 | 2A | 0 | 45 | 22 | 61 | 35 | 2B |
| Octal | 141 | 250 | 64 | 52 | 0 | 105 | 42 | 141 | 65 | 53 |
| Binary | 1100001 | 10101000 | 110100 | 101010 | 0 | 1000101 | 100010 | 1100001 | 110101 | 101011 |
Color Harmonies of #61A834
Complementary color
Monochromatic Colors of #61A834
Black with #61A834
Text Example
Text Example
White with #61A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A834; }
p { color: rgb(97,168,52); }
H1.HeaderClassName
{
color: #61A834;
}
.AnyTagClassName
{
color: #61A834;
}
</style>
background-color css
<style>
a { background-color: #61A834; }
a { background-color: rgb(97,168,52); }
div.DivClassName
{
background-color: #61A834;
}
.BgClassName
{
background-color: #61A834;
}
</style>
border-color css
<style>
span { border-color: #61A834; }
span { border-color: rgb(97,168,52); }
td.TdClassName
{
border-color: #61A834;
}
.TagClassName
{
border-color: #61A834;
}
</style>