Shades of Limeade #5FA031
Tints of Limeade #5FA031
RGB
CMYK
RGB Variations
Color information
#5FA031 (or 0x5FA031) is known color: Limeade. HEX triplet: 5F, A0 and 31. RGB value is (95,160,49). Sum of RGB (Red+Green+Blue) = 95+160+49=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA031 is #A05FCE. Grayscale: #808080. Windows color (decimal): -10510287 or 3252319. OLE color: 3252319.
HSL color Cylindrical-coordinate representation of color #5FA031: hue angle of 95.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FA031 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 49 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.37 |
| HSL | 95.14º | 0.53% | 0.41% | - |
| HSV(B) | 95.14º | 0.69% | 0.63% | - |
| XYZ | 17.84 | 27.8 | 7.33 | - |
| YUV | 127.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 49 | 0.41 | 0 | 0.69 | 0.37 | 95.14 | 0.53 | 0.41 |
| Hex | 5F | A0 | 31 | 29 | 0 | 45 | 25 | 5F | 35 | 29 |
| Octal | 137 | 240 | 61 | 51 | 0 | 105 | 45 | 137 | 65 | 51 |
| Binary | 1011111 | 10100000 | 110001 | 101001 | 0 | 1000101 | 100101 | 1011111 | 110101 | 101001 |
Color Harmonies of #5FA031
Complementary color
Monochromatic Colors of #5FA031
Black with #5FA031
Text Example
Text Example
White with #5FA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA031; }
p { color: rgb(95,160,49); }
H1.HeaderClassName
{
color: #5FA031;
}
.AnyTagClassName
{
color: #5FA031;
}
</style>
background-color css
<style>
a { background-color: #5FA031; }
a { background-color: rgb(95,160,49); }
div.DivClassName
{
background-color: #5FA031;
}
.BgClassName
{
background-color: #5FA031;
}
</style>
border-color css
<style>
span { border-color: #5FA031; }
span { border-color: rgb(95,160,49); }
td.TdClassName
{
border-color: #5FA031;
}
.TagClassName
{
border-color: #5FA031;
}
</style>