#53A224

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

Shades of Limeade #53A224

Tints of Limeade #53A224

Color information

#53A224 (or 0x53A224) is unknown color: approx Limeade. HEX triplet: 53, A2 and 24. RGB value is (83,162,36). Sum of RGB (Red+Green+Blue) = 83+162+36=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #53A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A224 is #AC5DDB. Grayscale: #7C7C7C. Windows color (decimal): -11296220 or 2400851. OLE color: 2400851.

HSL color Cylindrical-coordinate representation of color #53A224: hue angle of 97.62º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53A224 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB8316236-
CMYK0.4900.780.36
HSL97.62º63.64%38.82%-
HSV(B)97.62º77.78%63.53%-
XYZ16.8127.816.15-
YUV124.0278.3398.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=29.54%
G=57.65%
B=12.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162360.4900.780.3697.6263.6438.82
Hex53A2243104E24624027
Octal123242446101164414210047
Binary1010011101000101001001100010100111010010011000101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,36); }

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

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

 a { background-color: rgb(83,162,36); }

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

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

 span { border-color: rgb(83,162,36); }

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