#52E392

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

Shades of Emerald #52E392

Tints of Emerald #52E392

Color information

#52E392 (or 0x52E392) is unknown color: approx Emerald. HEX triplet: 52, E3 and 92. RGB value is (82,227,146). Sum of RGB (Red+Green+Blue) = 82+227+146=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #52E392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E392 is #AD1C6D. Grayscale: #AEAEAE. Windows color (decimal): -11345006 or 9626450. OLE color: 9626450.

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

Color convert

RGB82227146-
CMYK0.6400.360.11
HSL146.48º72.14%60.59%-
HSV(B)146.48º63.88%89.02%-
XYZ36.1458.8136.64-
YUV174.41111.9662.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 227 (89.06% from 255) = 49.89%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=18.02%
G=49.89%
B=32.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal822271460.6400.360.11146.4872.1460.59
Hex52E39240024B92483d
Octal1223432221000441322211075
Binary10100101110001110010010100000001001001011100100101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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