#52DE86

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

Shades of Emerald #52DE86

Tints of Emerald #52DE86

Color information

#52DE86 (or 0x52DE86) is unknown color: approx Emerald. HEX triplet: 52, DE and 86. RGB value is (82,222,134). Sum of RGB (Red+Green+Blue) = 82+222+134=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DE86 is #AD2179. Grayscale: #AAAAAA. Windows color (decimal): -11346298 or 8838738. OLE color: 8838738.

HSL color Cylindrical-coordinate representation of color #52DE86: hue angle of 142.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DE86 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB82222134-
CMYK0.6300.400.13
HSL142.29º67.96%59.61%-
HSV(B)142.29º63.06%87.06%-
XYZ33.955.7631.53-
YUV170.11107.6265.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 222 (87.11% from 255) = 50.68%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=18.72%
G=50.68%
B=30.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822221340.6300.400.13142.2967.9659.61
Hex52DE863F028D8e443c
Octal122336206770501521610474
Binary1010010110111101000011011111101010001101100011101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,222,134); }

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

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

 a { background-color: rgb(82,222,134); }

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

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

 span { border-color: rgb(82,222,134); }

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