#52EA84

Color #52EA84 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #52EA84

Tints of Emerald #52EA84

Color information

#52EA84 (or 0x52EA84) is unknown color: approx 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

RGB82234132-
CMYK0.6500.440.08
HSL139.74º78.35%61.96%-
HSV(B)139.74º64.96%91.76%-
XYZ37.0762.3131.9-
YUV176.92102.6460.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 234 (91.80% from 255) = 52.23%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=18.30%
G=52.23%
B=29.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822341320.6500.440.08139.7478.3561.96
Hex52EA844102C88c4e3e
Octal1223522041010541021411676
Binary10100101110101010000100100000101011001000100011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>