Shades of Limeade #5FA021
Tints of Limeade #5FA021
RGB
CMYK
RGB Variations
Color information
#5FA021 (or 0x5FA021) is known color: Limeade. HEX triplet: 5F, A0 and 21. RGB value is (95,160,33). Sum of RGB (Red+Green+Blue) = 95+160+33=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA021 is #A05FDE. Grayscale: #7E7E7E. Windows color (decimal): -10510303 or 2203743. OLE color: 2203743.
HSL color Cylindrical-coordinate representation of color #5FA021: hue angle of 90.71º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FA021 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 33 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.37 |
| HSL | 90.71º | 0.66% | 0.38% | - |
| HSV(B) | 90.71º | 0.79% | 0.63% | - |
| XYZ | 17.56 | 27.68 | 5.86 | - |
| YUV | 126.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 33 | 0.41 | 0 | 0.79 | 0.37 | 90.71 | 0.66 | 0.38 |
| Hex | 5F | A0 | 21 | 29 | 0 | 4F | 25 | 5B | 42 | 26 |
| Octal | 137 | 240 | 41 | 51 | 0 | 117 | 45 | 133 | 102 | 46 |
| Binary | 1011111 | 10100000 | 100001 | 101001 | 0 | 1001111 | 100101 | 1011011 | 1000010 | 100110 |
Color Harmonies of #5FA021
Complementary color
Monochromatic Colors of #5FA021
Black with #5FA021
Text Example
Text Example
White with #5FA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA021; }
p { color: rgb(95,160,33); }
H1.HeaderClassName
{
color: #5FA021;
}
.AnyTagClassName
{
color: #5FA021;
}
</style>
background-color css
<style>
a { background-color: #5FA021; }
a { background-color: rgb(95,160,33); }
div.DivClassName
{
background-color: #5FA021;
}
.BgClassName
{
background-color: #5FA021;
}
</style>
border-color css
<style>
span { border-color: #5FA021; }
span { border-color: rgb(95,160,33); }
td.TdClassName
{
border-color: #5FA021;
}
.TagClassName
{
border-color: #5FA021;
}
</style>