Shades of Limeade #5DA125
Tints of Limeade #5DA125
RGB
CMYK
RGB Variations
Color information
#5DA125 (or 0x5DA125) is known color: Limeade. HEX triplet: 5D, A1 and 25. RGB value is (93,161,37). Sum of RGB (Red+Green+Blue) = 93+161+37=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA125 is #A25EDA. Grayscale: #7E7E7E. Windows color (decimal): -10641115 or 2466141. OLE color: 2466141.
HSL color Cylindrical-coordinate representation of color #5DA125: hue angle of 92.9º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DA125 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 37 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.37 |
| HSL | 92.9º | 0.63% | 0.39% | - |
| HSV(B) | 92.9º | 0.77% | 0.63% | - |
| XYZ | 17.59 | 27.95 | 6.22 | - |
| YUV | 126.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 37 | 0.42 | 0 | 0.77 | 0.37 | 92.9 | 0.63 | 0.39 |
| Hex | 5D | A1 | 25 | 2A | 0 | 4D | 25 | 5D | 3F | 27 |
| Octal | 135 | 241 | 45 | 52 | 0 | 115 | 45 | 135 | 77 | 47 |
| Binary | 1011101 | 10100001 | 100101 | 101010 | 0 | 1001101 | 100101 | 1011101 | 111111 | 100111 |
Color Harmonies of #5DA125
Complementary color
Monochromatic Colors of #5DA125
Black with #5DA125
Text Example
Text Example
White with #5DA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA125; }
p { color: rgb(93,161,37); }
H1.HeaderClassName
{
color: #5DA125;
}
.AnyTagClassName
{
color: #5DA125;
}
</style>
background-color css
<style>
a { background-color: #5DA125; }
a { background-color: rgb(93,161,37); }
div.DivClassName
{
background-color: #5DA125;
}
.BgClassName
{
background-color: #5DA125;
}
</style>
border-color css
<style>
span { border-color: #5DA125; }
span { border-color: rgb(93,161,37); }
td.TdClassName
{
border-color: #5DA125;
}
.TagClassName
{
border-color: #5DA125;
}
</style>