Shades of Limeade #5DA033
Tints of Limeade #5DA033
RGB
CMYK
RGB Variations
Color information
#5DA033 (or 0x5DA033) is known color: Limeade. HEX triplet: 5D, A0 and 33. RGB value is (93,160,51). Sum of RGB (Red+Green+Blue) = 93+160+51=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA033 is #A25FCC. Grayscale: #7F7F7F. Windows color (decimal): -10641357 or 3383389. OLE color: 3383389.
HSL color Cylindrical-coordinate representation of color #5DA033: hue angle of 96.88º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DA033 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 51 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.37 |
| HSL | 96.88º | 0.52% | 0.41% | - |
| HSV(B) | 96.88º | 0.68% | 0.63% | - |
| XYZ | 17.68 | 27.71 | 7.55 | - |
| YUV | 127.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 51 | 0.42 | 0 | 0.68 | 0.37 | 96.88 | 0.52 | 0.41 |
| Hex | 5D | A0 | 33 | 2A | 0 | 44 | 25 | 61 | 34 | 29 |
| Octal | 135 | 240 | 63 | 52 | 0 | 104 | 45 | 141 | 64 | 51 |
| Binary | 1011101 | 10100000 | 110011 | 101010 | 0 | 1000100 | 100101 | 1100001 | 110100 | 101001 |
Color Harmonies of #5DA033
Complementary color
Monochromatic Colors of #5DA033
Black with #5DA033
Text Example
Text Example
White with #5DA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA033; }
p { color: rgb(93,160,51); }
H1.HeaderClassName
{
color: #5DA033;
}
.AnyTagClassName
{
color: #5DA033;
}
</style>
background-color css
<style>
a { background-color: #5DA033; }
a { background-color: rgb(93,160,51); }
div.DivClassName
{
background-color: #5DA033;
}
.BgClassName
{
background-color: #5DA033;
}
</style>
border-color css
<style>
span { border-color: #5DA033; }
span { border-color: rgb(93,160,51); }
td.TdClassName
{
border-color: #5DA033;
}
.TagClassName
{
border-color: #5DA033;
}
</style>