Html Css Color HEX #52ED80 Emerald

📋 copy color: '#52ED80'

red 82 ◦ green 237 ◦ blue 128

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

Shades of Emerald #52ED80

Tints of Emerald #52ED80

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.02%

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

R = 18.34%
G = 53.02%
B = 28.64%

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

#52ED80 (or 0x52ED80) is known color: Emerald. HEX triplet: 52, ED and 80. RGB value is (82,237,128). Sum of RGB (Red+Green+Blue) = 82+237+128=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52ED80 is #AD127F. Grayscale: #B2B2B2. Windows color (decimal): -11342464 or 8449362. OLE color: 8449362.

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

Color convert

RGB 82 237 128 -
CMYK 0.65 0 0.46 0.07
HSL 137.81º 0.81% 0.63% -
HSV(B) 137.81º 0.65% 0.93% -
XYZ 37.66 63.92 30.78 -
YUV 178.23 99.65 59.36 -
System Red Green Blue C M Y K H S L
Decimal 82 237 128 0.65 0 0.46 0.07 137.81 0.81 0.63
Hex 52 ED 80 41 0 2E 7 8A 51 3F
Octal 122 355 200 101 0 56 7 212 121 77
Binary 1010010 11101101 10000000 1000001 0 101110 111 10001010 1010001 111111

Color Harmonies of #52ED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED80

Black with #52ED80

Text Example


Text Example

White with #52ED80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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