Shades of Limeade #53A211
Tints of Limeade #53A211
RGB
CMYK
RGB Variations
Color information
#53A211 (or 0x53A211) is known color: Limeade. HEX triplet: 53, A2 and 11. RGB value is (83,162,17). Sum of RGB (Red+Green+Blue) = 83+162+17=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 162 (63.67% from 255 or 61.83% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 162 - color contains mainly: green. Hex color #53A211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A211 is #AC5DEE. Grayscale: #7A7A7A. Windows color (decimal): -11296239 or 1155667. OLE color: 1155667.
HSL color Cylindrical-coordinate representation of color #53A211: hue angle of 92.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53A211 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 162 | 17 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.36 |
| HSL | 92.69º | 0.81% | 0.35% | - |
| HSV(B) | 92.69º | 0.9% | 0.64% | - |
| XYZ | 16.59 | 27.72 | 5.01 | - |
| YUV | 121.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 17 | 0.49 | 0 | 0.90 | 0.36 | 92.69 | 0.81 | 0.35 |
| Hex | 53 | A2 | 11 | 31 | 0 | 5A | 24 | 5D | 51 | 23 |
| Octal | 123 | 242 | 21 | 61 | 0 | 132 | 44 | 135 | 121 | 43 |
| Binary | 1010011 | 10100010 | 10001 | 110001 | 0 | 1011010 | 100100 | 1011101 | 1010001 | 100011 |
Color Harmonies of #53A211
Complementary color
Monochromatic Colors of #53A211
Black with #53A211
Text Example
Text Example
White with #53A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A211; }
p { color: rgb(83,162,17); }
H1.HeaderClassName
{
color: #53A211;
}
.AnyTagClassName
{
color: #53A211;
}
</style>
background-color css
<style>
a { background-color: #53A211; }
a { background-color: rgb(83,162,17); }
div.DivClassName
{
background-color: #53A211;
}
.BgClassName
{
background-color: #53A211;
}
</style>
border-color css
<style>
span { border-color: #53A211; }
span { border-color: rgb(83,162,17); }
td.TdClassName
{
border-color: #53A211;
}
.TagClassName
{
border-color: #53A211;
}
</style>