Html Css Color HEX #52ED86 Emerald

📋 copy color: '#52ED86'

red 82 ◦ green 237 ◦ blue 134

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

Shades of Emerald #52ED86

Tints of Emerald #52ED86

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.32%

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

R = 18.1%
G = 52.32%
B = 29.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#52ED86 (or 0x52ED86) is known color: Emerald. HEX triplet: 52, ED and 86. RGB value is (82,237,134). Sum of RGB (Red+Green+Blue) = 82+237+134=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52ED86 is #AD1279. Grayscale: #B3B3B3. Windows color (decimal): -11342458 or 8842578. OLE color: 8842578.

HSL color Cylindrical-coordinate representation of color #52ED86: hue angle of 140.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ED86 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 134 -
CMYK 0.65 0 0.43 0.07
HSL 140.13º 0.81% 0.63% -
HSV(B) 140.13º 0.65% 0.93% -
XYZ 38.07 64.08 32.92 -
YUV 178.91 102.65 58.88 -
System Red Green Blue C M Y K H S L
Decimal 82 237 134 0.65 0 0.43 0.07 140.13 0.81 0.63
Hex 52 ED 86 41 0 2B 7 8C 51 3F
Octal 122 355 206 101 0 53 7 214 121 77
Binary 1010010 11101101 10000110 1000001 0 101011 111 10001100 1010001 111111

Color Harmonies of #52ED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED86

Black with #52ED86

Text Example


Text Example

White with #52ED86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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