Shades of Limeade #5FA115
Tints of Limeade #5FA115
RGB
CMYK
RGB Variations
Color information
#5FA115 (or 0x5FA115) is known color: Limeade. HEX triplet: 5F, A1 and 15. RGB value is (95,161,21). Sum of RGB (Red+Green+Blue) = 95+161+21=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA115 is #A05EEA. Grayscale: #7D7D7D. Windows color (decimal): -10510059 or 1417567. OLE color: 1417567.
HSL color Cylindrical-coordinate representation of color #5FA115: hue angle of 88.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FA115 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 21 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.37 |
| HSL | 88.29º | 0.77% | 0.36% | - |
| HSV(B) | 88.29º | 0.87% | 0.63% | - |
| XYZ | 17.6 | 27.98 | 5.18 | - |
| YUV | 125.31 | 69.13 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 21 | 0.41 | 0 | 0.87 | 0.37 | 88.29 | 0.77 | 0.36 |
| Hex | 5F | A1 | 15 | 29 | 0 | 57 | 25 | 58 | 4D | 24 |
| Octal | 137 | 241 | 25 | 51 | 0 | 127 | 45 | 130 | 115 | 44 |
| Binary | 1011111 | 10100001 | 10101 | 101001 | 0 | 1010111 | 100101 | 1011000 | 1001101 | 100100 |
Color Harmonies of #5FA115
Complementary color
Monochromatic Colors of #5FA115
Black with #5FA115
Text Example
Text Example
White with #5FA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA115; }
p { color: rgb(95,161,21); }
H1.HeaderClassName
{
color: #5FA115;
}
.AnyTagClassName
{
color: #5FA115;
}
</style>
background-color css
<style>
a { background-color: #5FA115; }
a { background-color: rgb(95,161,21); }
div.DivClassName
{
background-color: #5FA115;
}
.BgClassName
{
background-color: #5FA115;
}
</style>
border-color css
<style>
span { border-color: #5FA115; }
span { border-color: rgb(95,161,21); }
td.TdClassName
{
border-color: #5FA115;
}
.TagClassName
{
border-color: #5FA115;
}
</style>