Shades of Limeade #5FA01F
Tints of Limeade #5FA01F
RGB
CMYK
RGB Variations
Color information
#5FA01F (or 0x5FA01F) is known color: Limeade. HEX triplet: 5F, A0 and 1F. RGB value is (95,160,31). Sum of RGB (Red+Green+Blue) = 95+160+31=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA01F is #A05FE0. Grayscale: #7E7E7E. Windows color (decimal): -10510305 or 2072671. OLE color: 2072671.
HSL color Cylindrical-coordinate representation of color #5FA01F: hue angle of 90.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FA01F is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 31 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.37 |
| HSL | 90.23º | 0.68% | 0.37% | - |
| HSV(B) | 90.23º | 0.81% | 0.63% | - |
| XYZ | 17.54 | 27.67 | 5.71 | - |
| YUV | 125.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 31 | 0.41 | 0 | 0.81 | 0.37 | 90.23 | 0.68 | 0.37 |
| Hex | 5F | A0 | 1F | 29 | 0 | 51 | 25 | 5A | 44 | 25 |
| Octal | 137 | 240 | 37 | 51 | 0 | 121 | 45 | 132 | 104 | 45 |
| Binary | 1011111 | 10100000 | 11111 | 101001 | 0 | 1010001 | 100101 | 1011010 | 1000100 | 100101 |
Color Harmonies of #5FA01F
Complementary color
Monochromatic Colors of #5FA01F
Black with #5FA01F
Text Example
Text Example
White with #5FA01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA01F; }
p { color: rgb(95,160,31); }
H1.HeaderClassName
{
color: #5FA01F;
}
.AnyTagClassName
{
color: #5FA01F;
}
</style>
background-color css
<style>
a { background-color: #5FA01F; }
a { background-color: rgb(95,160,31); }
div.DivClassName
{
background-color: #5FA01F;
}
.BgClassName
{
background-color: #5FA01F;
}
</style>
border-color css
<style>
span { border-color: #5FA01F; }
span { border-color: rgb(95,160,31); }
td.TdClassName
{
border-color: #5FA01F;
}
.TagClassName
{
border-color: #5FA01F;
}
</style>