Shades of Limeade #5FA032
Tints of Limeade #5FA032
RGB
CMYK
RGB Variations
Color information
#5FA032 (or 0x5FA032) is known color: Limeade. HEX triplet: 5F, A0 and 32. RGB value is (95,160,50). Sum of RGB (Red+Green+Blue) = 95+160+50=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA032 is #A05FCD. Grayscale: #808080. Windows color (decimal): -10510286 or 3317855. OLE color: 3317855.
HSL color Cylindrical-coordinate representation of color #5FA032: hue angle of 95.45º degrees, saturation: 0.52, 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 #5FA032 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 50 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.37 |
| HSL | 95.45º | 0.52% | 0.41% | - |
| HSV(B) | 95.45º | 0.69% | 0.63% | - |
| XYZ | 17.87 | 27.8 | 7.44 | - |
| YUV | 128.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 50 | 0.41 | 0 | 0.69 | 0.37 | 95.45 | 0.52 | 0.41 |
| Hex | 5F | A0 | 32 | 29 | 0 | 45 | 25 | 5F | 34 | 29 |
| Octal | 137 | 240 | 62 | 51 | 0 | 105 | 45 | 137 | 64 | 51 |
| Binary | 1011111 | 10100000 | 110010 | 101001 | 0 | 1000101 | 100101 | 1011111 | 110100 | 101001 |
Color Harmonies of #5FA032
Complementary color
Monochromatic Colors of #5FA032
Black with #5FA032
Text Example
Text Example
White with #5FA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA032; }
p { color: rgb(95,160,50); }
H1.HeaderClassName
{
color: #5FA032;
}
.AnyTagClassName
{
color: #5FA032;
}
</style>
background-color css
<style>
a { background-color: #5FA032; }
a { background-color: rgb(95,160,50); }
div.DivClassName
{
background-color: #5FA032;
}
.BgClassName
{
background-color: #5FA032;
}
</style>
border-color css
<style>
span { border-color: #5FA032; }
span { border-color: rgb(95,160,50); }
td.TdClassName
{
border-color: #5FA032;
}
.TagClassName
{
border-color: #5FA032;
}
</style>