Shades of Limeade #53A131
Tints of Limeade #53A131
RGB
CMYK
RGB Variations
Color information
#53A131 (or 0x53A131) is known color: Limeade. HEX triplet: 53, A1 and 31. RGB value is (83,161,49). Sum of RGB (Red+Green+Blue) = 83+161+49=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #53A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A131 is #AC5ECE. Grayscale: #7D7D7D. Windows color (decimal): -11296463 or 3252563. OLE color: 3252563.
HSL color Cylindrical-coordinate representation of color #53A131: hue angle of 101.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53A131 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 49 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.37 |
| HSL | 101.79º | 0.53% | 0.41% | - |
| HSV(B) | 101.79º | 0.7% | 0.63% | - |
| XYZ | 16.87 | 27.55 | 7.33 | - |
| YUV | 124.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 49 | 0.48 | 0 | 0.70 | 0.37 | 101.79 | 0.53 | 0.41 |
| Hex | 53 | A1 | 31 | 30 | 0 | 46 | 25 | 66 | 35 | 29 |
| Octal | 123 | 241 | 61 | 60 | 0 | 106 | 45 | 146 | 65 | 51 |
| Binary | 1010011 | 10100001 | 110001 | 110000 | 0 | 1000110 | 100101 | 1100110 | 110101 | 101001 |
Color Harmonies of #53A131
Complementary color
Monochromatic Colors of #53A131
Black with #53A131
Text Example
Text Example
White with #53A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A131; }
p { color: rgb(83,161,49); }
H1.HeaderClassName
{
color: #53A131;
}
.AnyTagClassName
{
color: #53A131;
}
</style>
background-color css
<style>
a { background-color: #53A131; }
a { background-color: rgb(83,161,49); }
div.DivClassName
{
background-color: #53A131;
}
.BgClassName
{
background-color: #53A131;
}
</style>
border-color css
<style>
span { border-color: #53A131; }
span { border-color: rgb(83,161,49); }
td.TdClassName
{
border-color: #53A131;
}
.TagClassName
{
border-color: #53A131;
}
</style>