#52E88A

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

Shades of Emerald #52E88A

Tints of Emerald #52E88A

Color information

#52E88A (or 0x52E88A) is unknown color: approx Emerald. HEX triplet: 52, E8 and 8A. RGB value is (82,232,138). Sum of RGB (Red+Green+Blue) = 82+232+138=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #52E88A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E88A is #AD1775. Grayscale: #B0B0B0. Windows color (decimal): -11343734 or 9103442. OLE color: 9103442.

HSL color Cylindrical-coordinate representation of color #52E88A: hue angle of 142.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E88A is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB82232138-
CMYK0.6500.410.09
HSL142.4º76.53%61.57%-
HSV(B)142.4º64.66%90.98%-
XYZ36.9261.3433.94-
YUV176.43106.360.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 232 (91.02% from 255) = 51.33%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=18.14%
G=51.33%
B=30.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822321380.6500.410.09142.476.5361.57
Hex52E88A4102998e4d3e
Octal1223502121010511121611576
Binary10100101110100010001010100000101010011001100011101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,232,138); }

 H1.HeaderClassName
 {
   color: #52E88A;
 }
 .AnyTagClassName
 {
   color: #52E88A;
 }
</style>
background-color css

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

 a { background-color: rgb(82,232,138); }

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

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

 span { border-color: rgb(82,232,138); }

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