Shades of Limeade #61A735
Tints of Limeade #61A735
RGB
CMYK
RGB Variations
Color information
#61A735 (or 0x61A735) is known color: Limeade. HEX triplet: 61, A7 and 35. RGB value is (97,167,53). Sum of RGB (Red+Green+Blue) = 97+167+53=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #61A735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A735 is #9E58CA. Grayscale: #858585. Windows color (decimal): -10377419 or 3516257. OLE color: 3516257.
HSL color Cylindrical-coordinate representation of color #61A735: hue angle of 96.84º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61A735 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 53 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.35 |
| HSL | 96.84º | 0.52% | 0.43% | - |
| HSV(B) | 96.84º | 0.68% | 0.65% | - |
| XYZ | 19.39 | 30.44 | 8.22 | - |
| YUV | 133.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 53 | 0.42 | 0 | 0.68 | 0.35 | 96.84 | 0.52 | 0.43 |
| Hex | 61 | A7 | 35 | 2A | 0 | 44 | 23 | 61 | 34 | 2B |
| Octal | 141 | 247 | 65 | 52 | 0 | 104 | 43 | 141 | 64 | 53 |
| Binary | 1100001 | 10100111 | 110101 | 101010 | 0 | 1000100 | 100011 | 1100001 | 110100 | 101011 |
Color Harmonies of #61A735
Complementary color
Monochromatic Colors of #61A735
Black with #61A735
Text Example
Text Example
White with #61A735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A735; }
p { color: rgb(97,167,53); }
H1.HeaderClassName
{
color: #61A735;
}
.AnyTagClassName
{
color: #61A735;
}
</style>
background-color css
<style>
a { background-color: #61A735; }
a { background-color: rgb(97,167,53); }
div.DivClassName
{
background-color: #61A735;
}
.BgClassName
{
background-color: #61A735;
}
</style>
border-color css
<style>
span { border-color: #61A735; }
span { border-color: rgb(97,167,53); }
td.TdClassName
{
border-color: #61A735;
}
.TagClassName
{
border-color: #61A735;
}
</style>