#52ED7E

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

Shades of Emerald #52ED7E

Tints of Emerald #52ED7E

Color information

#52ED7E (or 0x52ED7E) is unknown color: approx Emerald. HEX triplet: 52, ED and 7E. RGB value is (82,237,126). Sum of RGB (Red+Green+Blue) = 82+237+126=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52ED7E is #AD1281. Grayscale: #B2B2B2. Windows color (decimal): -11342466 or 8318290. OLE color: 8318290.

HSL color Cylindrical-coordinate representation of color #52ED7E: hue angle of 137.03º 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 #52ED7E is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB82237126-
CMYK0.6500.470.07
HSL137.03º81.15%62.55%-
HSV(B)137.03º65.4%92.94%-
XYZ37.5363.8730.09-
YUV17898.6559.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.43%
GREEN value IS 237 (92.97% from 255) = 53.26%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=18.43%
G=53.26%
B=28.31%

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
Decimal822371260.6500.470.07137.0381.1562.55
Hex52ED7E4102F789513f
Octal122355176101057721112177
Binary101001011101101111111010000010101111111100010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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