#49D981

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

Shades of Emerald #49D981

Tints of Emerald #49D981

Color information

#49D981 (or 0x49D981) is unknown color: approx Emerald. HEX triplet: 49, D9 and 81. RGB value is (73,217,129). Sum of RGB (Red+Green+Blue) = 73+217+129=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #49D981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D981 is #B6267E. Grayscale: #A4A4A4. Windows color (decimal): -11937407 or 8509769. OLE color: 8509769.

HSL color Cylindrical-coordinate representation of color #49D981: hue angle of 143.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D981 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB73217129-
CMYK0.6600.410.15
HSL143.33º65.45%56.86%-
HSV(B)143.33º66.36%85.1%-
XYZ31.5252.6329.27-
YUV163.91108.2963.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.42%
GREEN value IS 217 (85.16% from 255) = 51.79%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=17.42%
G=51.79%
B=30.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732171290.6600.410.15143.3365.4556.86
Hex49D98142029F8f4139
Octal1113312011020511721710171
Binary10010011101100110000001100001001010011111100011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,217,129); }

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

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

 a { background-color: rgb(73,217,129); }

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

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

 span { border-color: rgb(73,217,129); }

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