#52E78F

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

Shades of Emerald #52E78F

Tints of Emerald #52E78F

Color information

#52E78F (or 0x52E78F) is unknown color: approx Emerald. HEX triplet: 52, E7 and 8F. RGB value is (82,231,143). Sum of RGB (Red+Green+Blue) = 82+231+143=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #52E78F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E78F is #AD1870. Grayscale: #B0B0B0. Windows color (decimal): -11343985 or 9430866. OLE color: 9430866.

HSL color Cylindrical-coordinate representation of color #52E78F: hue angle of 144.56º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E78F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB82231143-
CMYK0.6500.380.09
HSL144.56º75.63%61.37%-
HSV(B)144.56º64.5%90.59%-
XYZ37.0160.9335.8-
YUV176.42109.1460.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.98%
GREEN value IS 231 (90.62% from 255) = 50.66%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=17.98%
G=50.66%
B=31.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822311430.6500.380.09144.5675.6361.37
Hex52E78F410269914c3d
Octal1223472171010461122111475
Binary10100101110011110001111100000101001101001100100011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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