Shades of Limeade #5FA119
Tints of Limeade #5FA119
RGB
CMYK
RGB Variations
Color information
#5FA119 (or 0x5FA119) is known color: Limeade. HEX triplet: 5F, A1 and 19. RGB value is (95,161,25). Sum of RGB (Red+Green+Blue) = 95+161+25=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA119 is #A05EE6. Grayscale: #7E7E7E. Windows color (decimal): -10510055 or 1679711. OLE color: 1679711.
HSL color Cylindrical-coordinate representation of color #5FA119: hue angle of 89.12º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FA119 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 25 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.37 |
| HSL | 89.12º | 0.73% | 0.36% | - |
| HSV(B) | 89.12º | 0.84% | 0.63% | - |
| XYZ | 17.64 | 27.99 | 5.39 | - |
| YUV | 125.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 25 | 0.41 | 0 | 0.84 | 0.37 | 89.12 | 0.73 | 0.36 |
| Hex | 5F | A1 | 19 | 29 | 0 | 54 | 25 | 59 | 49 | 24 |
| Octal | 137 | 241 | 31 | 51 | 0 | 124 | 45 | 131 | 111 | 44 |
| Binary | 1011111 | 10100001 | 11001 | 101001 | 0 | 1010100 | 100101 | 1011001 | 1001001 | 100100 |
Color Harmonies of #5FA119
Complementary color
Monochromatic Colors of #5FA119
Black with #5FA119
Text Example
Text Example
White with #5FA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA119; }
p { color: rgb(95,161,25); }
H1.HeaderClassName
{
color: #5FA119;
}
.AnyTagClassName
{
color: #5FA119;
}
</style>
background-color css
<style>
a { background-color: #5FA119; }
a { background-color: rgb(95,161,25); }
div.DivClassName
{
background-color: #5FA119;
}
.BgClassName
{
background-color: #5FA119;
}
</style>
border-color css
<style>
span { border-color: #5FA119; }
span { border-color: rgb(95,161,25); }
td.TdClassName
{
border-color: #5FA119;
}
.TagClassName
{
border-color: #5FA119;
}
</style>