Html Css Color HEX #52C379 Emerald

📋 copy color: '#52C379'

red 82 ◦ green 195 ◦ blue 121

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

Shades of Emerald #52C379

Tints of Emerald #52C379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 20.6%
G = 48.99%
B = 30.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#52C379 (or 0x52C379) is known color: Emerald. HEX triplet: 52, C3 and 79. RGB value is (82,195,121). Sum of RGB (Red+Green+Blue) = 82+195+121=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #52C379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C379 is #AD3C86. Grayscale: #989898. Windows color (decimal): -11353223 or 7979858. OLE color: 7979858.

HSL color Cylindrical-coordinate representation of color #52C379: hue angle of 140.71º 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 #52C379 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 121 -
CMYK 0.58 0 0.38 0.24
HSL 140.71º 0.48% 0.54% -
HSV(B) 140.71º 0.58% 0.76% -
XYZ 26.45 42.2 24.84 -
YUV 152.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 82 195 121 0.58 0 0.38 0.24 140.71 0.48 0.54
Hex 52 C3 79 3A 0 26 18 8D 30 36
Octal 122 303 171 72 0 46 30 215 60 66
Binary 1010010 11000011 1111001 111010 0 100110 11000 10001101 110000 110110

Color Harmonies of #52C379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C379

Black with #52C379

Text Example


Text Example

White with #52C379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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