#53A314

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

Shades of Limeade #53A314

Tints of Limeade #53A314

Color information

#53A314 (or 0x53A314) is unknown color: approx Limeade. HEX triplet: 53, A3 and 14. RGB value is (83,163,20). Sum of RGB (Red+Green+Blue) = 83+163+20=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 163 (64.06% from 255 or 61.28% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 163 - color contains mainly: green. Hex color #53A314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A314 is #AC5CEB. Grayscale: #7B7B7B. Windows color (decimal): -11295980 or 1352531. OLE color: 1352531.

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

Color convert

RGB8316320-
CMYK0.4900.880.36
HSL93.57º78.14%35.88%-
HSV(B)93.57º87.73%63.92%-
XYZ16.7928.085.2-
YUV122.787099.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 163 (64.06% from 255) = 61.28%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=31.20%
G=61.28%
B=7.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83163200.4900.880.3693.5778.1435.88
Hex53A31431058245e4e24
Octal123243246101304413611644
Binary101001110100011101001100010101100010010010111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,163,20); }

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

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

 a { background-color: rgb(83,163,20); }

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

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

 span { border-color: rgb(83,163,20); }

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