Shades of Limeade #5D9626
Tints of Limeade #5D9626
RGB
CMYK
RGB Variations
Color information
#5D9626 (or 0x5D9626) is known color: Limeade. HEX triplet: 5D, 96 and 26. RGB value is (93,150,38). Sum of RGB (Red+Green+Blue) = 93+150+38=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9626 is #A269D9. Grayscale: #787878. Windows color (decimal): -10643930 or 2528861. OLE color: 2528861.
HSL color Cylindrical-coordinate representation of color #5D9626: hue angle of 90.54º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D9626 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 38 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.41 |
| HSL | 90.54º | 0.6% | 0.37% | - |
| HSV(B) | 90.54º | 0.75% | 0.59% | - |
| XYZ | 15.77 | 24.28 | 5.69 | - |
| YUV | 120.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 38 | 0.38 | 0 | 0.75 | 0.41 | 90.54 | 0.6 | 0.37 |
| Hex | 5D | 96 | 26 | 26 | 0 | 4B | 29 | 5B | 3C | 25 |
| Octal | 135 | 226 | 46 | 46 | 0 | 113 | 51 | 133 | 74 | 45 |
| Binary | 1011101 | 10010110 | 100110 | 100110 | 0 | 1001011 | 101001 | 1011011 | 111100 | 100101 |
Color Harmonies of #5D9626
Complementary color
Monochromatic Colors of #5D9626
Black with #5D9626
Text Example
Text Example
White with #5D9626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9626; }
p { color: rgb(93,150,38); }
H1.HeaderClassName
{
color: #5D9626;
}
.AnyTagClassName
{
color: #5D9626;
}
</style>
background-color css
<style>
a { background-color: #5D9626; }
a { background-color: rgb(93,150,38); }
div.DivClassName
{
background-color: #5D9626;
}
.BgClassName
{
background-color: #5D9626;
}
</style>
border-color css
<style>
span { border-color: #5D9626; }
span { border-color: rgb(93,150,38); }
td.TdClassName
{
border-color: #5D9626;
}
.TagClassName
{
border-color: #5D9626;
}
</style>