Html Css Color HEX #52C082 Emerald

📋 copy color: '#52C082'

red 82 ◦ green 192 ◦ blue 130

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

Shades of Emerald #52C082

Tints of Emerald #52C082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 20.3%
G = 47.52%
B = 32.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#52C082 (or 0x52C082) is known color: Emerald. HEX triplet: 52, C0 and 82. RGB value is (82,192,130). Sum of RGB (Red+Green+Blue) = 82+192+130=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #52C082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C082 is #AD3F7D. Grayscale: #989898. Windows color (decimal): -11353982 or 8568914. OLE color: 8568914.

HSL color Cylindrical-coordinate representation of color #52C082: hue angle of 146.18º 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 #52C082 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 130 -
CMYK 0.57 0 0.32 0.25
HSL 146.18º 0.47% 0.54% -
HSV(B) 146.18º 0.57% 0.75% -
XYZ 26.36 41.1 27.66 -
YUV 152.04 115.56 78.04 -
System Red Green Blue C M Y K H S L
Decimal 82 192 130 0.57 0 0.32 0.25 146.18 0.47 0.54
Hex 52 C0 82 39 0 20 19 92 2F 36
Octal 122 300 202 71 0 40 31 222 57 66
Binary 1010010 11000000 10000010 111001 0 100000 11001 10010010 101111 110110

Color Harmonies of #52C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C082

Black with #52C082

Text Example


Text Example

White with #52C082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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