Html Css Color HEX #52D676 Emerald

📋 copy color: '#52D676'

red 82 ◦ green 214 ◦ blue 118

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

Shades of Emerald #52D676

Tints of Emerald #52D676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.69%

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

R = 19.81%
G = 51.69%
B = 28.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#52D676 (or 0x52D676) is known color: Emerald. HEX triplet: 52, D6 and 76. RGB value is (82,214,118). Sum of RGB (Red+Green+Blue) = 82+214+118=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #52D676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D676 is #AD2989. Grayscale: #A3A3A3. Windows color (decimal): -11348362 or 7788114. OLE color: 7788114.

HSL color Cylindrical-coordinate representation of color #52D676: hue angle of 136.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D676 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 118 -
CMYK 0.62 0 0.45 0.16
HSL 136.36º 0.62% 0.58% -
HSV(B) 136.36º 0.62% 0.84% -
XYZ 30.8 51.19 25.4 -
YUV 163.59 102.27 69.81 -
System Red Green Blue C M Y K H S L
Decimal 82 214 118 0.62 0 0.45 0.16 136.36 0.62 0.58
Hex 52 D6 76 3E 0 2D 10 88 3E 3A
Octal 122 326 166 76 0 55 20 210 76 72
Binary 1010010 11010110 1110110 111110 0 101101 10000 10001000 111110 111010

Color Harmonies of #52D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D676

Black with #52D676

Text Example


Text Example

White with #52D676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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