Shades of Limeade #5DA322
Tints of Limeade #5DA322
RGB
CMYK
RGB Variations
Color information
#5DA322 (or 0x5DA322) is known color: Limeade. HEX triplet: 5D, A3 and 22. RGB value is (93,163,34). Sum of RGB (Red+Green+Blue) = 93+163+34=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA322 is #A25CDD. Grayscale: #7F7F7F. Windows color (decimal): -10640606 or 2270045. OLE color: 2270045.
HSL color Cylindrical-coordinate representation of color #5DA322: hue angle of 92.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DA322 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 34 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.36 |
| HSL | 92.56º | 0.65% | 0.39% | - |
| HSV(B) | 92.56º | 0.79% | 0.64% | - |
| XYZ | 17.9 | 28.64 | 6.1 | - |
| YUV | 127.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 34 | 0.43 | 0 | 0.79 | 0.36 | 92.56 | 0.65 | 0.39 |
| Hex | 5D | A3 | 22 | 2B | 0 | 4F | 24 | 5D | 41 | 27 |
| Octal | 135 | 243 | 42 | 53 | 0 | 117 | 44 | 135 | 101 | 47 |
| Binary | 1011101 | 10100011 | 100010 | 101011 | 0 | 1001111 | 100100 | 1011101 | 1000001 | 100111 |
Color Harmonies of #5DA322
Complementary color
Monochromatic Colors of #5DA322
Black with #5DA322
Text Example
Text Example
White with #5DA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA322; }
p { color: rgb(93,163,34); }
H1.HeaderClassName
{
color: #5DA322;
}
.AnyTagClassName
{
color: #5DA322;
}
</style>
background-color css
<style>
a { background-color: #5DA322; }
a { background-color: rgb(93,163,34); }
div.DivClassName
{
background-color: #5DA322;
}
.BgClassName
{
background-color: #5DA322;
}
</style>
border-color css
<style>
span { border-color: #5DA322; }
span { border-color: rgb(93,163,34); }
td.TdClassName
{
border-color: #5DA322;
}
.TagClassName
{
border-color: #5DA322;
}
</style>