#52C473

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

Shades of Emerald #52C473

Tints of Emerald #52C473

Color information

#52C473 (or 0x52C473) is unknown color: approx Emerald. HEX triplet: 52, C4 and 73. RGB value is (82,196,115). Sum of RGB (Red+Green+Blue) = 82+196+115=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #52C473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C473 is #AD3B8C. Grayscale: #989898. Windows color (decimal): -11352973 or 7586898. OLE color: 7586898.

HSL color Cylindrical-coordinate representation of color #52C473: hue angle of 137.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C473 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB82196115-
CMYK0.5800.410.23
HSL137.37º49.14%54.51%-
HSV(B)137.37º58.16%76.86%-
XYZ26.3142.5123.04-
YUV152.68106.7377.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 196 (76.95% from 255) = 49.87%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=20.87%
G=49.87%
B=29.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961150.5800.410.23137.3749.1454.51
Hex52C4733A02917893137
Octal12230416372051272116167
Binary101001011000100111001111101001010011011110001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,115); }

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

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

 a { background-color: rgb(82,196,115); }

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

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

 span { border-color: rgb(82,196,115); }

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