Html Css Color HEX #52BA77 Emerald

📋 copy color: '#52BA77'

red 82 ◦ green 186 ◦ blue 119

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

Shades of Emerald #52BA77

Tints of Emerald #52BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

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

R = 21.19%
G = 48.06%
B = 30.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#52BA77 (or 0x52BA77) is known color: Emerald. HEX triplet: 52, BA and 77. RGB value is (82,186,119). Sum of RGB (Red+Green+Blue) = 82+186+119=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA77 is #AD4588. Grayscale: #939393. Windows color (decimal): -11355529 or 7846482. OLE color: 7846482.

HSL color Cylindrical-coordinate representation of color #52BA77: hue angle of 141.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA77 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 119 -
CMYK 0.56 0 0.36 0.27
HSL 141.35º 0.43% 0.53% -
HSV(B) 141.35º 0.56% 0.73% -
XYZ 24.37 38.24 23.55 -
YUV 147.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 82 186 119 0.56 0 0.36 0.27 141.35 0.43 0.53
Hex 52 BA 77 38 0 24 1B 8D 2B 35
Octal 122 272 167 70 0 44 33 215 53 65
Binary 1010010 10111010 1110111 111000 0 100100 11011 10001101 101011 110101

Color Harmonies of #52BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA77

Black with #52BA77

Text Example


Text Example

White with #52BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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