#52E393

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

Shades of Emerald #52E393

Tints of Emerald #52E393

Color information

#52E393 (or 0x52E393) is unknown color: approx Emerald. HEX triplet: 52, E3 and 93. RGB value is (82,227,147). Sum of RGB (Red+Green+Blue) = 82+227+147=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #52E393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E393 is #AD1C6C. Grayscale: #AEAEAE. Windows color (decimal): -11345005 or 9691986. OLE color: 9691986.

HSL color Cylindrical-coordinate representation of color #52E393: hue angle of 146.9º 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 #52E393 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB82227147-
CMYK0.6400.350.11
HSL146.9º72.14%60.59%-
HSV(B)146.9º63.88%89.02%-
XYZ36.2258.8437.05-
YUV174.52112.4662-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.98%
GREEN value IS 227 (89.06% from 255) = 49.78%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=17.98%
G=49.78%
B=32.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal822271470.6400.350.11146.972.1460.59
Hex52E39340023B93483d
Octal1223432231000431322311075
Binary10100101110001110010011100000001000111011100100111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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