#53A429

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

Shades of Limeade #53A429

Tints of Limeade #53A429

Color information

#53A429 (or 0x53A429) is unknown color: approx Limeade. HEX triplet: 53, A4 and 29. RGB value is (83,164,41). Sum of RGB (Red+Green+Blue) = 83+164+41=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #53A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A429 is #AC5BD6. Grayscale: #7E7E7E. Windows color (decimal): -11295703 or 2729043. OLE color: 2729043.

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

Color convert

RGB8316441-
CMYK0.4900.750.36
HSL99.51º60%40.2%-
HSV(B)99.51º75%64.31%-
XYZ17.2428.556.7-
YUV125.7680.1697.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 164 (64.45% from 255) = 56.94%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=28.82%
G=56.94%
B=14.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83164410.4900.750.3699.516040.2
Hex53A4293104B24643c28
Octal12324451610113441447450
Binary101001110100100101001110001010010111001001100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,164,41); }

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

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

 a { background-color: rgb(83,164,41); }

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

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

 span { border-color: rgb(83,164,41); }

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