Html Css Color HEX #52C586 Emerald

📋 copy color: '#52C586'

red 82 ◦ green 197 ◦ blue 134

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

Shades of Emerald #52C586

Tints of Emerald #52C586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.7%

 BLUE value IS 134 (52.73% from 255) = 32.45%

R = 19.85%
G = 47.7%
B = 32.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#52C586 (or 0x52C586) is known color: Emerald. HEX triplet: 52, C5 and 86. RGB value is (82,197,134). Sum of RGB (Red+Green+Blue) = 82+197+134=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #52C586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C586 is #AD3A79. Grayscale: #9B9B9B. Windows color (decimal): -11352698 or 8832338. OLE color: 8832338.

HSL color Cylindrical-coordinate representation of color #52C586: hue angle of 147.13º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C586 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 134 -
CMYK 0.58 0 0.32 0.23
HSL 147.13º 0.5% 0.55% -
HSV(B) 147.13º 0.58% 0.77% -
XYZ 27.75 43.45 29.48 -
YUV 155.43 115.9 75.62 -
System Red Green Blue C M Y K H S L
Decimal 82 197 134 0.58 0 0.32 0.23 147.13 0.5 0.55
Hex 52 C5 86 3A 0 20 17 93 32 37
Octal 122 305 206 72 0 40 27 223 62 67
Binary 1010010 11000101 10000110 111010 0 100000 10111 10010011 110010 110111

Color Harmonies of #52C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C586

Black with #52C586

Text Example


Text Example

White with #52C586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,134); }

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

background-color css

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

 a { background-color: rgb(82,197,134); }

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

border-color css

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

 span { border-color: rgb(82,197,134); }

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