Shades of Limeade #5DA413
Tints of Limeade #5DA413
RGB
CMYK
RGB Variations
Color information
#5DA413 (or 0x5DA413) is known color: Limeade. HEX triplet: 5D, A4 and 13. RGB value is (93,164,19). Sum of RGB (Red+Green+Blue) = 93+164+19=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA413 is #A25BEC. Grayscale: #7E7E7E. Windows color (decimal): -10640365 or 1287261. OLE color: 1287261.
HSL color Cylindrical-coordinate representation of color #5DA413: hue angle of 89.38º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DA413 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 19 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.36 |
| HSL | 89.38º | 0.79% | 0.36% | - |
| HSV(B) | 89.38º | 0.88% | 0.64% | - |
| XYZ | 17.91 | 28.93 | 5.26 | - |
| YUV | 126.24 | 67.48 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 19 | 0.43 | 0 | 0.88 | 0.36 | 89.38 | 0.79 | 0.36 |
| Hex | 5D | A4 | 13 | 2B | 0 | 58 | 24 | 59 | 4F | 24 |
| Octal | 135 | 244 | 23 | 53 | 0 | 130 | 44 | 131 | 117 | 44 |
| Binary | 1011101 | 10100100 | 10011 | 101011 | 0 | 1011000 | 100100 | 1011001 | 1001111 | 100100 |
Color Harmonies of #5DA413
Complementary color
Monochromatic Colors of #5DA413
Black with #5DA413
Text Example
Text Example
White with #5DA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA413; }
p { color: rgb(93,164,19); }
H1.HeaderClassName
{
color: #5DA413;
}
.AnyTagClassName
{
color: #5DA413;
}
</style>
background-color css
<style>
a { background-color: #5DA413; }
a { background-color: rgb(93,164,19); }
div.DivClassName
{
background-color: #5DA413;
}
.BgClassName
{
background-color: #5DA413;
}
</style>
border-color css
<style>
span { border-color: #5DA413; }
span { border-color: rgb(93,164,19); }
td.TdClassName
{
border-color: #5DA413;
}
.TagClassName
{
border-color: #5DA413;
}
</style>