Shades of Limeade #5A9737
Tints of Limeade #5A9737
RGB
CMYK
RGB Variations
Color information
#5A9737 (or 0x5A9737) is known color: Limeade. HEX triplet: 5A, 97 and 37. RGB value is (90,151,55). Sum of RGB (Red+Green+Blue) = 90+151+55=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9737 is #A568C8. Grayscale: #7A7A7A. Windows color (decimal): -10840265 or 3643226. OLE color: 3643226.
HSL color Cylindrical-coordinate representation of color #5A9737: hue angle of 98.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A9737 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 55 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.41 |
| HSL | 98.13º | 0.47% | 0.4% | - |
| HSV(B) | 98.13º | 0.64% | 0.59% | - |
| XYZ | 15.97 | 24.58 | 7.52 | - |
| YUV | 121.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 55 | 0.40 | 0 | 0.64 | 0.41 | 98.13 | 0.47 | 0.4 |
| Hex | 5A | 97 | 37 | 28 | 0 | 40 | 29 | 62 | 2F | 28 |
| Octal | 132 | 227 | 67 | 50 | 0 | 100 | 51 | 142 | 57 | 50 |
| Binary | 1011010 | 10010111 | 110111 | 101000 | 0 | 1000000 | 101001 | 1100010 | 101111 | 101000 |
Color Harmonies of #5A9737
Complementary color
Monochromatic Colors of #5A9737
Black with #5A9737
Text Example
Text Example
White with #5A9737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9737; }
p { color: rgb(90,151,55); }
H1.HeaderClassName
{
color: #5A9737;
}
.AnyTagClassName
{
color: #5A9737;
}
</style>
background-color css
<style>
a { background-color: #5A9737; }
a { background-color: rgb(90,151,55); }
div.DivClassName
{
background-color: #5A9737;
}
.BgClassName
{
background-color: #5A9737;
}
</style>
border-color css
<style>
span { border-color: #5A9737; }
span { border-color: rgb(90,151,55); }
td.TdClassName
{
border-color: #5A9737;
}
.TagClassName
{
border-color: #5A9737;
}
</style>