Shades of Limeade #61A421
Tints of Limeade #61A421
RGB
CMYK
RGB Variations
Color information
#61A421 (or 0x61A421) is known color: Limeade. HEX triplet: 61, A4 and 21. RGB value is (97,164,33). Sum of RGB (Red+Green+Blue) = 97+164+33=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #61A421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A421 is #9E5BDE. Grayscale: #818181. Windows color (decimal): -10378207 or 2204769. OLE color: 2204769.
HSL color Cylindrical-coordinate representation of color #61A421: hue angle of 90.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61A421 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 33 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.36 |
| HSL | 90.69º | 0.66% | 0.39% | - |
| HSV(B) | 90.69º | 0.8% | 0.64% | - |
| XYZ | 18.48 | 29.2 | 6.1 | - |
| YUV | 129.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 33 | 0.41 | 0 | 0.80 | 0.36 | 90.69 | 0.66 | 0.39 |
| Hex | 61 | A4 | 21 | 29 | 0 | 50 | 24 | 5B | 42 | 27 |
| Octal | 141 | 244 | 41 | 51 | 0 | 120 | 44 | 133 | 102 | 47 |
| Binary | 1100001 | 10100100 | 100001 | 101001 | 0 | 1010000 | 100100 | 1011011 | 1000010 | 100111 |
Color Harmonies of #61A421
Complementary color
Monochromatic Colors of #61A421
Black with #61A421
Text Example
Text Example
White with #61A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A421; }
p { color: rgb(97,164,33); }
H1.HeaderClassName
{
color: #61A421;
}
.AnyTagClassName
{
color: #61A421;
}
</style>
background-color css
<style>
a { background-color: #61A421; }
a { background-color: rgb(97,164,33); }
div.DivClassName
{
background-color: #61A421;
}
.BgClassName
{
background-color: #61A421;
}
</style>
border-color css
<style>
span { border-color: #61A421; }
span { border-color: rgb(97,164,33); }
td.TdClassName
{
border-color: #61A421;
}
.TagClassName
{
border-color: #61A421;
}
</style>