#49EC76

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

Shades of Emerald #49EC76

Tints of Emerald #49EC76

Color information

#49EC76 (or 0x49EC76) is unknown color: approx Emerald. HEX triplet: 49, EC and 76. RGB value is (73,236,118). Sum of RGB (Red+Green+Blue) = 73+236+118=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC76 is #B61389. Grayscale: #AEAEAE. Windows color (decimal): -11932554 or 7793737. OLE color: 7793737.

HSL color Cylindrical-coordinate representation of color #49EC76: hue angle of 136.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EC76 is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB73236118-
CMYK0.6900.50.07
HSL136.56º81.09%60.59%-
HSV(B)136.56º69.07%92.55%-
XYZ36.0162.7227.35-
YUV173.8196.556.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 236 (92.58% from 255) = 55.27%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=17.10%
G=55.27%
B=27.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732361180.6900.50.07136.5681.0960.59
Hex49EC7645032789513d
Octal111354166105062721112175
Binary100100111101100111011010001010110010111100010011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49EC76; }

 p { color: rgb(73,236,118); }

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

<style>
 a { background-color: #49EC76; }

 a { background-color: rgb(73,236,118); }

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

<style>
 span { border-color: #49EC76; }

 span { border-color: rgb(73,236,118); }

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