Shades of Limeade #5D9515
Tints of Limeade #5D9515
RGB
CMYK
RGB Variations
Color information
#5D9515 (or 0x5D9515) is known color: Limeade. HEX triplet: 5D, 95 and 15. RGB value is (93,149,21). Sum of RGB (Red+Green+Blue) = 93+149+21=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9515 is #A26AEA. Grayscale: #767676. Windows color (decimal): -10644203 or 1414493. OLE color: 1414493.
HSL color Cylindrical-coordinate representation of color #5D9515: hue angle of 86.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D9515 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 21 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.42 |
| HSL | 86.25º | 0.75% | 0.33% | - |
| HSV(B) | 86.25º | 0.86% | 0.58% | - |
| XYZ | 15.4 | 23.88 | 4.51 | - |
| YUV | 117.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 21 | 0.38 | 0 | 0.86 | 0.42 | 86.25 | 0.75 | 0.33 |
| Hex | 5D | 95 | 15 | 26 | 0 | 56 | 2A | 56 | 4B | 21 |
| Octal | 135 | 225 | 25 | 46 | 0 | 126 | 52 | 126 | 113 | 41 |
| Binary | 1011101 | 10010101 | 10101 | 100110 | 0 | 1010110 | 101010 | 1010110 | 1001011 | 100001 |
Color Harmonies of #5D9515
Complementary color
Monochromatic Colors of #5D9515
Black with #5D9515
Text Example
Text Example
White with #5D9515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9515; }
p { color: rgb(93,149,21); }
H1.HeaderClassName
{
color: #5D9515;
}
.AnyTagClassName
{
color: #5D9515;
}
</style>
background-color css
<style>
a { background-color: #5D9515; }
a { background-color: rgb(93,149,21); }
div.DivClassName
{
background-color: #5D9515;
}
.BgClassName
{
background-color: #5D9515;
}
</style>
border-color css
<style>
span { border-color: #5D9515; }
span { border-color: rgb(93,149,21); }
td.TdClassName
{
border-color: #5D9515;
}
.TagClassName
{
border-color: #5D9515;
}
</style>