Shades of Limeade #53A010
Tints of Limeade #53A010
RGB
CMYK
RGB Variations
Color information
#53A010 (or 0x53A010) is known color: Limeade. HEX triplet: 53, A0 and 10. RGB value is (83,160,16). Sum of RGB (Red+Green+Blue) = 83+160+16=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #53A010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A010 is #AC5FEF. Grayscale: #797979. Windows color (decimal): -11296752 or 1089619. OLE color: 1089619.
HSL color Cylindrical-coordinate representation of color #53A010: hue angle of 92.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53A010 is Cyan = 0.48, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 16 | - |
| CMYK | 0.48 | 0 | 0.9 | 0.37 |
| HSL | 92.08º | 0.82% | 0.35% | - |
| HSV(B) | 92.08º | 0.9% | 0.63% | - |
| XYZ | 16.23 | 27.02 | 4.85 | - |
| YUV | 120.56 | 68.99 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 16 | 0.48 | 0 | 0.9 | 0.37 | 92.08 | 0.82 | 0.35 |
| Hex | 53 | A0 | 10 | 30 | 0 | 5A | 25 | 5C | 52 | 23 |
| Octal | 123 | 240 | 20 | 60 | 0 | 132 | 45 | 134 | 122 | 43 |
| Binary | 1010011 | 10100000 | 10000 | 110000 | 0 | 1011010 | 100101 | 1011100 | 1010010 | 100011 |
Color Harmonies of #53A010
Complementary color
Monochromatic Colors of #53A010
Black with #53A010
Text Example
Text Example
White with #53A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A010; }
p { color: rgb(83,160,16); }
H1.HeaderClassName
{
color: #53A010;
}
.AnyTagClassName
{
color: #53A010;
}
</style>
background-color css
<style>
a { background-color: #53A010; }
a { background-color: rgb(83,160,16); }
div.DivClassName
{
background-color: #53A010;
}
.BgClassName
{
background-color: #53A010;
}
</style>
border-color css
<style>
span { border-color: #53A010; }
span { border-color: rgb(83,160,16); }
td.TdClassName
{
border-color: #53A010;
}
.TagClassName
{
border-color: #53A010;
}
</style>