Shades of Limeade #5FA925
Tints of Limeade #5FA925
RGB
CMYK
RGB Variations
Color information
#5FA925 (or 0x5FA925) is known color: Limeade. HEX triplet: 5F, A9 and 25. RGB value is (95,169,37). Sum of RGB (Red+Green+Blue) = 95+169+37=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA925 is #A056DA. Grayscale: #848484. Windows color (decimal): -10507995 or 2468191. OLE color: 2468191.
HSL color Cylindrical-coordinate representation of color #5FA925: hue angle of 93.64º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FA925 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 37 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.34 |
| HSL | 93.64º | 0.64% | 0.4% | - |
| HSV(B) | 93.64º | 0.78% | 0.66% | - |
| XYZ | 19.24 | 30.94 | 6.71 | - |
| YUV | 131.83 | 74.48 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 37 | 0.44 | 0 | 0.78 | 0.34 | 93.64 | 0.64 | 0.4 |
| Hex | 5F | A9 | 25 | 2C | 0 | 4E | 22 | 5E | 40 | 28 |
| Octal | 137 | 251 | 45 | 54 | 0 | 116 | 42 | 136 | 100 | 50 |
| Binary | 1011111 | 10101001 | 100101 | 101100 | 0 | 1001110 | 100010 | 1011110 | 1000000 | 101000 |
Color Harmonies of #5FA925
Complementary color
Monochromatic Colors of #5FA925
Black with #5FA925
Text Example
Text Example
White with #5FA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA925; }
p { color: rgb(95,169,37); }
H1.HeaderClassName
{
color: #5FA925;
}
.AnyTagClassName
{
color: #5FA925;
}
</style>
background-color css
<style>
a { background-color: #5FA925; }
a { background-color: rgb(95,169,37); }
div.DivClassName
{
background-color: #5FA925;
}
.BgClassName
{
background-color: #5FA925;
}
</style>
border-color css
<style>
span { border-color: #5FA925; }
span { border-color: rgb(95,169,37); }
td.TdClassName
{
border-color: #5FA925;
}
.TagClassName
{
border-color: #5FA925;
}
</style>