Shades of Limeade #5FA71B
Tints of Limeade #5FA71B
RGB
CMYK
RGB Variations
Color information
#5FA71B (or 0x5FA71B) is known color: Limeade. HEX triplet: 5F, A7 and 1B. RGB value is (95,167,27). Sum of RGB (Red+Green+Blue) = 95+167+27=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA71B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA71B is #A058E4. Grayscale: #828282. Windows color (decimal): -10508517 or 1812319. OLE color: 1812319.
HSL color Cylindrical-coordinate representation of color #5FA71B: hue angle of 90.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FA71B is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 27 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.35 |
| HSL | 90.86º | 0.72% | 0.38% | - |
| HSV(B) | 90.86º | 0.84% | 0.65% | - |
| XYZ | 18.74 | 30.15 | 5.87 | - |
| YUV | 129.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 27 | 0.43 | 0 | 0.84 | 0.35 | 90.86 | 0.72 | 0.38 |
| Hex | 5F | A7 | 1B | 2B | 0 | 54 | 23 | 5B | 48 | 26 |
| Octal | 137 | 247 | 33 | 53 | 0 | 124 | 43 | 133 | 110 | 46 |
| Binary | 1011111 | 10100111 | 11011 | 101011 | 0 | 1010100 | 100011 | 1011011 | 1001000 | 100110 |
Color Harmonies of #5FA71B
Complementary color
Monochromatic Colors of #5FA71B
Black with #5FA71B
Text Example
Text Example
White with #5FA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA71B; }
p { color: rgb(95,167,27); }
H1.HeaderClassName
{
color: #5FA71B;
}
.AnyTagClassName
{
color: #5FA71B;
}
</style>
background-color css
<style>
a { background-color: #5FA71B; }
a { background-color: rgb(95,167,27); }
div.DivClassName
{
background-color: #5FA71B;
}
.BgClassName
{
background-color: #5FA71B;
}
</style>
border-color css
<style>
span { border-color: #5FA71B; }
span { border-color: rgb(95,167,27); }
td.TdClassName
{
border-color: #5FA71B;
}
.TagClassName
{
border-color: #5FA71B;
}
</style>