Shades of Limeade #53A527
Tints of Limeade #53A527
RGB
CMYK
RGB Variations
Color information
#53A527 (or 0x53A527) is known color: Limeade. HEX triplet: 53, A5 and 27. RGB value is (83,165,39). Sum of RGB (Red+Green+Blue) = 83+165+39=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #53A527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A527 is #AC5AD8. Grayscale: #7E7E7E. Windows color (decimal): -11295449 or 2598227. OLE color: 2598227.
HSL color Cylindrical-coordinate representation of color #53A527: hue angle of 99.05º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53A527 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 165 | 39 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.35 |
| HSL | 99.05º | 0.62% | 0.4% | - |
| HSV(B) | 99.05º | 0.76% | 0.65% | - |
| XYZ | 17.39 | 28.9 | 6.58 | - |
| YUV | 126.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 39 | 0.50 | 0 | 0.76 | 0.35 | 99.05 | 0.62 | 0.4 |
| Hex | 53 | A5 | 27 | 32 | 0 | 4C | 23 | 63 | 3E | 28 |
| Octal | 123 | 245 | 47 | 62 | 0 | 114 | 43 | 143 | 76 | 50 |
| Binary | 1010011 | 10100101 | 100111 | 110010 | 0 | 1001100 | 100011 | 1100011 | 111110 | 101000 |
Color Harmonies of #53A527
Complementary color
Monochromatic Colors of #53A527
Black with #53A527
Text Example
Text Example
White with #53A527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A527; }
p { color: rgb(83,165,39); }
H1.HeaderClassName
{
color: #53A527;
}
.AnyTagClassName
{
color: #53A527;
}
</style>
background-color css
<style>
a { background-color: #53A527; }
a { background-color: rgb(83,165,39); }
div.DivClassName
{
background-color: #53A527;
}
.BgClassName
{
background-color: #53A527;
}
</style>
border-color css
<style>
span { border-color: #53A527; }
span { border-color: rgb(83,165,39); }
td.TdClassName
{
border-color: #53A527;
}
.TagClassName
{
border-color: #53A527;
}
</style>