Html Css Color HEX #52C376 Emerald

📋 copy color: '#52C376'

red 82 ◦ green 195 ◦ blue 118

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

Shades of Emerald #52C376

Tints of Emerald #52C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

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

R = 20.76%
G = 49.37%
B = 29.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#52C376 (or 0x52C376) is known color: Emerald. HEX triplet: 52, C3 and 76. RGB value is (82,195,118). Sum of RGB (Red+Green+Blue) = 82+195+118=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #52C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C376 is #AD3C89. Grayscale: #989898. Windows color (decimal): -11353226 or 7783250. OLE color: 7783250.

HSL color Cylindrical-coordinate representation of color #52C376: hue angle of 139.12º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C376 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 118 -
CMYK 0.58 0 0.39 0.24
HSL 139.12º 0.48% 0.54% -
HSV(B) 139.12º 0.58% 0.76% -
XYZ 26.26 42.13 23.89 -
YUV 152.44 108.56 77.76 -
System Red Green Blue C M Y K H S L
Decimal 82 195 118 0.58 0 0.39 0.24 139.12 0.48 0.54
Hex 52 C3 76 3A 0 27 18 8B 30 36
Octal 122 303 166 72 0 47 30 213 60 66
Binary 1010010 11000011 1110110 111010 0 100111 11000 10001011 110000 110110

Color Harmonies of #52C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C376

Black with #52C376

Text Example


Text Example

White with #52C376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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