Shades of Limeade #5DA132
Tints of Limeade #5DA132
RGB
CMYK
RGB Variations
Color information
#5DA132 (or 0x5DA132) is known color: Limeade. HEX triplet: 5D, A1 and 32. RGB value is (93,161,50). Sum of RGB (Red+Green+Blue) = 93+161+50=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA132 is #A25ECD. Grayscale: #808080. Windows color (decimal): -10641102 or 3318109. OLE color: 3318109.
HSL color Cylindrical-coordinate representation of color #5DA132: hue angle of 96.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DA132 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 50 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.37 |
| HSL | 96.76º | 0.53% | 0.41% | - |
| HSV(B) | 96.76º | 0.69% | 0.63% | - |
| XYZ | 17.83 | 28.05 | 7.49 | - |
| YUV | 128.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 50 | 0.42 | 0 | 0.69 | 0.37 | 96.76 | 0.53 | 0.41 |
| Hex | 5D | A1 | 32 | 2A | 0 | 45 | 25 | 61 | 35 | 29 |
| Octal | 135 | 241 | 62 | 52 | 0 | 105 | 45 | 141 | 65 | 51 |
| Binary | 1011101 | 10100001 | 110010 | 101010 | 0 | 1000101 | 100101 | 1100001 | 110101 | 101001 |
Color Harmonies of #5DA132
Complementary color
Monochromatic Colors of #5DA132
Black with #5DA132
Text Example
Text Example
White with #5DA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA132; }
p { color: rgb(93,161,50); }
H1.HeaderClassName
{
color: #5DA132;
}
.AnyTagClassName
{
color: #5DA132;
}
</style>
background-color css
<style>
a { background-color: #5DA132; }
a { background-color: rgb(93,161,50); }
div.DivClassName
{
background-color: #5DA132;
}
.BgClassName
{
background-color: #5DA132;
}
</style>
border-color css
<style>
span { border-color: #5DA132; }
span { border-color: rgb(93,161,50); }
td.TdClassName
{
border-color: #5DA132;
}
.TagClassName
{
border-color: #5DA132;
}
</style>