Shades of Limeade #5DA828
Tints of Limeade #5DA828
RGB
CMYK
RGB Variations
Color information
#5DA828 (or 0x5DA828) is known color: Limeade. HEX triplet: 5D, A8 and 28. RGB value is (93,168,40). Sum of RGB (Red+Green+Blue) = 93+168+40=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA828 is #A257D7. Grayscale: #838383. Windows color (decimal): -10639320 or 2664541. OLE color: 2664541.
HSL color Cylindrical-coordinate representation of color #5DA828: hue angle of 95.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DA828 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 40 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.34 |
| HSL | 95.16º | 0.62% | 0.41% | - |
| HSV(B) | 95.16º | 0.76% | 0.66% | - |
| XYZ | 18.9 | 30.49 | 6.9 | - |
| YUV | 130.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 40 | 0.45 | 0 | 0.76 | 0.34 | 95.16 | 0.62 | 0.41 |
| Hex | 5D | A8 | 28 | 2D | 0 | 4C | 22 | 5F | 3E | 29 |
| Octal | 135 | 250 | 50 | 55 | 0 | 114 | 42 | 137 | 76 | 51 |
| Binary | 1011101 | 10101000 | 101000 | 101101 | 0 | 1001100 | 100010 | 1011111 | 111110 | 101001 |
Color Harmonies of #5DA828
Complementary color
Monochromatic Colors of #5DA828
Black with #5DA828
Text Example
Text Example
White with #5DA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA828; }
p { color: rgb(93,168,40); }
H1.HeaderClassName
{
color: #5DA828;
}
.AnyTagClassName
{
color: #5DA828;
}
</style>
background-color css
<style>
a { background-color: #5DA828; }
a { background-color: rgb(93,168,40); }
div.DivClassName
{
background-color: #5DA828;
}
.BgClassName
{
background-color: #5DA828;
}
</style>
border-color css
<style>
span { border-color: #5DA828; }
span { border-color: rgb(93,168,40); }
td.TdClassName
{
border-color: #5DA828;
}
.TagClassName
{
border-color: #5DA828;
}
</style>