#53A526

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

Shades of Limeade #53A526

Tints of Limeade #53A526

Color information

#53A526 (or 0x53A526) is unknown color: approx Limeade. HEX triplet: 53, A5 and 26. RGB value is (83,165,38). Sum of RGB (Red+Green+Blue) = 83+165+38=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #53A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A526 is #AC5AD9. Grayscale: #7E7E7E. Windows color (decimal): -11295450 or 2532691. OLE color: 2532691.

HSL color Cylindrical-coordinate representation of color #53A526: hue angle of 98.74º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53A526 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB8316538-
CMYK0.5000.770.35
HSL98.74º62.56%39.8%-
HSV(B)98.74º76.97%64.71%-
XYZ17.3728.896.49-
YUV12678.3397.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 165 (64.84% from 255) = 57.69%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=29.02%
G=57.69%
B=13.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165380.5000.770.3598.7462.5639.8
Hex53A5263204D23633f28
Octal12324546620115431437750
Binary101001110100101100110110010010011011000111100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,38); }

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

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

 a { background-color: rgb(83,165,38); }

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

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

 span { border-color: rgb(83,165,38); }

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