Html Css Color HEX #52D48C Emerald

📋 copy color: '#52D48C'

red 82 ◦ green 212 ◦ blue 140

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

Shades of Emerald #52D48C

Tints of Emerald #52D48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 18.89%
G = 48.85%
B = 32.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#52D48C (or 0x52D48C) is known color: Emerald. HEX triplet: 52, D4 and 8C. RGB value is (82,212,140). Sum of RGB (Red+Green+Blue) = 82+212+140=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #52D48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D48C is #AD2B73. Grayscale: #A5A5A5. Windows color (decimal): -11348852 or 9229394. OLE color: 9229394.

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

Color convert

RGB 82 212 140 -
CMYK 0.61 0 0.34 0.17
HSL 146.77º 0.6% 0.58% -
HSV(B) 146.77º 0.61% 0.83% -
XYZ 31.76 50.77 32.94 -
YUV 164.92 113.93 68.85 -
System Red Green Blue C M Y K H S L
Decimal 82 212 140 0.61 0 0.34 0.17 146.77 0.6 0.58
Hex 52 D4 8C 3D 0 22 11 93 3C 3A
Octal 122 324 214 75 0 42 21 223 74 72
Binary 1010010 11010100 10001100 111101 0 100010 10001 10010011 111100 111010

Color Harmonies of #52D48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D48C

Black with #52D48C

Text Example


Text Example

White with #52D48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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