Html Css Color HEX #52EA84 Emerald

📋 copy color: '#52EA84'

red 82 ◦ green 234 ◦ blue 132

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

Shades of Emerald #52EA84

Tints of Emerald #52EA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.23%

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 18.3%
G = 52.23%
B = 29.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#52EA84 (or 0x52EA84) is known color: Emerald. HEX triplet: 52, EA and 84. RGB value is (82,234,132). Sum of RGB (Red+Green+Blue) = 82+234+132=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EA84 is #AD157B. Grayscale: #B1B1B1. Windows color (decimal): -11343228 or 8710738. OLE color: 8710738.

HSL color Cylindrical-coordinate representation of color #52EA84: hue angle of 139.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EA84 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 132 -
CMYK 0.65 0 0.44 0.08
HSL 139.74º 0.78% 0.62% -
HSV(B) 139.74º 0.65% 0.92% -
XYZ 37.07 62.31 31.9 -
YUV 176.92 102.64 60.29 -
System Red Green Blue C M Y K H S L
Decimal 82 234 132 0.65 0 0.44 0.08 139.74 0.78 0.62
Hex 52 EA 84 41 0 2C 8 8C 4E 3E
Octal 122 352 204 101 0 54 10 214 116 76
Binary 1010010 11101010 10000100 1000001 0 101100 1000 10001100 1001110 111110

Color Harmonies of #52EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA84

Black with #52EA84

Text Example


Text Example

White with #52EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,132); }

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

background-color css

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

 a { background-color: rgb(82,234,132); }

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

border-color css

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

 span { border-color: rgb(82,234,132); }

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