#53D67C

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

Shades of Emerald #53D67C

Tints of Emerald #53D67C

Color information

#53D67C (or 0x53D67C) is unknown color: approx Emerald. HEX triplet: 53, D6 and 7C. RGB value is (83,214,124). Sum of RGB (Red+Green+Blue) = 83+214+124=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #53D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D67C is #AC2983. Grayscale: #A4A4A4. Windows color (decimal): -11282820 or 8181331. OLE color: 8181331.

HSL color Cylindrical-coordinate representation of color #53D67C: hue angle of 138.78º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D67C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB83214124-
CMYK0.6100.420.16
HSL138.78º61.5%58.24%-
HSV(B)138.78º61.21%83.92%-
XYZ31.2551.3927.34-
YUV164.57105.169.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.71%
GREEN value IS 214 (83.98% from 255) = 50.83%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=19.71%
G=50.83%
B=29.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal832141240.6100.420.16138.7861.558.24
Hex53D67C3D02A108b3e3a
Octal12332617475052202137672
Binary101001111010110111110011110101010101000010001011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,214,124); }

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

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

 a { background-color: rgb(83,214,124); }

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

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

 span { border-color: rgb(83,214,124); }

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