Html Css Color HEX #52E386 Emerald

📋 copy color: '#52E386'

red 82 ◦ green 227 ◦ blue 134

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

Shades of Emerald #52E386

Tints of Emerald #52E386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.24%

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

R = 18.51%
G = 51.24%
B = 30.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#52E386 (or 0x52E386) is known color: Emerald. HEX triplet: 52, E3 and 86. RGB value is (82,227,134). Sum of RGB (Red+Green+Blue) = 82+227+134=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #52E386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E386 is #AD1C79. Grayscale: #ADADAD. Windows color (decimal): -11345018 or 8840018. OLE color: 8840018.

HSL color Cylindrical-coordinate representation of color #52E386: hue angle of 141.52º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E386 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 134 -
CMYK 0.64 0 0.41 0.11
HSL 141.52º 0.72% 0.61% -
HSV(B) 141.52º 0.64% 0.89% -
XYZ 35.25 58.45 31.98 -
YUV 173.04 105.96 63.06 -
System Red Green Blue C M Y K H S L
Decimal 82 227 134 0.64 0 0.41 0.11 141.52 0.72 0.61
Hex 52 E3 86 40 0 29 B 8E 48 3D
Octal 122 343 206 100 0 51 13 216 110 75
Binary 1010010 11100011 10000110 1000000 0 101001 1011 10001110 1001000 111101

Color Harmonies of #52E386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E386

Black with #52E386

Text Example


Text Example

White with #52E386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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