#53A114

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

Shades of Limeade #53A114

Tints of Limeade #53A114

Color information

#53A114 (or 0x53A114) is unknown color: approx Limeade. HEX triplet: 53, A1 and 14. RGB value is (83,161,20). Sum of RGB (Red+Green+Blue) = 83+161+20=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #53A114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A114 is #AC5EEB. Grayscale: #7A7A7A. Windows color (decimal): -11296492 or 1352019. OLE color: 1352019.

HSL color Cylindrical-coordinate representation of color #53A114: hue angle of 93.19º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53A114 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB8316120-
CMYK0.4800.880.37
HSL93.19º77.9%35.49%-
HSV(B)93.19º87.58%63.14%-
XYZ16.4427.385.08-
YUV121.670.66100.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 161 (63.28% from 255) = 60.98%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=31.44%
G=60.98%
B=7.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161200.4800.880.3793.1977.935.49
Hex53A11430058255d4e23
Octal123241246001304513511643
Binary101001110100001101001100000101100010010110111011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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