Html Css Color HEX #52D47A Emerald

📋 copy color: '#52D47A'

red 82 ◦ green 212 ◦ blue 122

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

Shades of Emerald #52D47A

Tints of Emerald #52D47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 19.71%
G = 50.96%
B = 29.33%

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

#52D47A (or 0x52D47A) is known color: Emerald. HEX triplet: 52, D4 and 7A. RGB value is (82,212,122). Sum of RGB (Red+Green+Blue) = 82+212+122=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #52D47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D47A is #AD2B85. Grayscale: #A3A3A3. Windows color (decimal): -11348870 or 8049746. OLE color: 8049746.

HSL color Cylindrical-coordinate representation of color #52D47A: hue angle of 138.46º 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 #52D47A is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 122 -
CMYK 0.61 0 0.42 0.17
HSL 138.46º 0.6% 0.58% -
HSV(B) 138.46º 0.61% 0.83% -
XYZ 30.54 50.29 26.51 -
YUV 162.87 104.93 70.32 -
System Red Green Blue C M Y K H S L
Decimal 82 212 122 0.61 0 0.42 0.17 138.46 0.6 0.58
Hex 52 D4 7A 3D 0 2A 11 8A 3C 3A
Octal 122 324 172 75 0 52 21 212 74 72
Binary 1010010 11010100 1111010 111101 0 101010 10001 10001010 111100 111010

Color Harmonies of #52D47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D47A

Black with #52D47A

Text Example


Text Example

White with #52D47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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