Html Css Color HEX #52B877 Emerald

📋 copy color: '#52B877'

red 82 ◦ green 184 ◦ blue 119

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

Shades of Emerald #52B877

Tints of Emerald #52B877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 21.3%
G = 47.79%
B = 30.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#52B877 (or 0x52B877) is known color: Emerald. HEX triplet: 52, B8 and 77. RGB value is (82,184,119). Sum of RGB (Red+Green+Blue) = 82+184+119=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #52B877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B877 is #AD4788. Grayscale: #929292. Windows color (decimal): -11356041 or 7845970. OLE color: 7845970.

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

Color convert

RGB 82 184 119 -
CMYK 0.55 0 0.35 0.28
HSL 141.76º 0.42% 0.52% -
HSV(B) 141.76º 0.55% 0.72% -
XYZ 23.95 37.41 23.41 -
YUV 146.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 82 184 119 0.55 0 0.35 0.28 141.76 0.42 0.52
Hex 52 B8 77 37 0 23 1C 8E 2A 34
Octal 122 270 167 67 0 43 34 216 52 64
Binary 1010010 10111000 1110111 110111 0 100011 11100 10001110 101010 110100

Color Harmonies of #52B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B877

Black with #52B877

Text Example


Text Example

White with #52B877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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