#52ED7D

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

Shades of Emerald #52ED7D

Tints of Emerald #52ED7D

Color information

#52ED7D (or 0x52ED7D) is unknown color: approx Emerald. HEX triplet: 52, ED and 7D. RGB value is (82,237,125). Sum of RGB (Red+Green+Blue) = 82+237+125=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52ED7D is #AD1282. Grayscale: #B2B2B2. Windows color (decimal): -11342467 or 8252754. OLE color: 8252754.

HSL color Cylindrical-coordinate representation of color #52ED7D: hue angle of 136.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ED7D is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB82237125-
CMYK0.6500.470.07
HSL136.65º81.15%62.55%-
HSV(B)136.65º65.4%92.94%-
XYZ37.4763.8429.75-
YUV177.8998.1559.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.47%
GREEN value IS 237 (92.97% from 255) = 53.38%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=18.47%
G=53.38%
B=28.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822371250.6500.470.07136.6581.1562.55
Hex52ED7D4102F789513f
Octal122355175101057721112177
Binary101001011101101111110110000010101111111100010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,237,125); }

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

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

 a { background-color: rgb(82,237,125); }

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

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

 span { border-color: rgb(82,237,125); }

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