#53A215

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

Shades of Limeade #53A215

Tints of Limeade #53A215

Color information

#53A215 (or 0x53A215) is unknown color: approx Limeade. HEX triplet: 53, A2 and 15. RGB value is (83,162,21). Sum of RGB (Red+Green+Blue) = 83+162+21=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #53A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A215 is #AC5DEA. Grayscale: #7A7A7A. Windows color (decimal): -11296235 or 1417811. OLE color: 1417811.

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

Color convert

RGB8316221-
CMYK0.4900.870.36
HSL93.62º77.05%35.88%-
HSV(B)93.62º87.04%63.53%-
XYZ16.6227.735.19-
YUV122.370.8399.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 162 (63.67% from 255) = 60.90%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=31.20%
G=60.90%
B=7.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162210.4900.870.3693.6277.0535.88
Hex53A21531057245e4d24
Octal123242256101274413611544
Binary101001110100010101011100010101011110010010111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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