Shades of Limeade #5DA731
Tints of Limeade #5DA731
RGB
CMYK
RGB Variations
Color information
#5DA731 (or 0x5DA731) is known color: Limeade. HEX triplet: 5D, A7 and 31. RGB value is (93,167,49). Sum of RGB (Red+Green+Blue) = 93+167+49=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA731 is #A258CE. Grayscale: #838383. Windows color (decimal): -10639567 or 3254109. OLE color: 3254109.
HSL color Cylindrical-coordinate representation of color #5DA731: hue angle of 97.63º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DA731 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 49 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.35 |
| HSL | 97.63º | 0.55% | 0.42% | - |
| HSV(B) | 97.63º | 0.71% | 0.65% | - |
| XYZ | 18.89 | 30.19 | 7.74 | - |
| YUV | 131.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 49 | 0.44 | 0 | 0.71 | 0.35 | 97.63 | 0.55 | 0.42 |
| Hex | 5D | A7 | 31 | 2C | 0 | 47 | 23 | 62 | 37 | 2A |
| Octal | 135 | 247 | 61 | 54 | 0 | 107 | 43 | 142 | 67 | 52 |
| Binary | 1011101 | 10100111 | 110001 | 101100 | 0 | 1000111 | 100011 | 1100010 | 110111 | 101010 |
Color Harmonies of #5DA731
Complementary color
Monochromatic Colors of #5DA731
Black with #5DA731
Text Example
Text Example
White with #5DA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA731; }
p { color: rgb(93,167,49); }
H1.HeaderClassName
{
color: #5DA731;
}
.AnyTagClassName
{
color: #5DA731;
}
</style>
background-color css
<style>
a { background-color: #5DA731; }
a { background-color: rgb(93,167,49); }
div.DivClassName
{
background-color: #5DA731;
}
.BgClassName
{
background-color: #5DA731;
}
</style>
border-color css
<style>
span { border-color: #5DA731; }
span { border-color: rgb(93,167,49); }
td.TdClassName
{
border-color: #5DA731;
}
.TagClassName
{
border-color: #5DA731;
}
</style>