#52D57C

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

Shades of Emerald #52D57C

Tints of Emerald #52D57C

Color information

#52D57C (or 0x52D57C) is unknown color: approx Emerald. HEX triplet: 52, D5 and 7C. RGB value is (82,213,124). Sum of RGB (Red+Green+Blue) = 82+213+124=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #52D57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D57C is #AD2A83. Grayscale: #A3A3A3. Windows color (decimal): -11348612 or 8181074. OLE color: 8181074.

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

Color convert

RGB82213124-
CMYK0.6200.420.16
HSL139.24º60.93%57.84%-
HSV(B)139.24º61.5%83.53%-
XYZ30.9150.8427.25-
YUV163.68105.669.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.57%
GREEN value IS 213 (83.59% from 255) = 50.84%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=19.57%
G=50.84%
B=29.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822131240.6200.420.16139.2460.9357.84
Hex52D57C3E02A108b3d3a
Octal12232517476052202137572
Binary101001011010101111110011111001010101000010001011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52D57C; }

 p { color: rgb(82,213,124); }

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

<style>
 a { background-color: #52D57C; }

 a { background-color: rgb(82,213,124); }

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

<style>
 span { border-color: #52D57C; }

 span { border-color: rgb(82,213,124); }

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