#52E18F

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

Shades of Emerald #52E18F

Tints of Emerald #52E18F

Color information

#52E18F (or 0x52E18F) is unknown color: approx Emerald. HEX triplet: 52, E1 and 8F. RGB value is (82,225,143). Sum of RGB (Red+Green+Blue) = 82+225+143=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #52E18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E18F is #AD1E70. Grayscale: #ADADAD. Windows color (decimal): -11345521 or 9429330. OLE color: 9429330.

HSL color Cylindrical-coordinate representation of color #52E18F: hue angle of 145.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E18F is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB82225143-
CMYK0.6400.360.12
HSL145.59º70.44%60.2%-
HSV(B)145.59º63.56%88.24%-
XYZ35.3657.6335.25-
YUV172.9111.1263.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.22%
GREEN value IS 225 (88.28% from 255) = 50%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=18.22%
G=50%
B=31.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822251430.6400.360.12145.5970.4460.2
Hex52E18F40024C92463c
Octal1223412171000441422210674
Binary10100101110000110001111100000001001001100100100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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