Html Css Color HEX #52B876 Emerald

📋 copy color: '#52B876'

red 82 ◦ green 184 ◦ blue 118

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

Shades of Emerald #52B876

Tints of Emerald #52B876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 21.35%
G = 47.92%
B = 30.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#52B876 (or 0x52B876) is known color: Emerald. HEX triplet: 52, B8 and 76. RGB value is (82,184,118). Sum of RGB (Red+Green+Blue) = 82+184+118=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #52B876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B876 is #AD4789. Grayscale: #929292. Windows color (decimal): -11356042 or 7780434. OLE color: 7780434.

HSL color Cylindrical-coordinate representation of color #52B876: hue angle of 141.18º 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 #52B876 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 118 -
CMYK 0.55 0 0.36 0.28
HSL 141.18º 0.42% 0.52% -
HSV(B) 141.18º 0.55% 0.72% -
XYZ 23.89 37.38 23.1 -
YUV 145.98 112.21 82.37 -
System Red Green Blue C M Y K H S L
Decimal 82 184 118 0.55 0 0.36 0.28 141.18 0.42 0.52
Hex 52 B8 76 37 0 24 1C 8D 2A 34
Octal 122 270 166 67 0 44 34 215 52 64
Binary 1010010 10111000 1110110 110111 0 100100 11100 10001101 101010 110100

Color Harmonies of #52B876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B876

Black with #52B876

Text Example


Text Example

White with #52B876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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