Shades of Limeade #53A828
Tints of Limeade #53A828
RGB
CMYK
RGB Variations
Color information
#53A828 (or 0x53A828) is known color: Limeade. HEX triplet: 53, A8 and 28. RGB value is (83,168,40). Sum of RGB (Red+Green+Blue) = 83+168+40=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 168 (66.02% from 255 or 57.73% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 168 - color contains mainly: green. Hex color #53A828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A828 is #AC57D7. Grayscale: #808080. Windows color (decimal): -11294680 or 2664531. OLE color: 2664531.
HSL color Cylindrical-coordinate representation of color #53A828: hue angle of 99.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53A828 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 40 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.34 |
| HSL | 99.84º | 0.62% | 0.41% | - |
| HSV(B) | 99.84º | 0.76% | 0.66% | - |
| XYZ | 17.95 | 30 | 6.85 | - |
| YUV | 127.99 | 78.34 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 40 | 0.51 | 0 | 0.76 | 0.34 | 99.84 | 0.62 | 0.41 |
| Hex | 53 | A8 | 28 | 33 | 0 | 4C | 22 | 64 | 3E | 29 |
| Octal | 123 | 250 | 50 | 63 | 0 | 114 | 42 | 144 | 76 | 51 |
| Binary | 1010011 | 10101000 | 101000 | 110011 | 0 | 1001100 | 100010 | 1100100 | 111110 | 101001 |
Color Harmonies of #53A828
Complementary color
Monochromatic Colors of #53A828
Black with #53A828
Text Example
Text Example
White with #53A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A828; }
p { color: rgb(83,168,40); }
H1.HeaderClassName
{
color: #53A828;
}
.AnyTagClassName
{
color: #53A828;
}
</style>
background-color css
<style>
a { background-color: #53A828; }
a { background-color: rgb(83,168,40); }
div.DivClassName
{
background-color: #53A828;
}
.BgClassName
{
background-color: #53A828;
}
</style>
border-color css
<style>
span { border-color: #53A828; }
span { border-color: rgb(83,168,40); }
td.TdClassName
{
border-color: #53A828;
}
.TagClassName
{
border-color: #53A828;
}
</style>