Shades of Limeade #53A826
Tints of Limeade #53A826
RGB
CMYK
RGB Variations
Color information
#53A826 (or 0x53A826) is known color: Limeade. HEX triplet: 53, A8 and 26. RGB value is (83,168,38). Sum of RGB (Red+Green+Blue) = 83+168+38=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #53A826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A826 is #AC57D9. Grayscale: #808080. Windows color (decimal): -11294682 or 2533459. OLE color: 2533459.
HSL color Cylindrical-coordinate representation of color #53A826: hue angle of 99.23º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53A826 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 38 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.34 |
| HSL | 99.23º | 0.63% | 0.4% | - |
| HSV(B) | 99.23º | 0.77% | 0.66% | - |
| XYZ | 17.92 | 29.98 | 6.68 | - |
| YUV | 127.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 38 | 0.51 | 0 | 0.77 | 0.34 | 99.23 | 0.63 | 0.4 |
| Hex | 53 | A8 | 26 | 33 | 0 | 4D | 22 | 63 | 3F | 28 |
| Octal | 123 | 250 | 46 | 63 | 0 | 115 | 42 | 143 | 77 | 50 |
| Binary | 1010011 | 10101000 | 100110 | 110011 | 0 | 1001101 | 100010 | 1100011 | 111111 | 101000 |
Color Harmonies of #53A826
Complementary color
Monochromatic Colors of #53A826
Black with #53A826
Text Example
Text Example
White with #53A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A826; }
p { color: rgb(83,168,38); }
H1.HeaderClassName
{
color: #53A826;
}
.AnyTagClassName
{
color: #53A826;
}
</style>
background-color css
<style>
a { background-color: #53A826; }
a { background-color: rgb(83,168,38); }
div.DivClassName
{
background-color: #53A826;
}
.BgClassName
{
background-color: #53A826;
}
</style>
border-color css
<style>
span { border-color: #53A826; }
span { border-color: rgb(83,168,38); }
td.TdClassName
{
border-color: #53A826;
}
.TagClassName
{
border-color: #53A826;
}
</style>