Html Css Color HEX #52D173 Emerald

📋 copy color: '#52D173'

red 82 ◦ green 209 ◦ blue 115

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

Shades of Emerald #52D173

Tints of Emerald #52D173

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.48%

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 20.2%
G = 51.48%
B = 28.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#52D173 (or 0x52D173) is known color: Emerald. HEX triplet: 52, D1 and 73. RGB value is (82,209,115). Sum of RGB (Red+Green+Blue) = 82+209+115=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #52D173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D173 is #AD2E8C. Grayscale: #A0A0A0. Windows color (decimal): -11349645 or 7590226. OLE color: 7590226.

HSL color Cylindrical-coordinate representation of color #52D173: hue angle of 135.59º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D173 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 115 -
CMYK 0.61 0 0.45 0.18
HSL 135.59º 0.58% 0.57% -
HSV(B) 135.59º 0.61% 0.82% -
XYZ 29.37 48.63 24.06 -
YUV 160.31 102.42 72.14 -
System Red Green Blue C M Y K H S L
Decimal 82 209 115 0.61 0 0.45 0.18 135.59 0.58 0.57
Hex 52 D1 73 3D 0 2D 12 88 3A 39
Octal 122 321 163 75 0 55 22 210 72 71
Binary 1010010 11010001 1110011 111101 0 101101 10010 10001000 111010 111001

Color Harmonies of #52D173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D173

Black with #52D173

Text Example


Text Example

White with #52D173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,209,115); }

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

background-color css

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

 a { background-color: rgb(82,209,115); }

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

border-color css

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

 span { border-color: rgb(82,209,115); }

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