Shades of Limeade #5DA820
Tints of Limeade #5DA820
RGB
CMYK
RGB Variations
Color information
#5DA820 (or 0x5DA820) is known color: Limeade. HEX triplet: 5D, A8 and 20. RGB value is (93,168,32). Sum of RGB (Red+Green+Blue) = 93+168+32=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA820 is #A257DF. Grayscale: #828282. Windows color (decimal): -10639328 or 2140253. OLE color: 2140253.
HSL color Cylindrical-coordinate representation of color #5DA820: hue angle of 93.09º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5DA820 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 32 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.34 |
| HSL | 93.09º | 0.68% | 0.39% | - |
| HSV(B) | 93.09º | 0.81% | 0.66% | - |
| XYZ | 18.78 | 30.44 | 6.25 | - |
| YUV | 130.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 32 | 0.45 | 0 | 0.81 | 0.34 | 93.09 | 0.68 | 0.39 |
| Hex | 5D | A8 | 20 | 2D | 0 | 51 | 22 | 5D | 44 | 27 |
| Octal | 135 | 250 | 40 | 55 | 0 | 121 | 42 | 135 | 104 | 47 |
| Binary | 1011101 | 10101000 | 100000 | 101101 | 0 | 1010001 | 100010 | 1011101 | 1000100 | 100111 |
Color Harmonies of #5DA820
Complementary color
Monochromatic Colors of #5DA820
Black with #5DA820
Text Example
Text Example
White with #5DA820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA820; }
p { color: rgb(93,168,32); }
H1.HeaderClassName
{
color: #5DA820;
}
.AnyTagClassName
{
color: #5DA820;
}
</style>
background-color css
<style>
a { background-color: #5DA820; }
a { background-color: rgb(93,168,32); }
div.DivClassName
{
background-color: #5DA820;
}
.BgClassName
{
background-color: #5DA820;
}
</style>
border-color css
<style>
span { border-color: #5DA820; }
span { border-color: rgb(93,168,32); }
td.TdClassName
{
border-color: #5DA820;
}
.TagClassName
{
border-color: #5DA820;
}
</style>