Html Css Color HEX #52BB76 Emerald

📋 copy color: '#52BB76'

red 82 ◦ green 187 ◦ blue 118

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

Shades of Emerald #52BB76

Tints of Emerald #52BB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.32%

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

R = 21.19%
G = 48.32%
B = 30.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#52BB76 (or 0x52BB76) is known color: Emerald. HEX triplet: 52, BB and 76. RGB value is (82,187,118). Sum of RGB (Red+Green+Blue) = 82+187+118=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB76 is #AD4489. Grayscale: #939393. Windows color (decimal): -11355274 or 7781202. OLE color: 7781202.

HSL color Cylindrical-coordinate representation of color #52BB76: hue angle of 140.57º degrees, saturation: 0.44, 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 #52BB76 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 118 -
CMYK 0.56 0 0.37 0.27
HSL 140.57º 0.44% 0.53% -
HSV(B) 140.57º 0.56% 0.73% -
XYZ 24.52 38.64 23.31 -
YUV 147.74 111.21 81.11 -
System Red Green Blue C M Y K H S L
Decimal 82 187 118 0.56 0 0.37 0.27 140.57 0.44 0.53
Hex 52 BB 76 38 0 25 1B 8D 2C 35
Octal 122 273 166 70 0 45 33 215 54 65
Binary 1010010 10111011 1110110 111000 0 100101 11011 10001101 101100 110101

Color Harmonies of #52BB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB76

Black with #52BB76

Text Example


Text Example

White with #52BB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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