#52EA73

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

Shades of Emerald #52EA73

Tints of Emerald #52EA73

Color information

#52EA73 (or 0x52EA73) is unknown color: approx Emerald. HEX triplet: 52, EA and 73. RGB value is (82,234,115). Sum of RGB (Red+Green+Blue) = 82+234+115=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EA73 is #AD158C. Grayscale: #AFAFAF. Windows color (decimal): -11343245 or 7596626. OLE color: 7596626.

HSL color Cylindrical-coordinate representation of color #52EA73: hue angle of 133.03º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EA73 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB82234115-
CMYK0.6500.510.08
HSL133.03º78.35%61.96%-
HSV(B)133.03º64.96%91.76%-
XYZ3661.8826.27-
YUV174.9994.1461.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 234 (91.80% from 255) = 54.29%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=19.03%
G=54.29%
B=26.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822341150.6500.510.08133.0378.3561.96
Hex52EA73410338854e3e
Octal1223521631010631020511676
Binary1010010111010101110011100000101100111000100001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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