Html Css Color HEX #52B873 Emerald

📋 copy color: '#52B873'

red 82 ◦ green 184 ◦ blue 115

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

Shades of Emerald #52B873

Tints of Emerald #52B873

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

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

R = 21.52%
G = 48.29%
B = 30.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#52B873 (or 0x52B873) is known color: Emerald. HEX triplet: 52, B8 and 73. RGB value is (82,184,115). Sum of RGB (Red+Green+Blue) = 82+184+115=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #52B873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B873 is #AD478C. Grayscale: #919191. Windows color (decimal): -11356045 or 7583826. OLE color: 7583826.

HSL color Cylindrical-coordinate representation of color #52B873: hue angle of 139.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B873 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 115 -
CMYK 0.55 0 0.38 0.28
HSL 139.41º 0.42% 0.52% -
HSV(B) 139.41º 0.55% 0.72% -
XYZ 23.71 37.31 22.17 -
YUV 145.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 82 184 115 0.55 0 0.38 0.28 139.41 0.42 0.52
Hex 52 B8 73 37 0 26 1C 8B 2A 34
Octal 122 270 163 67 0 46 34 213 52 64
Binary 1010010 10111000 1110011 110111 0 100110 11100 10001011 101010 110100

Color Harmonies of #52B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B873

Black with #52B873

Text Example


Text Example

White with #52B873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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