#52E28F

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

Shades of Emerald #52E28F

Tints of Emerald #52E28F

Color information

#52E28F (or 0x52E28F) is unknown color: approx Emerald. HEX triplet: 52, E2 and 8F. RGB value is (82,226,143). Sum of RGB (Red+Green+Blue) = 82+226+143=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #52E28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E28F is #AD1D70. Grayscale: #ADADAD. Windows color (decimal): -11345265 or 9429586. OLE color: 9429586.

HSL color Cylindrical-coordinate representation of color #52E28F: hue angle of 145.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E28F is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB82226143-
CMYK0.6400.370.11
HSL145.42º71.29%60.39%-
HSV(B)145.42º63.72%88.63%-
XYZ35.6358.1735.34-
YUV173.48110.7962.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 226 (88.67% from 255) = 50.11%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=18.18%
G=50.11%
B=31.71%

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
Decimal822261430.6400.370.11145.4271.2960.39
Hex52E28F40025B91473c
Octal1223422171000451322110774
Binary10100101110001010001111100000001001011011100100011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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