#52E584

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

Shades of Emerald #52E584

Tints of Emerald #52E584

Color information

#52E584 (or 0x52E584) is unknown color: approx Emerald. HEX triplet: 52, E5 and 84. RGB value is (82,229,132). Sum of RGB (Red+Green+Blue) = 82+229+132=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #52E584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E584 is #AD1A7B. Grayscale: #AEAEAE. Windows color (decimal): -11344508 or 8709458. OLE color: 8709458.

HSL color Cylindrical-coordinate representation of color #52E584: hue angle of 140.41º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E584 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB82229132-
CMYK0.6400.420.10
HSL140.41º73.87%60.98%-
HSV(B)140.41º64.19%89.8%-
XYZ35.6659.531.43-
YUV173.99104.362.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 229 (89.84% from 255) = 51.69%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=18.51%
G=51.69%
B=29.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822291320.6400.420.10140.4173.8760.98
Hex52E5844002AA8c4a3d
Octal1223452041000521221411275
Binary10100101110010110000100100000001010101010100011001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,229,132); }

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

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

 a { background-color: rgb(82,229,132); }

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

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

 span { border-color: rgb(82,229,132); }

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