Shades of Limeade #5DA220
Tints of Limeade #5DA220
RGB
CMYK
RGB Variations
Color information
#5DA220 (or 0x5DA220) is known color: Limeade. HEX triplet: 5D, A2 and 20. RGB value is (93,162,32). Sum of RGB (Red+Green+Blue) = 93+162+32=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA220 is #A25DDF. Grayscale: #7E7E7E. Windows color (decimal): -10640864 or 2138717. OLE color: 2138717.
HSL color Cylindrical-coordinate representation of color #5DA220: hue angle of 91.85º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DA220 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 32 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.36 |
| HSL | 91.85º | 0.67% | 0.38% | - |
| HSV(B) | 91.85º | 0.8% | 0.64% | - |
| XYZ | 17.7 | 28.27 | 5.89 | - |
| YUV | 126.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 32 | 0.43 | 0 | 0.80 | 0.36 | 91.85 | 0.67 | 0.38 |
| Hex | 5D | A2 | 20 | 2B | 0 | 50 | 24 | 5C | 43 | 26 |
| Octal | 135 | 242 | 40 | 53 | 0 | 120 | 44 | 134 | 103 | 46 |
| Binary | 1011101 | 10100010 | 100000 | 101011 | 0 | 1010000 | 100100 | 1011100 | 1000011 | 100110 |
Color Harmonies of #5DA220
Complementary color
Monochromatic Colors of #5DA220
Black with #5DA220
Text Example
Text Example
White with #5DA220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA220; }
p { color: rgb(93,162,32); }
H1.HeaderClassName
{
color: #5DA220;
}
.AnyTagClassName
{
color: #5DA220;
}
</style>
background-color css
<style>
a { background-color: #5DA220; }
a { background-color: rgb(93,162,32); }
div.DivClassName
{
background-color: #5DA220;
}
.BgClassName
{
background-color: #5DA220;
}
</style>
border-color css
<style>
span { border-color: #5DA220; }
span { border-color: rgb(93,162,32); }
td.TdClassName
{
border-color: #5DA220;
}
.TagClassName
{
border-color: #5DA220;
}
</style>