Shades of Limeade #5FA726
Tints of Limeade #5FA726
RGB
CMYK
RGB Variations
Color information
#5FA726 (or 0x5FA726) is known color: Limeade. HEX triplet: 5F, A7 and 26. RGB value is (95,167,38). Sum of RGB (Red+Green+Blue) = 95+167+38=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA726 is #A058D9. Grayscale: #838383. Windows color (decimal): -10508506 or 2533215. OLE color: 2533215.
HSL color Cylindrical-coordinate representation of color #5FA726: hue angle of 93.49º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FA726 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 38 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.35 |
| HSL | 93.49º | 0.63% | 0.4% | - |
| HSV(B) | 93.49º | 0.77% | 0.65% | - |
| XYZ | 18.89 | 30.21 | 6.67 | - |
| YUV | 130.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 38 | 0.43 | 0 | 0.77 | 0.35 | 93.49 | 0.63 | 0.4 |
| Hex | 5F | A7 | 26 | 2B | 0 | 4D | 23 | 5D | 3F | 28 |
| Octal | 137 | 247 | 46 | 53 | 0 | 115 | 43 | 135 | 77 | 50 |
| Binary | 1011111 | 10100111 | 100110 | 101011 | 0 | 1001101 | 100011 | 1011101 | 111111 | 101000 |
Color Harmonies of #5FA726
Complementary color
Monochromatic Colors of #5FA726
Black with #5FA726
Text Example
Text Example
White with #5FA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA726; }
p { color: rgb(95,167,38); }
H1.HeaderClassName
{
color: #5FA726;
}
.AnyTagClassName
{
color: #5FA726;
}
</style>
background-color css
<style>
a { background-color: #5FA726; }
a { background-color: rgb(95,167,38); }
div.DivClassName
{
background-color: #5FA726;
}
.BgClassName
{
background-color: #5FA726;
}
</style>
border-color css
<style>
span { border-color: #5FA726; }
span { border-color: rgb(95,167,38); }
td.TdClassName
{
border-color: #5FA726;
}
.TagClassName
{
border-color: #5FA726;
}
</style>