Shades of Limeade #5DA116
Tints of Limeade #5DA116
RGB
CMYK
RGB Variations
Color information
#5DA116 (or 0x5DA116) is known color: Limeade. HEX triplet: 5D, A1 and 16. RGB value is (93,161,22). Sum of RGB (Red+Green+Blue) = 93+161+22=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA116 is #A25EE9. Grayscale: #7D7D7D. Windows color (decimal): -10641130 or 1483101. OLE color: 1483101.
HSL color Cylindrical-coordinate representation of color #5DA116: hue angle of 89.35º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DA116 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 22 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.37 |
| HSL | 89.35º | 0.76% | 0.36% | - |
| HSV(B) | 89.35º | 0.86% | 0.63% | - |
| XYZ | 17.4 | 27.87 | 5.22 | - |
| YUV | 124.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 22 | 0.42 | 0 | 0.86 | 0.37 | 89.35 | 0.76 | 0.36 |
| Hex | 5D | A1 | 16 | 2A | 0 | 56 | 25 | 59 | 4C | 24 |
| Octal | 135 | 241 | 26 | 52 | 0 | 126 | 45 | 131 | 114 | 44 |
| Binary | 1011101 | 10100001 | 10110 | 101010 | 0 | 1010110 | 100101 | 1011001 | 1001100 | 100100 |
Color Harmonies of #5DA116
Complementary color
Monochromatic Colors of #5DA116
Black with #5DA116
Text Example
Text Example
White with #5DA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA116; }
p { color: rgb(93,161,22); }
H1.HeaderClassName
{
color: #5DA116;
}
.AnyTagClassName
{
color: #5DA116;
}
</style>
background-color css
<style>
a { background-color: #5DA116; }
a { background-color: rgb(93,161,22); }
div.DivClassName
{
background-color: #5DA116;
}
.BgClassName
{
background-color: #5DA116;
}
</style>
border-color css
<style>
span { border-color: #5DA116; }
span { border-color: rgb(93,161,22); }
td.TdClassName
{
border-color: #5DA116;
}
.TagClassName
{
border-color: #5DA116;
}
</style>