Shades of Limeade #5EA517
Tints of Limeade #5EA517
RGB
CMYK
RGB Variations
Color information
#5EA517 (or 0x5EA517) is known color: Limeade. HEX triplet: 5E, A5 and 17. RGB value is (94,165,23). Sum of RGB (Red+Green+Blue) = 94+165+23=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA517 is #A15AE8. Grayscale: #808080. Windows color (decimal): -10574569 or 1549662. OLE color: 1549662.
HSL color Cylindrical-coordinate representation of color #5EA517: hue angle of 90º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5EA517 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 23 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.35 |
| HSL | 90º | 0.76% | 0.37% | - |
| HSV(B) | 90º | 0.86% | 0.65% | - |
| XYZ | 18.23 | 29.35 | 5.52 | - |
| YUV | 127.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 23 | 0.43 | 0 | 0.86 | 0.35 | 90 | 0.76 | 0.37 |
| Hex | 5E | A5 | 17 | 2B | 0 | 56 | 23 | 5A | 4C | 25 |
| Octal | 136 | 245 | 27 | 53 | 0 | 126 | 43 | 132 | 114 | 45 |
| Binary | 1011110 | 10100101 | 10111 | 101011 | 0 | 1010110 | 100011 | 1011010 | 1001100 | 100101 |
Color Harmonies of #5EA517
Complementary color
Monochromatic Colors of #5EA517
Black with #5EA517
Text Example
Text Example
White with #5EA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA517; }
p { color: rgb(94,165,23); }
H1.HeaderClassName
{
color: #5EA517;
}
.AnyTagClassName
{
color: #5EA517;
}
</style>
background-color css
<style>
a { background-color: #5EA517; }
a { background-color: rgb(94,165,23); }
div.DivClassName
{
background-color: #5EA517;
}
.BgClassName
{
background-color: #5EA517;
}
</style>
border-color css
<style>
span { border-color: #5EA517; }
span { border-color: rgb(94,165,23); }
td.TdClassName
{
border-color: #5EA517;
}
.TagClassName
{
border-color: #5EA517;
}
</style>