Shades of Limeade #5A980D
Tints of Limeade #5A980D
RGB
CMYK
RGB Variations
Color information
#5A980D (or 0x5A980D) is known color: Limeade. HEX triplet: 5A, 98 and 0D. RGB value is (90,152,13). Sum of RGB (Red+Green+Blue) = 90+152+13=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #5A980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A980D is #A567F2. Grayscale: #767676. Windows color (decimal): -10840051 or 890970. OLE color: 890970.
HSL color Cylindrical-coordinate representation of color #5A980D: hue angle of 86.76º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A980D is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 13 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.40 |
| HSL | 86.76º | 0.84% | 0.32% | - |
| HSV(B) | 86.76º | 0.91% | 0.6% | - |
| XYZ | 15.52 | 24.66 | 4.32 | - |
| YUV | 117.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 13 | 0.41 | 0 | 0.91 | 0.40 | 86.76 | 0.84 | 0.32 |
| Hex | 5A | 98 | D | 29 | 0 | 5B | 28 | 57 | 54 | 20 |
| Octal | 132 | 230 | 15 | 51 | 0 | 133 | 50 | 127 | 124 | 40 |
| Binary | 1011010 | 10011000 | 1101 | 101001 | 0 | 1011011 | 101000 | 1010111 | 1010100 | 100000 |
Color Harmonies of #5A980D
Complementary color
Monochromatic Colors of #5A980D
Black with #5A980D
Text Example
Text Example
White with #5A980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A980D; }
p { color: rgb(90,152,13); }
H1.HeaderClassName
{
color: #5A980D;
}
.AnyTagClassName
{
color: #5A980D;
}
</style>
background-color css
<style>
a { background-color: #5A980D; }
a { background-color: rgb(90,152,13); }
div.DivClassName
{
background-color: #5A980D;
}
.BgClassName
{
background-color: #5A980D;
}
</style>
border-color css
<style>
span { border-color: #5A980D; }
span { border-color: rgb(90,152,13); }
td.TdClassName
{
border-color: #5A980D;
}
.TagClassName
{
border-color: #5A980D;
}
</style>