Shades of Limeade #5DA123
Tints of Limeade #5DA123
RGB
CMYK
RGB Variations
Color information
#5DA123 (or 0x5DA123) is known color: Limeade. HEX triplet: 5D, A1 and 23. RGB value is (93,161,35). Sum of RGB (Red+Green+Blue) = 93+161+35=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA123 is #A25EDC. Grayscale: #7E7E7E. Windows color (decimal): -10641117 or 2335069. OLE color: 2335069.
HSL color Cylindrical-coordinate representation of color #5DA123: hue angle of 92.38º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DA123 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 35 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.37 |
| HSL | 92.38º | 0.64% | 0.38% | - |
| HSV(B) | 92.38º | 0.78% | 0.63% | - |
| XYZ | 17.56 | 27.94 | 6.06 | - |
| YUV | 126.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 35 | 0.42 | 0 | 0.78 | 0.37 | 92.38 | 0.64 | 0.38 |
| Hex | 5D | A1 | 23 | 2A | 0 | 4E | 25 | 5C | 40 | 26 |
| Octal | 135 | 241 | 43 | 52 | 0 | 116 | 45 | 134 | 100 | 46 |
| Binary | 1011101 | 10100001 | 100011 | 101010 | 0 | 1001110 | 100101 | 1011100 | 1000000 | 100110 |
Color Harmonies of #5DA123
Complementary color
Monochromatic Colors of #5DA123
Black with #5DA123
Text Example
Text Example
White with #5DA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA123; }
p { color: rgb(93,161,35); }
H1.HeaderClassName
{
color: #5DA123;
}
.AnyTagClassName
{
color: #5DA123;
}
</style>
background-color css
<style>
a { background-color: #5DA123; }
a { background-color: rgb(93,161,35); }
div.DivClassName
{
background-color: #5DA123;
}
.BgClassName
{
background-color: #5DA123;
}
</style>
border-color css
<style>
span { border-color: #5DA123; }
span { border-color: rgb(93,161,35); }
td.TdClassName
{
border-color: #5DA123;
}
.TagClassName
{
border-color: #5DA123;
}
</style>