#52E18B

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

Shades of Emerald #52E18B

Tints of Emerald #52E18B

Color information

#52E18B (or 0x52E18B) is unknown color: approx Emerald. HEX triplet: 52, E1 and 8B. RGB value is (82,225,139). Sum of RGB (Red+Green+Blue) = 82+225+139=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #52E18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E18B is #AD1E74. Grayscale: #ACACAC. Windows color (decimal): -11345525 or 9167186. OLE color: 9167186.

HSL color Cylindrical-coordinate representation of color #52E18B: hue angle of 143.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E18B is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB82225139-
CMYK0.6400.380.12
HSL143.92º70.44%60.2%-
HSV(B)143.92º63.56%88.24%-
XYZ35.0757.5133.68-
YUV172.44109.1263.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 225 (88.28% from 255) = 50.45%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=18.39%
G=50.45%
B=31.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822251390.6400.380.12143.9270.4460.2
Hex52E18B40026C90463c
Octal1223412131000461422010674
Binary10100101110000110001011100000001001101100100100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,225,139); }

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

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

 a { background-color: rgb(82,225,139); }

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

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

 span { border-color: rgb(82,225,139); }

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