Shades of Limeade #5FA328
Tints of Limeade #5FA328
RGB
CMYK
RGB Variations
Color information
#5FA328 (or 0x5FA328) is known color: Limeade. HEX triplet: 5F, A3 and 28. RGB value is (95,163,40). Sum of RGB (Red+Green+Blue) = 95+163+40=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA328 is #A05CD7. Grayscale: #818181. Windows color (decimal): -10509528 or 2663263. OLE color: 2663263.
HSL color Cylindrical-coordinate representation of color #5FA328: hue angle of 93.17º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FA328 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 40 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.36 |
| HSL | 93.17º | 0.61% | 0.4% | - |
| HSV(B) | 93.17º | 0.75% | 0.64% | - |
| XYZ | 18.2 | 28.78 | 6.6 | - |
| YUV | 128.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 40 | 0.42 | 0 | 0.75 | 0.36 | 93.17 | 0.61 | 0.4 |
| Hex | 5F | A3 | 28 | 2A | 0 | 4B | 24 | 5D | 3D | 28 |
| Octal | 137 | 243 | 50 | 52 | 0 | 113 | 44 | 135 | 75 | 50 |
| Binary | 1011111 | 10100011 | 101000 | 101010 | 0 | 1001011 | 100100 | 1011101 | 111101 | 101000 |
Color Harmonies of #5FA328
Complementary color
Monochromatic Colors of #5FA328
Black with #5FA328
Text Example
Text Example
White with #5FA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA328; }
p { color: rgb(95,163,40); }
H1.HeaderClassName
{
color: #5FA328;
}
.AnyTagClassName
{
color: #5FA328;
}
</style>
background-color css
<style>
a { background-color: #5FA328; }
a { background-color: rgb(95,163,40); }
div.DivClassName
{
background-color: #5FA328;
}
.BgClassName
{
background-color: #5FA328;
}
</style>
border-color css
<style>
span { border-color: #5FA328; }
span { border-color: rgb(95,163,40); }
td.TdClassName
{
border-color: #5FA328;
}
.TagClassName
{
border-color: #5FA328;
}
</style>