Shades of Limeade #5E980D
Tints of Limeade #5E980D
RGB
CMYK
RGB Variations
Color information
#5E980D (or 0x5E980D) is known color: Limeade. HEX triplet: 5E, 98 and 0D. RGB value is (94,152,13). Sum of RGB (Red+Green+Blue) = 94+152+13=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #5E980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E980D is #A167F2. Grayscale: #777777. Windows color (decimal): -10577907 or 890974. OLE color: 890974.
HSL color Cylindrical-coordinate representation of color #5E980D: hue angle of 85.04º 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 #5E980D is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 13 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.40 |
| HSL | 85.04º | 0.84% | 0.32% | - |
| HSV(B) | 85.04º | 0.91% | 0.6% | - |
| XYZ | 15.92 | 24.87 | 4.34 | - |
| YUV | 118.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 13 | 0.38 | 0 | 0.91 | 0.40 | 85.04 | 0.84 | 0.32 |
| Hex | 5E | 98 | D | 26 | 0 | 5B | 28 | 55 | 54 | 20 |
| Octal | 136 | 230 | 15 | 46 | 0 | 133 | 50 | 125 | 124 | 40 |
| Binary | 1011110 | 10011000 | 1101 | 100110 | 0 | 1011011 | 101000 | 1010101 | 1010100 | 100000 |
Color Harmonies of #5E980D
Complementary color
Monochromatic Colors of #5E980D
Black with #5E980D
Text Example
Text Example
White with #5E980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E980D; }
p { color: rgb(94,152,13); }
H1.HeaderClassName
{
color: #5E980D;
}
.AnyTagClassName
{
color: #5E980D;
}
</style>
background-color css
<style>
a { background-color: #5E980D; }
a { background-color: rgb(94,152,13); }
div.DivClassName
{
background-color: #5E980D;
}
.BgClassName
{
background-color: #5E980D;
}
</style>
border-color css
<style>
span { border-color: #5E980D; }
span { border-color: rgb(94,152,13); }
td.TdClassName
{
border-color: #5E980D;
}
.TagClassName
{
border-color: #5E980D;
}
</style>