Html Css Color HEX #52EC80 Emerald

📋 copy color: '#52EC80'

red 82 ◦ green 236 ◦ blue 128

#52EC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #52EC80

Tints of Emerald #52EC80

RGB

 RED value IS 82 (32.42% from 255) = 18.39%

 GREEN value IS 236 (92.58% from 255) = 52.91%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 18.39%
G = 52.91%
B = 28.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#52EC80 (or 0x52EC80) is known color: Emerald. HEX triplet: 52, EC and 80. RGB value is (82,236,128). Sum of RGB (Red+Green+Blue) = 82+236+128=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC80 is #AD137F. Grayscale: #B1B1B1. Windows color (decimal): -11342720 or 8449106. OLE color: 8449106.

HSL color Cylindrical-coordinate representation of color #52EC80: hue angle of 137.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC80 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 128 -
CMYK 0.65 0 0.46 0.07
HSL 137.92º 0.8% 0.62% -
HSV(B) 137.92º 0.65% 0.93% -
XYZ 37.37 63.34 30.68 -
YUV 177.64 99.98 59.78 -
System Red Green Blue C M Y K H S L
Decimal 82 236 128 0.65 0 0.46 0.07 137.92 0.8 0.62
Hex 52 EC 80 41 0 2E 7 8A 50 3E
Octal 122 354 200 101 0 56 7 212 120 76
Binary 1010010 11101100 10000000 1000001 0 101110 111 10001010 1010000 111110

Color Harmonies of #52EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC80

Black with #52EC80

Text Example


Text Example

White with #52EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,128); }

 H1.HeaderClassName
 {
   color: #52EC80;
 }
 .AnyTagClassName
 {
   color: #52EC80;
 }
</style>

background-color css

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

 a { background-color: rgb(82,236,128); }

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

border-color css

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

 span { border-color: rgb(82,236,128); }

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