Shades of Limeade #5DA925
Tints of Limeade #5DA925
RGB
CMYK
RGB Variations
Color information
#5DA925 (or 0x5DA925) is known color: Limeade. HEX triplet: 5D, A9 and 25. RGB value is (93,169,37). Sum of RGB (Red+Green+Blue) = 93+169+37=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA925 is #A256DA. Grayscale: #838383. Windows color (decimal): -10639067 or 2468189. OLE color: 2468189.
HSL color Cylindrical-coordinate representation of color #5DA925: hue angle of 94.55º 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 #5DA925 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 37 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.34 |
| HSL | 94.55º | 0.64% | 0.4% | - |
| HSV(B) | 94.55º | 0.78% | 0.66% | - |
| XYZ | 19.04 | 30.84 | 6.7 | - |
| YUV | 131.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 37 | 0.45 | 0 | 0.78 | 0.34 | 94.55 | 0.64 | 0.4 |
| Hex | 5D | A9 | 25 | 2D | 0 | 4E | 22 | 5F | 40 | 28 |
| Octal | 135 | 251 | 45 | 55 | 0 | 116 | 42 | 137 | 100 | 50 |
| Binary | 1011101 | 10101001 | 100101 | 101101 | 0 | 1001110 | 100010 | 1011111 | 1000000 | 101000 |
Color Harmonies of #5DA925
Complementary color
Monochromatic Colors of #5DA925
Black with #5DA925
Text Example
Text Example
White with #5DA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA925; }
p { color: rgb(93,169,37); }
H1.HeaderClassName
{
color: #5DA925;
}
.AnyTagClassName
{
color: #5DA925;
}
</style>
background-color css
<style>
a { background-color: #5DA925; }
a { background-color: rgb(93,169,37); }
div.DivClassName
{
background-color: #5DA925;
}
.BgClassName
{
background-color: #5DA925;
}
</style>
border-color css
<style>
span { border-color: #5DA925; }
span { border-color: rgb(93,169,37); }
td.TdClassName
{
border-color: #5DA925;
}
.TagClassName
{
border-color: #5DA925;
}
</style>