#53D16A

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

Shades of Emerald #53D16A

Tints of Emerald #53D16A

Color information

#53D16A (or 0x53D16A) is unknown color: approx Emerald. HEX triplet: 53, D1 and 6A. RGB value is (83,209,106). Sum of RGB (Red+Green+Blue) = 83+209+106=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #53D16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D16A is #AC2E95. Grayscale: #9F9F9F. Windows color (decimal): -11284118 or 7000403. OLE color: 7000403.

HSL color Cylindrical-coordinate representation of color #53D16A: hue angle of 130.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D16A is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB83209106-
CMYK0.6000.490.18
HSL130.95º57.8%57.25%-
HSV(B)130.95º60.29%81.96%-
XYZ28.9748.4821.47-
YUV159.5897.7673.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 209 (82.03% from 255) = 52.51%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=20.85%
G=52.51%
B=26.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal832091060.6000.490.18130.9557.857.25
Hex53D16A3C03112833a39
Octal12332115274061222037271
Binary101001111010001110101011110001100011001010000011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,209,106); }

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

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

 a { background-color: rgb(83,209,106); }

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

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

 span { border-color: rgb(83,209,106); }

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