Shades of Limeade #5DA825
Tints of Limeade #5DA825
RGB
CMYK
RGB Variations
Color information
#5DA825 (or 0x5DA825) is known color: Limeade. HEX triplet: 5D, A8 and 25. RGB value is (93,168,37). Sum of RGB (Red+Green+Blue) = 93+168+37=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA825 is #A257DA. Grayscale: #838383. Windows color (decimal): -10639323 or 2467933. OLE color: 2467933.
HSL color Cylindrical-coordinate representation of color #5DA825: hue angle of 94.35º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DA825 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 37 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.34 |
| HSL | 94.35º | 0.64% | 0.4% | - |
| HSV(B) | 94.35º | 0.78% | 0.66% | - |
| XYZ | 18.85 | 30.47 | 6.64 | - |
| YUV | 130.64 | 75.15 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 37 | 0.45 | 0 | 0.78 | 0.34 | 94.35 | 0.64 | 0.4 |
| Hex | 5D | A8 | 25 | 2D | 0 | 4E | 22 | 5E | 40 | 28 |
| Octal | 135 | 250 | 45 | 55 | 0 | 116 | 42 | 136 | 100 | 50 |
| Binary | 1011101 | 10101000 | 100101 | 101101 | 0 | 1001110 | 100010 | 1011110 | 1000000 | 101000 |
Color Harmonies of #5DA825
Complementary color
Monochromatic Colors of #5DA825
Black with #5DA825
Text Example
Text Example
White with #5DA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA825; }
p { color: rgb(93,168,37); }
H1.HeaderClassName
{
color: #5DA825;
}
.AnyTagClassName
{
color: #5DA825;
}
</style>
background-color css
<style>
a { background-color: #5DA825; }
a { background-color: rgb(93,168,37); }
div.DivClassName
{
background-color: #5DA825;
}
.BgClassName
{
background-color: #5DA825;
}
</style>
border-color css
<style>
span { border-color: #5DA825; }
span { border-color: rgb(93,168,37); }
td.TdClassName
{
border-color: #5DA825;
}
.TagClassName
{
border-color: #5DA825;
}
</style>