#53A236

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

Shades of Limeade #53A236

Tints of Limeade #53A236

Color information

#53A236 (or 0x53A236) is unknown color: approx Limeade. HEX triplet: 53, A2 and 36. RGB value is (83,162,54). Sum of RGB (Red+Green+Blue) = 83+162+54=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #53A236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A236 is #AC5DC9. Grayscale: #7E7E7E. Windows color (decimal): -11296202 or 3580499. OLE color: 3580499.

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

Color convert

RGB8316254-
CMYK0.4900.670.36
HSL103.89º50%42.35%-
HSV(B)103.89º66.67%63.53%-
XYZ17.1527.957.98-
YUV126.0787.3397.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=27.76%
G=54.18%
B=18.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162540.4900.670.36103.895042.35
Hex53A236310432468322a
Octal12324266610103441506252
Binary101001110100010110110110001010000111001001101000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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