#53A036

Color #53A036 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #53A036

Tints of Limeade #53A036

Color information

#53A036 (or 0x53A036) is unknown color: approx Limeade. HEX triplet: 53, A0 and 36. RGB value is (83,160,54). Sum of RGB (Red+Green+Blue) = 83+160+54=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #53A036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A036 is #AC5FC9. Grayscale: #7D7D7D. Windows color (decimal): -11296714 or 3579987. OLE color: 3579987.

HSL color Cylindrical-coordinate representation of color #53A036: hue angle of 103.58º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53A036 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB8316054-
CMYK0.4800.660.37
HSL103.58º49.53%41.96%-
HSV(B)103.58º66.25%62.75%-
XYZ16.827.257.86-
YUV124.8987.9998.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=27.95%
G=53.87%
B=18.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83160540.4800.660.37103.5849.5341.96
Hex53A036300422568322a
Octal12324066600102451506252
Binary101001110100000110110110000010000101001011101000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A036; }

 p { color: rgb(83,160,54); }

 H1.HeaderClassName
 {
   color: #53A036;
 }
 .AnyTagClassName
 {
   color: #53A036;
 }
</style>
background-color css

<style>
 a { background-color: #53A036; }

 a { background-color: rgb(83,160,54); }

 div.DivClassName
 {
   background-color: #53A036;
 }
 .BgClassName
 {
   background-color: #53A036;
 }
</style>
border-color css

<style>
 span { border-color: #53A036; }

 span { border-color: rgb(83,160,54); }

 td.TdClassName
 {
   border-color: #53A036;
 }
 .TagClassName
 {
   border-color: #53A036;
 }
</style>