Shades of Limeade #61A635
Tints of Limeade #61A635
RGB
CMYK
RGB Variations
Color information
#61A635 (or 0x61A635) is known color: Limeade. HEX triplet: 61, A6 and 35. RGB value is (97,166,53). Sum of RGB (Red+Green+Blue) = 97+166+53=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #61A635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A635 is #9E59CA. Grayscale: #848484. Windows color (decimal): -10377675 or 3516001. OLE color: 3516001.
HSL color Cylindrical-coordinate representation of color #61A635: hue angle of 96.64º 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 #61A635 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 53 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.35 |
| HSL | 96.64º | 0.52% | 0.43% | - |
| HSV(B) | 96.64º | 0.68% | 0.65% | - |
| XYZ | 19.21 | 30.07 | 8.16 | - |
| YUV | 132.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 53 | 0.42 | 0 | 0.68 | 0.35 | 96.64 | 0.52 | 0.43 |
| Hex | 61 | A6 | 35 | 2A | 0 | 44 | 23 | 61 | 34 | 2B |
| Octal | 141 | 246 | 65 | 52 | 0 | 104 | 43 | 141 | 64 | 53 |
| Binary | 1100001 | 10100110 | 110101 | 101010 | 0 | 1000100 | 100011 | 1100001 | 110100 | 101011 |
Color Harmonies of #61A635
Complementary color
Monochromatic Colors of #61A635
Black with #61A635
Text Example
Text Example
White with #61A635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A635; }
p { color: rgb(97,166,53); }
H1.HeaderClassName
{
color: #61A635;
}
.AnyTagClassName
{
color: #61A635;
}
</style>
background-color css
<style>
a { background-color: #61A635; }
a { background-color: rgb(97,166,53); }
div.DivClassName
{
background-color: #61A635;
}
.BgClassName
{
background-color: #61A635;
}
</style>
border-color css
<style>
span { border-color: #61A635; }
span { border-color: rgb(97,166,53); }
td.TdClassName
{
border-color: #61A635;
}
.TagClassName
{
border-color: #61A635;
}
</style>