Shades of Limeade #5DA110
Tints of Limeade #5DA110
RGB
CMYK
RGB Variations
Color information
#5DA110 (or 0x5DA110) is known color: Limeade. HEX triplet: 5D, A1 and 10. RGB value is (93,161,16). Sum of RGB (Red+Green+Blue) = 93+161+16=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA110 is #A25EEF. Grayscale: #7C7C7C. Windows color (decimal): -10641136 or 1089885. OLE color: 1089885.
HSL color Cylindrical-coordinate representation of color #5DA110: hue angle of 88.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DA110 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 16 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.37 |
| HSL | 88.14º | 0.82% | 0.35% | - |
| HSV(B) | 88.14º | 0.9% | 0.63% | - |
| XYZ | 17.35 | 27.85 | 4.95 | - |
| YUV | 124.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 16 | 0.42 | 0 | 0.90 | 0.37 | 88.14 | 0.82 | 0.35 |
| Hex | 5D | A1 | 10 | 2A | 0 | 5A | 25 | 58 | 52 | 23 |
| Octal | 135 | 241 | 20 | 52 | 0 | 132 | 45 | 130 | 122 | 43 |
| Binary | 1011101 | 10100001 | 10000 | 101010 | 0 | 1011010 | 100101 | 1011000 | 1010010 | 100011 |
Color Harmonies of #5DA110
Complementary color
Monochromatic Colors of #5DA110
Black with #5DA110
Text Example
Text Example
White with #5DA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA110; }
p { color: rgb(93,161,16); }
H1.HeaderClassName
{
color: #5DA110;
}
.AnyTagClassName
{
color: #5DA110;
}
</style>
background-color css
<style>
a { background-color: #5DA110; }
a { background-color: rgb(93,161,16); }
div.DivClassName
{
background-color: #5DA110;
}
.BgClassName
{
background-color: #5DA110;
}
</style>
border-color css
<style>
span { border-color: #5DA110; }
span { border-color: rgb(93,161,16); }
td.TdClassName
{
border-color: #5DA110;
}
.TagClassName
{
border-color: #5DA110;
}
</style>