Html Css Color HEX #52C084 Emerald

📋 copy color: '#52C084'

red 82 ◦ green 192 ◦ blue 132

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

Shades of Emerald #52C084

Tints of Emerald #52C084

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 20.2%
G = 47.29%
B = 32.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#52C084 (or 0x52C084) is known color: Emerald. HEX triplet: 52, C0 and 84. RGB value is (82,192,132). Sum of RGB (Red+Green+Blue) = 82+192+132=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #52C084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C084 is #AD3F7B. Grayscale: #989898. Windows color (decimal): -11353980 or 8699986. OLE color: 8699986.

HSL color Cylindrical-coordinate representation of color #52C084: hue angle of 147.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C084 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 132 -
CMYK 0.57 0 0.31 0.25
HSL 147.27º 0.47% 0.54% -
HSV(B) 147.27º 0.57% 0.75% -
XYZ 26.49 41.16 28.38 -
YUV 152.27 116.56 77.88 -
System Red Green Blue C M Y K H S L
Decimal 82 192 132 0.57 0 0.31 0.25 147.27 0.47 0.54
Hex 52 C0 84 39 0 1F 19 93 2F 36
Octal 122 300 204 71 0 37 31 223 57 66
Binary 1010010 11000000 10000100 111001 0 11111 11001 10010011 101111 110110

Color Harmonies of #52C084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C084

Black with #52C084

Text Example


Text Example

White with #52C084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,132); }

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

background-color css

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

 a { background-color: rgb(82,192,132); }

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

border-color css

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

 span { border-color: rgb(82,192,132); }

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