Shades of Limeade #5FA625
Tints of Limeade #5FA625
RGB
CMYK
RGB Variations
Color information
#5FA625 (or 0x5FA625) is known color: Limeade. HEX triplet: 5F, A6 and 25. RGB value is (95,166,37). Sum of RGB (Red+Green+Blue) = 95+166+37=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA625 is #A059DA. Grayscale: #828282. Windows color (decimal): -10508763 or 2467423. OLE color: 2467423.
HSL color Cylindrical-coordinate representation of color #5FA625: hue angle of 93.02º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FA625 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 37 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.35 |
| HSL | 93.02º | 0.64% | 0.4% | - |
| HSV(B) | 93.02º | 0.78% | 0.65% | - |
| XYZ | 18.69 | 29.84 | 6.52 | - |
| YUV | 130.07 | 75.48 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 37 | 0.43 | 0 | 0.78 | 0.35 | 93.02 | 0.64 | 0.4 |
| Hex | 5F | A6 | 25 | 2B | 0 | 4E | 23 | 5D | 40 | 28 |
| Octal | 137 | 246 | 45 | 53 | 0 | 116 | 43 | 135 | 100 | 50 |
| Binary | 1011111 | 10100110 | 100101 | 101011 | 0 | 1001110 | 100011 | 1011101 | 1000000 | 101000 |
Color Harmonies of #5FA625
Complementary color
Monochromatic Colors of #5FA625
Black with #5FA625
Text Example
Text Example
White with #5FA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA625; }
p { color: rgb(95,166,37); }
H1.HeaderClassName
{
color: #5FA625;
}
.AnyTagClassName
{
color: #5FA625;
}
</style>
background-color css
<style>
a { background-color: #5FA625; }
a { background-color: rgb(95,166,37); }
div.DivClassName
{
background-color: #5FA625;
}
.BgClassName
{
background-color: #5FA625;
}
</style>
border-color css
<style>
span { border-color: #5FA625; }
span { border-color: rgb(95,166,37); }
td.TdClassName
{
border-color: #5FA625;
}
.TagClassName
{
border-color: #5FA625;
}
</style>