#52E48F

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

Shades of Emerald #52E48F

Tints of Emerald #52E48F

Color information

#52E48F (or 0x52E48F) is unknown color: approx Emerald. HEX triplet: 52, E4 and 8F. RGB value is (82,228,143). Sum of RGB (Red+Green+Blue) = 82+228+143=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #52E48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E48F is #AD1B70. Grayscale: #AEAEAE. Windows color (decimal): -11344753 or 9430098. OLE color: 9430098.

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

Color convert

RGB82228143-
CMYK0.6400.370.11
HSL145.07º73%60.78%-
HSV(B)145.07º64.04%89.41%-
XYZ36.1859.2635.52-
YUV174.66110.1361.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 228 (89.45% from 255) = 50.33%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=18.10%
G=50.33%
B=31.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal822281430.6400.370.11145.077360.78
Hex52E48F40025B91493d
Octal1223442171000451322111175
Binary10100101110010010001111100000001001011011100100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,228,143); }

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

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

 a { background-color: rgb(82,228,143); }

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

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

 span { border-color: rgb(82,228,143); }

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