Shades of Limeade #5FA528
Tints of Limeade #5FA528
RGB
CMYK
RGB Variations
Color information
#5FA528 (or 0x5FA528) is known color: Limeade. HEX triplet: 5F, A5 and 28. RGB value is (95,165,40). Sum of RGB (Red+Green+Blue) = 95+165+40=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA528 is #A05AD7. Grayscale: #828282. Windows color (decimal): -10509016 or 2663775. OLE color: 2663775.
HSL color Cylindrical-coordinate representation of color #5FA528: hue angle of 93.6º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FA528 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 40 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.35 |
| HSL | 93.6º | 0.61% | 0.4% | - |
| HSV(B) | 93.6º | 0.76% | 0.65% | - |
| XYZ | 18.56 | 29.5 | 6.72 | - |
| YUV | 129.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 40 | 0.42 | 0 | 0.76 | 0.35 | 93.6 | 0.61 | 0.4 |
| Hex | 5F | A5 | 28 | 2A | 0 | 4C | 23 | 5E | 3D | 28 |
| Octal | 137 | 245 | 50 | 52 | 0 | 114 | 43 | 136 | 75 | 50 |
| Binary | 1011111 | 10100101 | 101000 | 101010 | 0 | 1001100 | 100011 | 1011110 | 111101 | 101000 |
Color Harmonies of #5FA528
Complementary color
Monochromatic Colors of #5FA528
Black with #5FA528
Text Example
Text Example
White with #5FA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA528; }
p { color: rgb(95,165,40); }
H1.HeaderClassName
{
color: #5FA528;
}
.AnyTagClassName
{
color: #5FA528;
}
</style>
background-color css
<style>
a { background-color: #5FA528; }
a { background-color: rgb(95,165,40); }
div.DivClassName
{
background-color: #5FA528;
}
.BgClassName
{
background-color: #5FA528;
}
</style>
border-color css
<style>
span { border-color: #5FA528; }
span { border-color: rgb(95,165,40); }
td.TdClassName
{
border-color: #5FA528;
}
.TagClassName
{
border-color: #5FA528;
}
</style>