Shades of Limeade #61A21D
Tints of Limeade #61A21D
RGB
CMYK
RGB Variations
Color information
#61A21D (or 0x61A21D) is known color: Limeade. HEX triplet: 61, A2 and 1D. RGB value is (97,162,29). Sum of RGB (Red+Green+Blue) = 97+162+29=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #61A21D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A21D is #9E5DE2. Grayscale: #7F7F7F. Windows color (decimal): -10378723 or 1942113. OLE color: 1942113.
HSL color Cylindrical-coordinate representation of color #61A21D: hue angle of 89.32º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61A21D is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 29 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.36 |
| HSL | 89.32º | 0.7% | 0.37% | - |
| HSV(B) | 89.32º | 0.82% | 0.64% | - |
| XYZ | 18.07 | 28.47 | 5.71 | - |
| YUV | 127.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 29 | 0.40 | 0 | 0.82 | 0.36 | 89.32 | 0.7 | 0.37 |
| Hex | 61 | A2 | 1D | 28 | 0 | 52 | 24 | 59 | 46 | 25 |
| Octal | 141 | 242 | 35 | 50 | 0 | 122 | 44 | 131 | 106 | 45 |
| Binary | 1100001 | 10100010 | 11101 | 101000 | 0 | 1010010 | 100100 | 1011001 | 1000110 | 100101 |
Color Harmonies of #61A21D
Complementary color
Monochromatic Colors of #61A21D
Black with #61A21D
Text Example
Text Example
White with #61A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A21D; }
p { color: rgb(97,162,29); }
H1.HeaderClassName
{
color: #61A21D;
}
.AnyTagClassName
{
color: #61A21D;
}
</style>
background-color css
<style>
a { background-color: #61A21D; }
a { background-color: rgb(97,162,29); }
div.DivClassName
{
background-color: #61A21D;
}
.BgClassName
{
background-color: #61A21D;
}
</style>
border-color css
<style>
span { border-color: #61A21D; }
span { border-color: rgb(97,162,29); }
td.TdClassName
{
border-color: #61A21D;
}
.TagClassName
{
border-color: #61A21D;
}
</style>