Shades of Limeade #5A983D
Tints of Limeade #5A983D
RGB
CMYK
RGB Variations
Color information
#5A983D (or 0x5A983D) is known color: Limeade. HEX triplet: 5A, 98 and 3D. RGB value is (90,152,61). Sum of RGB (Red+Green+Blue) = 90+152+61=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #5A983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A983D is #A567C2. Grayscale: #7B7B7B. Windows color (decimal): -10840003 or 4036698. OLE color: 4036698.
HSL color Cylindrical-coordinate representation of color #5A983D: hue angle of 100.88º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A983D is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 61 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.40 |
| HSL | 100.88º | 0.43% | 0.42% | - |
| HSV(B) | 100.88º | 0.6% | 0.6% | - |
| XYZ | 16.29 | 24.97 | 8.38 | - |
| YUV | 123.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 61 | 0.41 | 0 | 0.60 | 0.40 | 100.88 | 0.43 | 0.42 |
| Hex | 5A | 98 | 3D | 29 | 0 | 3C | 28 | 65 | 2B | 2A |
| Octal | 132 | 230 | 75 | 51 | 0 | 74 | 50 | 145 | 53 | 52 |
| Binary | 1011010 | 10011000 | 111101 | 101001 | 0 | 111100 | 101000 | 1100101 | 101011 | 101010 |
Color Harmonies of #5A983D
Complementary color
Monochromatic Colors of #5A983D
Black with #5A983D
Text Example
Text Example
White with #5A983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A983D; }
p { color: rgb(90,152,61); }
H1.HeaderClassName
{
color: #5A983D;
}
.AnyTagClassName
{
color: #5A983D;
}
</style>
background-color css
<style>
a { background-color: #5A983D; }
a { background-color: rgb(90,152,61); }
div.DivClassName
{
background-color: #5A983D;
}
.BgClassName
{
background-color: #5A983D;
}
</style>
border-color css
<style>
span { border-color: #5A983D; }
span { border-color: rgb(90,152,61); }
td.TdClassName
{
border-color: #5A983D;
}
.TagClassName
{
border-color: #5A983D;
}
</style>