#53A221

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

Shades of Limeade #53A221

Tints of Limeade #53A221

Color information

#53A221 (or 0x53A221) is unknown color: approx Limeade. HEX triplet: 53, A2 and 21. RGB value is (83,162,33). Sum of RGB (Red+Green+Blue) = 83+162+33=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #53A221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A221 is #AC5DDE. Grayscale: #7C7C7C. Windows color (decimal): -11296223 or 2204243. OLE color: 2204243.

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

Color convert

RGB8316233-
CMYK0.4900.800.36
HSL96.74º66.15%38.24%-
HSV(B)96.74º79.63%63.53%-
XYZ16.7627.795.92-
YUV123.6776.8398.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=29.86%
G=58.27%
B=11.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162330.4900.800.3696.7466.1538.24
Hex53A2213105024614226
Octal123242416101204414110246
Binary1010011101000101000011100010101000010010011000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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