Shades of Limeade #5DA922
Tints of Limeade #5DA922
RGB
CMYK
RGB Variations
Color information
#5DA922 (or 0x5DA922) is known color: Limeade. HEX triplet: 5D, A9 and 22. RGB value is (93,169,34). Sum of RGB (Red+Green+Blue) = 93+169+34=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA922 is #A256DD. Grayscale: #838383. Windows color (decimal): -10639070 or 2271581. OLE color: 2271581.
HSL color Cylindrical-coordinate representation of color #5DA922: hue angle of 93.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DA922 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 34 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.34 |
| HSL | 93.78º | 0.67% | 0.4% | - |
| HSV(B) | 93.78º | 0.8% | 0.66% | - |
| XYZ | 18.99 | 30.82 | 6.46 | - |
| YUV | 130.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 34 | 0.45 | 0 | 0.80 | 0.34 | 93.78 | 0.67 | 0.4 |
| Hex | 5D | A9 | 22 | 2D | 0 | 50 | 22 | 5E | 43 | 28 |
| Octal | 135 | 251 | 42 | 55 | 0 | 120 | 42 | 136 | 103 | 50 |
| Binary | 1011101 | 10101001 | 100010 | 101101 | 0 | 1010000 | 100010 | 1011110 | 1000011 | 101000 |
Color Harmonies of #5DA922
Complementary color
Monochromatic Colors of #5DA922
Black with #5DA922
Text Example
Text Example
White with #5DA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA922; }
p { color: rgb(93,169,34); }
H1.HeaderClassName
{
color: #5DA922;
}
.AnyTagClassName
{
color: #5DA922;
}
</style>
background-color css
<style>
a { background-color: #5DA922; }
a { background-color: rgb(93,169,34); }
div.DivClassName
{
background-color: #5DA922;
}
.BgClassName
{
background-color: #5DA922;
}
</style>
border-color css
<style>
span { border-color: #5DA922; }
span { border-color: rgb(93,169,34); }
td.TdClassName
{
border-color: #5DA922;
}
.TagClassName
{
border-color: #5DA922;
}
</style>