Html Css Color HEX #52DC86 Emerald

📋 copy color: '#52DC86'

red 82 ◦ green 220 ◦ blue 134

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

Shades of Emerald #52DC86

Tints of Emerald #52DC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

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

R = 18.81%
G = 50.46%
B = 30.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#52DC86 (or 0x52DC86) is known color: Emerald. HEX triplet: 52, DC and 86. RGB value is (82,220,134). Sum of RGB (Red+Green+Blue) = 82+220+134=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC86 is #AD2379. Grayscale: #A9A9A9. Windows color (decimal): -11346810 or 8838226. OLE color: 8838226.

HSL color Cylindrical-coordinate representation of color #52DC86: hue angle of 142.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC86 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 134 -
CMYK 0.63 0 0.39 0.14
HSL 142.61º 0.66% 0.59% -
HSV(B) 142.61º 0.63% 0.86% -
XYZ 33.38 54.7 31.35 -
YUV 168.93 108.28 65.99 -
System Red Green Blue C M Y K H S L
Decimal 82 220 134 0.63 0 0.39 0.14 142.61 0.66 0.59
Hex 52 DC 86 3F 0 27 E 8F 42 3B
Octal 122 334 206 77 0 47 16 217 102 73
Binary 1010010 11011100 10000110 111111 0 100111 1110 10001111 1000010 111011

Color Harmonies of #52DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC86

Black with #52DC86

Text Example


Text Example

White with #52DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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