Shades of Limeade #5DA122
Tints of Limeade #5DA122
RGB
CMYK
RGB Variations
Color information
#5DA122 (or 0x5DA122) is known color: Limeade. HEX triplet: 5D, A1 and 22. RGB value is (93,161,34). Sum of RGB (Red+Green+Blue) = 93+161+34=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA122 is #A25EDD. Grayscale: #7E7E7E. Windows color (decimal): -10641118 or 2269533. OLE color: 2269533.
HSL color Cylindrical-coordinate representation of color #5DA122: hue angle of 92.13º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DA122 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 34 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.37 |
| HSL | 92.13º | 0.65% | 0.38% | - |
| HSV(B) | 92.13º | 0.79% | 0.63% | - |
| XYZ | 17.55 | 27.93 | 5.98 | - |
| YUV | 126.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 34 | 0.42 | 0 | 0.79 | 0.37 | 92.13 | 0.65 | 0.38 |
| Hex | 5D | A1 | 22 | 2A | 0 | 4F | 25 | 5C | 41 | 26 |
| Octal | 135 | 241 | 42 | 52 | 0 | 117 | 45 | 134 | 101 | 46 |
| Binary | 1011101 | 10100001 | 100010 | 101010 | 0 | 1001111 | 100101 | 1011100 | 1000001 | 100110 |
Color Harmonies of #5DA122
Complementary color
Monochromatic Colors of #5DA122
Black with #5DA122
Text Example
Text Example
White with #5DA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA122; }
p { color: rgb(93,161,34); }
H1.HeaderClassName
{
color: #5DA122;
}
.AnyTagClassName
{
color: #5DA122;
}
</style>
background-color css
<style>
a { background-color: #5DA122; }
a { background-color: rgb(93,161,34); }
div.DivClassName
{
background-color: #5DA122;
}
.BgClassName
{
background-color: #5DA122;
}
</style>
border-color css
<style>
span { border-color: #5DA122; }
span { border-color: rgb(93,161,34); }
td.TdClassName
{
border-color: #5DA122;
}
.TagClassName
{
border-color: #5DA122;
}
</style>