Html Css Color HEX #52EC76 Emerald

📋 copy color: '#52EC76'

red 82 ◦ green 236 ◦ blue 118

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

Shades of Emerald #52EC76

Tints of Emerald #52EC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 18.81%
G = 54.13%
B = 27.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#52EC76 (or 0x52EC76) is known color: Emerald. HEX triplet: 52, EC and 76. RGB value is (82,236,118). Sum of RGB (Red+Green+Blue) = 82+236+118=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC76 is #AD1389. Grayscale: #B0B0B0. Windows color (decimal): -11342730 or 7793746. OLE color: 7793746.

HSL color Cylindrical-coordinate representation of color #52EC76: hue angle of 134.03º 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 #52EC76 is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 118 -
CMYK 0.65 0 0.5 0.07
HSL 134.03º 0.8% 0.62% -
HSV(B) 134.03º 0.65% 0.93% -
XYZ 36.75 63.09 27.38 -
YUV 176.5 94.98 60.59 -
System Red Green Blue C M Y K H S L
Decimal 82 236 118 0.65 0 0.5 0.07 134.03 0.8 0.62
Hex 52 EC 76 41 0 32 7 86 50 3E
Octal 122 354 166 101 0 62 7 206 120 76
Binary 1010010 11101100 1110110 1000001 0 110010 111 10000110 1010000 111110

Color Harmonies of #52EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC76

Black with #52EC76

Text Example


Text Example

White with #52EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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