Shades of Limeade #5FA01D
Tints of Limeade #5FA01D
RGB
CMYK
RGB Variations
Color information
#5FA01D (or 0x5FA01D) is known color: Limeade. HEX triplet: 5F, A0 and 1D. RGB value is (95,160,29). Sum of RGB (Red+Green+Blue) = 95+160+29=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA01D is #A05FE2. Grayscale: #7E7E7E. Windows color (decimal): -10510307 or 1941599. OLE color: 1941599.
HSL color Cylindrical-coordinate representation of color #5FA01D: hue angle of 89.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FA01D is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 29 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.37 |
| HSL | 89.77º | 0.69% | 0.37% | - |
| HSV(B) | 89.77º | 0.82% | 0.63% | - |
| XYZ | 17.51 | 27.66 | 5.58 | - |
| YUV | 125.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 29 | 0.41 | 0 | 0.82 | 0.37 | 89.77 | 0.69 | 0.37 |
| Hex | 5F | A0 | 1D | 29 | 0 | 52 | 25 | 5A | 45 | 25 |
| Octal | 137 | 240 | 35 | 51 | 0 | 122 | 45 | 132 | 105 | 45 |
| Binary | 1011111 | 10100000 | 11101 | 101001 | 0 | 1010010 | 100101 | 1011010 | 1000101 | 100101 |
Color Harmonies of #5FA01D
Complementary color
Monochromatic Colors of #5FA01D
Black with #5FA01D
Text Example
Text Example
White with #5FA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA01D; }
p { color: rgb(95,160,29); }
H1.HeaderClassName
{
color: #5FA01D;
}
.AnyTagClassName
{
color: #5FA01D;
}
</style>
background-color css
<style>
a { background-color: #5FA01D; }
a { background-color: rgb(95,160,29); }
div.DivClassName
{
background-color: #5FA01D;
}
.BgClassName
{
background-color: #5FA01D;
}
</style>
border-color css
<style>
span { border-color: #5FA01D; }
span { border-color: rgb(95,160,29); }
td.TdClassName
{
border-color: #5FA01D;
}
.TagClassName
{
border-color: #5FA01D;
}
</style>