Shades of Limeade #5A973E
Tints of Limeade #5A973E
RGB
CMYK
RGB Variations
Color information
#5A973E (or 0x5A973E) is known color: Limeade. HEX triplet: 5A, 97 and 3E. RGB value is (90,151,62). Sum of RGB (Red+Green+Blue) = 90+151+62=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #5A973E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A973E is #A568C1. Grayscale: #7A7A7A. Windows color (decimal): -10840258 or 4101978. OLE color: 4101978.
HSL color Cylindrical-coordinate representation of color #5A973E: hue angle of 101.12º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A973E is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 62 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.41 |
| HSL | 101.12º | 0.42% | 0.42% | - |
| HSV(B) | 101.12º | 0.59% | 0.59% | - |
| XYZ | 16.15 | 24.65 | 8.46 | - |
| YUV | 122.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 62 | 0.40 | 0 | 0.59 | 0.41 | 101.12 | 0.42 | 0.42 |
| Hex | 5A | 97 | 3E | 28 | 0 | 3B | 29 | 65 | 2A | 2A |
| Octal | 132 | 227 | 76 | 50 | 0 | 73 | 51 | 145 | 52 | 52 |
| Binary | 1011010 | 10010111 | 111110 | 101000 | 0 | 111011 | 101001 | 1100101 | 101010 | 101010 |
Color Harmonies of #5A973E
Complementary color
Monochromatic Colors of #5A973E
Black with #5A973E
Text Example
Text Example
White with #5A973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A973E; }
p { color: rgb(90,151,62); }
H1.HeaderClassName
{
color: #5A973E;
}
.AnyTagClassName
{
color: #5A973E;
}
</style>
background-color css
<style>
a { background-color: #5A973E; }
a { background-color: rgb(90,151,62); }
div.DivClassName
{
background-color: #5A973E;
}
.BgClassName
{
background-color: #5A973E;
}
</style>
border-color css
<style>
span { border-color: #5A973E; }
span { border-color: rgb(90,151,62); }
td.TdClassName
{
border-color: #5A973E;
}
.TagClassName
{
border-color: #5A973E;
}
</style>