Shades of Limeade #5DAD26
Tints of Limeade #5DAD26
RGB
CMYK
RGB Variations
Color information
#5DAD26 (or 0x5DAD26) is known color: Limeade. HEX triplet: 5D, AD and 26. RGB value is (93,173,38). Sum of RGB (Red+Green+Blue) = 93+173+38=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD26 is #A252D9. Grayscale: #868686. Windows color (decimal): -10638042 or 2534749. OLE color: 2534749.
HSL color Cylindrical-coordinate representation of color #5DAD26: hue angle of 95.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DAD26 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 38 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.32 |
| HSL | 95.56º | 0.64% | 0.41% | - |
| HSV(B) | 95.56º | 0.78% | 0.68% | - |
| XYZ | 19.81 | 32.35 | 7.03 | - |
| YUV | 133.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 38 | 0.46 | 0 | 0.78 | 0.32 | 95.56 | 0.64 | 0.41 |
| Hex | 5D | AD | 26 | 2E | 0 | 4E | 20 | 60 | 40 | 29 |
| Octal | 135 | 255 | 46 | 56 | 0 | 116 | 40 | 140 | 100 | 51 |
| Binary | 1011101 | 10101101 | 100110 | 101110 | 0 | 1001110 | 100000 | 1100000 | 1000000 | 101001 |
Color Harmonies of #5DAD26
Complementary color
Monochromatic Colors of #5DAD26
Black with #5DAD26
Text Example
Text Example
White with #5DAD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD26; }
p { color: rgb(93,173,38); }
H1.HeaderClassName
{
color: #5DAD26;
}
.AnyTagClassName
{
color: #5DAD26;
}
</style>
background-color css
<style>
a { background-color: #5DAD26; }
a { background-color: rgb(93,173,38); }
div.DivClassName
{
background-color: #5DAD26;
}
.BgClassName
{
background-color: #5DAD26;
}
</style>
border-color css
<style>
span { border-color: #5DAD26; }
span { border-color: rgb(93,173,38); }
td.TdClassName
{
border-color: #5DAD26;
}
.TagClassName
{
border-color: #5DAD26;
}
</style>