#52E182

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

Shades of Emerald #52E182

Tints of Emerald #52E182

Color information

#52E182 (or 0x52E182) is unknown color: approx Emerald. HEX triplet: 52, E1 and 82. RGB value is (82,225,130). Sum of RGB (Red+Green+Blue) = 82+225+130=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #52E182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E182 is #AD1E7D. Grayscale: #ABABAB. Windows color (decimal): -11345534 or 8577362. OLE color: 8577362.

HSL color Cylindrical-coordinate representation of color #52E182: hue angle of 140.14º 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 #52E182 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB82225130-
CMYK0.6400.420.12
HSL140.14º70.44%60.2%-
HSV(B)140.14º63.56%88.24%-
XYZ34.4357.2630.36-
YUV171.41104.6264.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 225 (88.28% from 255) = 51.49%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=18.76%
G=51.49%
B=29.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822251300.6400.420.12140.1470.4460.2
Hex52E1824002AC8c463c
Octal1223412021000521421410674
Binary10100101110000110000010100000001010101100100011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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