Shades of Limeade #5D9A15
Tints of Limeade #5D9A15
RGB
CMYK
RGB Variations
Color information
#5D9A15 (or 0x5D9A15) is known color: Limeade. HEX triplet: 5D, 9A and 15. RGB value is (93,154,21). Sum of RGB (Red+Green+Blue) = 93+154+21=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9A15 is #A265EA. Grayscale: #797979. Windows color (decimal): -10642923 or 1415773. OLE color: 1415773.
HSL color Cylindrical-coordinate representation of color #5D9A15: hue angle of 87.52º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D9A15 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 21 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.40 |
| HSL | 87.52º | 0.76% | 0.34% | - |
| HSV(B) | 87.52º | 0.86% | 0.6% | - |
| XYZ | 16.21 | 25.49 | 4.78 | - |
| YUV | 120.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 21 | 0.40 | 0 | 0.86 | 0.40 | 87.52 | 0.76 | 0.34 |
| Hex | 5D | 9A | 15 | 28 | 0 | 56 | 28 | 58 | 4C | 22 |
| Octal | 135 | 232 | 25 | 50 | 0 | 126 | 50 | 130 | 114 | 42 |
| Binary | 1011101 | 10011010 | 10101 | 101000 | 0 | 1010110 | 101000 | 1011000 | 1001100 | 100010 |
Color Harmonies of #5D9A15
Complementary color
Monochromatic Colors of #5D9A15
Black with #5D9A15
Text Example
Text Example
White with #5D9A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A15; }
p { color: rgb(93,154,21); }
H1.HeaderClassName
{
color: #5D9A15;
}
.AnyTagClassName
{
color: #5D9A15;
}
</style>
background-color css
<style>
a { background-color: #5D9A15; }
a { background-color: rgb(93,154,21); }
div.DivClassName
{
background-color: #5D9A15;
}
.BgClassName
{
background-color: #5D9A15;
}
</style>
border-color css
<style>
span { border-color: #5D9A15; }
span { border-color: rgb(93,154,21); }
td.TdClassName
{
border-color: #5D9A15;
}
.TagClassName
{
border-color: #5D9A15;
}
</style>