Shades of Limeade #61A81F
Tints of Limeade #61A81F
RGB
CMYK
RGB Variations
Color information
#61A81F (or 0x61A81F) is known color: Limeade. HEX triplet: 61, A8 and 1F. RGB value is (97,168,31). Sum of RGB (Red+Green+Blue) = 97+168+31=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #61A81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A81F is #9E57E0. Grayscale: #838383. Windows color (decimal): -10377185 or 2074721. OLE color: 2074721.
HSL color Cylindrical-coordinate representation of color #61A81F: hue angle of 91.09º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61A81F is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 31 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.34 |
| HSL | 91.09º | 0.69% | 0.39% | - |
| HSV(B) | 91.09º | 0.82% | 0.66% | - |
| XYZ | 19.18 | 30.65 | 6.2 | - |
| YUV | 131.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 31 | 0.42 | 0 | 0.82 | 0.34 | 91.09 | 0.69 | 0.39 |
| Hex | 61 | A8 | 1F | 2A | 0 | 52 | 22 | 5B | 45 | 27 |
| Octal | 141 | 250 | 37 | 52 | 0 | 122 | 42 | 133 | 105 | 47 |
| Binary | 1100001 | 10101000 | 11111 | 101010 | 0 | 1010010 | 100010 | 1011011 | 1000101 | 100111 |
Color Harmonies of #61A81F
Complementary color
Monochromatic Colors of #61A81F
Black with #61A81F
Text Example
Text Example
White with #61A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A81F; }
p { color: rgb(97,168,31); }
H1.HeaderClassName
{
color: #61A81F;
}
.AnyTagClassName
{
color: #61A81F;
}
</style>
background-color css
<style>
a { background-color: #61A81F; }
a { background-color: rgb(97,168,31); }
div.DivClassName
{
background-color: #61A81F;
}
.BgClassName
{
background-color: #61A81F;
}
</style>
border-color css
<style>
span { border-color: #61A81F; }
span { border-color: rgb(97,168,31); }
td.TdClassName
{
border-color: #61A81F;
}
.TagClassName
{
border-color: #61A81F;
}
</style>