Shades of Limeade #5DA432
Tints of Limeade #5DA432
RGB
CMYK
RGB Variations
Color information
#5DA432 (or 0x5DA432) is known color: Limeade. HEX triplet: 5D, A4 and 32. RGB value is (93,164,50). Sum of RGB (Red+Green+Blue) = 93+164+50=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA432 is #A25BCD. Grayscale: #828282. Windows color (decimal): -10640334 or 3318877. OLE color: 3318877.
HSL color Cylindrical-coordinate representation of color #5DA432: hue angle of 97.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DA432 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 50 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.36 |
| HSL | 97.37º | 0.53% | 0.42% | - |
| HSV(B) | 97.37º | 0.7% | 0.64% | - |
| XYZ | 18.37 | 29.11 | 7.67 | - |
| YUV | 129.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 50 | 0.43 | 0 | 0.70 | 0.36 | 97.37 | 0.53 | 0.42 |
| Hex | 5D | A4 | 32 | 2B | 0 | 46 | 24 | 61 | 35 | 2A |
| Octal | 135 | 244 | 62 | 53 | 0 | 106 | 44 | 141 | 65 | 52 |
| Binary | 1011101 | 10100100 | 110010 | 101011 | 0 | 1000110 | 100100 | 1100001 | 110101 | 101010 |
Color Harmonies of #5DA432
Complementary color
Monochromatic Colors of #5DA432
Black with #5DA432
Text Example
Text Example
White with #5DA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA432; }
p { color: rgb(93,164,50); }
H1.HeaderClassName
{
color: #5DA432;
}
.AnyTagClassName
{
color: #5DA432;
}
</style>
background-color css
<style>
a { background-color: #5DA432; }
a { background-color: rgb(93,164,50); }
div.DivClassName
{
background-color: #5DA432;
}
.BgClassName
{
background-color: #5DA432;
}
</style>
border-color css
<style>
span { border-color: #5DA432; }
span { border-color: rgb(93,164,50); }
td.TdClassName
{
border-color: #5DA432;
}
.TagClassName
{
border-color: #5DA432;
}
</style>