Shades of Limeade #5DA21A
Tints of Limeade #5DA21A
RGB
CMYK
RGB Variations
Color information
#5DA21A (or 0x5DA21A) is known color: Limeade. HEX triplet: 5D, A2 and 1A. RGB value is (93,162,26). Sum of RGB (Red+Green+Blue) = 93+162+26=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA21A is #A25DE5. Grayscale: #7E7E7E. Windows color (decimal): -10640870 or 1745501. OLE color: 1745501.
HSL color Cylindrical-coordinate representation of color #5DA21A: hue angle of 90.44º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DA21A is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 26 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.36 |
| HSL | 90.44º | 0.72% | 0.37% | - |
| HSV(B) | 90.44º | 0.84% | 0.64% | - |
| XYZ | 17.62 | 28.24 | 5.5 | - |
| YUV | 125.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 26 | 0.43 | 0 | 0.84 | 0.36 | 90.44 | 0.72 | 0.37 |
| Hex | 5D | A2 | 1A | 2B | 0 | 54 | 24 | 5A | 48 | 25 |
| Octal | 135 | 242 | 32 | 53 | 0 | 124 | 44 | 132 | 110 | 45 |
| Binary | 1011101 | 10100010 | 11010 | 101011 | 0 | 1010100 | 100100 | 1011010 | 1001000 | 100101 |
Color Harmonies of #5DA21A
Complementary color
Monochromatic Colors of #5DA21A
Black with #5DA21A
Text Example
Text Example
White with #5DA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA21A; }
p { color: rgb(93,162,26); }
H1.HeaderClassName
{
color: #5DA21A;
}
.AnyTagClassName
{
color: #5DA21A;
}
</style>
background-color css
<style>
a { background-color: #5DA21A; }
a { background-color: rgb(93,162,26); }
div.DivClassName
{
background-color: #5DA21A;
}
.BgClassName
{
background-color: #5DA21A;
}
</style>
border-color css
<style>
span { border-color: #5DA21A; }
span { border-color: rgb(93,162,26); }
td.TdClassName
{
border-color: #5DA21A;
}
.TagClassName
{
border-color: #5DA21A;
}
</style>