Html Css Color HEX #52D47C Emerald

📋 copy color: '#52D47C'

red 82 ◦ green 212 ◦ blue 124

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

Shades of Emerald #52D47C

Tints of Emerald #52D47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 19.62%
G = 50.72%
B = 29.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#52D47C (or 0x52D47C) is known color: Emerald. HEX triplet: 52, D4 and 7C. RGB value is (82,212,124). Sum of RGB (Red+Green+Blue) = 82+212+124=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #52D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D47C is #AD2B83. Grayscale: #A3A3A3. Windows color (decimal): -11348868 or 8180818. OLE color: 8180818.

HSL color Cylindrical-coordinate representation of color #52D47C: hue angle of 139.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D47C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 124 -
CMYK 0.61 0 0.42 0.17
HSL 139.38º 0.6% 0.58% -
HSV(B) 139.38º 0.61% 0.83% -
XYZ 30.66 50.34 27.17 -
YUV 163.1 105.93 70.16 -
System Red Green Blue C M Y K H S L
Decimal 82 212 124 0.61 0 0.42 0.17 139.38 0.6 0.58
Hex 52 D4 7C 3D 0 2A 11 8B 3C 3A
Octal 122 324 174 75 0 52 21 213 74 72
Binary 1010010 11010100 1111100 111101 0 101010 10001 10001011 111100 111010

Color Harmonies of #52D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D47C

Black with #52D47C

Text Example


Text Example

White with #52D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,212,124); }

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

background-color css

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

 a { background-color: rgb(82,212,124); }

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

border-color css

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

 span { border-color: rgb(82,212,124); }

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