Shades of Limeade #5DA013
Tints of Limeade #5DA013
RGB
CMYK
RGB Variations
Color information
#5DA013 (or 0x5DA013) is known color: Limeade. HEX triplet: 5D, A0 and 13. RGB value is (93,160,19). Sum of RGB (Red+Green+Blue) = 93+160+19=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA013 is #A25FEC. Grayscale: #7C7C7C. Windows color (decimal): -10641389 or 1286237. OLE color: 1286237.
HSL color Cylindrical-coordinate representation of color #5DA013: hue angle of 88.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DA013 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 19 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.37 |
| HSL | 88.51º | 0.79% | 0.35% | - |
| HSV(B) | 88.51º | 0.88% | 0.63% | - |
| XYZ | 17.2 | 27.52 | 5.02 | - |
| YUV | 123.89 | 68.8 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 19 | 0.42 | 0 | 0.88 | 0.37 | 88.51 | 0.79 | 0.35 |
| Hex | 5D | A0 | 13 | 2A | 0 | 58 | 25 | 59 | 4F | 23 |
| Octal | 135 | 240 | 23 | 52 | 0 | 130 | 45 | 131 | 117 | 43 |
| Binary | 1011101 | 10100000 | 10011 | 101010 | 0 | 1011000 | 100101 | 1011001 | 1001111 | 100011 |
Color Harmonies of #5DA013
Complementary color
Monochromatic Colors of #5DA013
Black with #5DA013
Text Example
Text Example
White with #5DA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA013; }
p { color: rgb(93,160,19); }
H1.HeaderClassName
{
color: #5DA013;
}
.AnyTagClassName
{
color: #5DA013;
}
</style>
background-color css
<style>
a { background-color: #5DA013; }
a { background-color: rgb(93,160,19); }
div.DivClassName
{
background-color: #5DA013;
}
.BgClassName
{
background-color: #5DA013;
}
</style>
border-color css
<style>
span { border-color: #5DA013; }
span { border-color: rgb(93,160,19); }
td.TdClassName
{
border-color: #5DA013;
}
.TagClassName
{
border-color: #5DA013;
}
</style>