#52D175

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

Shades of Emerald #52D175

Tints of Emerald #52D175

Color information

#52D175 (or 0x52D175) is unknown color: approx Emerald. HEX triplet: 52, D1 and 75. RGB value is (82,209,117). Sum of RGB (Red+Green+Blue) = 82+209+117=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #52D175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D175 is #AD2E8A. Grayscale: #A0A0A0. Windows color (decimal): -11349643 or 7721298. OLE color: 7721298.

HSL color Cylindrical-coordinate representation of color #52D175: hue angle of 136.54º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D175 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB82209117-
CMYK0.6100.440.18
HSL136.54º57.99%57.06%-
HSV(B)136.54º60.77%81.96%-
XYZ29.4948.6824.67-
YUV160.54103.4271.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.10%
GREEN value IS 209 (82.03% from 255) = 51.23%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=20.10%
G=51.23%
B=28.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822091170.6100.440.18136.5457.9957.06
Hex52D1753D02C12893a39
Octal12232116575054222117271
Binary101001011010001111010111110101011001001010001001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,209,117); }

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

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

 a { background-color: rgb(82,209,117); }

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

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

 span { border-color: rgb(82,209,117); }

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