Shades of Limeade #5FA635
Tints of Limeade #5FA635
RGB
CMYK
RGB Variations
Color information
#5FA635 (or 0x5FA635) is known color: Limeade. HEX triplet: 5F, A6 and 35. RGB value is (95,166,53). Sum of RGB (Red+Green+Blue) = 95+166+53=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA635 is #A059CA. Grayscale: #848484. Windows color (decimal): -10508747 or 3515999. OLE color: 3515999.
HSL color Cylindrical-coordinate representation of color #5FA635: hue angle of 97.7º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FA635 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 53 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.35 |
| HSL | 97.7º | 0.52% | 0.43% | - |
| HSV(B) | 97.7º | 0.68% | 0.65% | - |
| XYZ | 19 | 29.96 | 8.15 | - |
| YUV | 131.89 | 83.48 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 53 | 0.43 | 0 | 0.68 | 0.35 | 97.7 | 0.52 | 0.43 |
| Hex | 5F | A6 | 35 | 2B | 0 | 44 | 23 | 62 | 34 | 2B |
| Octal | 137 | 246 | 65 | 53 | 0 | 104 | 43 | 142 | 64 | 53 |
| Binary | 1011111 | 10100110 | 110101 | 101011 | 0 | 1000100 | 100011 | 1100010 | 110100 | 101011 |
Color Harmonies of #5FA635
Complementary color
Monochromatic Colors of #5FA635
Black with #5FA635
Text Example
Text Example
White with #5FA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA635; }
p { color: rgb(95,166,53); }
H1.HeaderClassName
{
color: #5FA635;
}
.AnyTagClassName
{
color: #5FA635;
}
</style>
background-color css
<style>
a { background-color: #5FA635; }
a { background-color: rgb(95,166,53); }
div.DivClassName
{
background-color: #5FA635;
}
.BgClassName
{
background-color: #5FA635;
}
</style>
border-color css
<style>
span { border-color: #5FA635; }
span { border-color: rgb(95,166,53); }
td.TdClassName
{
border-color: #5FA635;
}
.TagClassName
{
border-color: #5FA635;
}
</style>