Shades of Limeade #5DA533
Tints of Limeade #5DA533
RGB
CMYK
RGB Variations
Color information
#5DA533 (or 0x5DA533) is known color: Limeade. HEX triplet: 5D, A5 and 33. RGB value is (93,165,51). Sum of RGB (Red+Green+Blue) = 93+165+51=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 165 (64.84% from 255 or 53.40% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA533 is #A25ACC. Grayscale: #828282. Windows color (decimal): -10640077 or 3384669. OLE color: 3384669.
HSL color Cylindrical-coordinate representation of color #5DA533: hue angle of 97.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DA533 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 51 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.35 |
| HSL | 97.89º | 0.53% | 0.42% | - |
| HSV(B) | 97.89º | 0.69% | 0.65% | - |
| XYZ | 18.57 | 29.48 | 7.84 | - |
| YUV | 130.48 | 83.15 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 51 | 0.44 | 0 | 0.69 | 0.35 | 97.89 | 0.53 | 0.42 |
| Hex | 5D | A5 | 33 | 2C | 0 | 45 | 23 | 62 | 35 | 2A |
| Octal | 135 | 245 | 63 | 54 | 0 | 105 | 43 | 142 | 65 | 52 |
| Binary | 1011101 | 10100101 | 110011 | 101100 | 0 | 1000101 | 100011 | 1100010 | 110101 | 101010 |
Color Harmonies of #5DA533
Complementary color
Monochromatic Colors of #5DA533
Black with #5DA533
Text Example
Text Example
White with #5DA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA533; }
p { color: rgb(93,165,51); }
H1.HeaderClassName
{
color: #5DA533;
}
.AnyTagClassName
{
color: #5DA533;
}
</style>
background-color css
<style>
a { background-color: #5DA533; }
a { background-color: rgb(93,165,51); }
div.DivClassName
{
background-color: #5DA533;
}
.BgClassName
{
background-color: #5DA533;
}
</style>
border-color css
<style>
span { border-color: #5DA533; }
span { border-color: rgb(93,165,51); }
td.TdClassName
{
border-color: #5DA533;
}
.TagClassName
{
border-color: #5DA533;
}
</style>