#49D982

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

Shades of Emerald #49D982

Tints of Emerald #49D982

Color information

#49D982 (or 0x49D982) is unknown color: approx Emerald. HEX triplet: 49, D9 and 82. RGB value is (73,217,130). Sum of RGB (Red+Green+Blue) = 73+217+130=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #49D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D982 is #B6267D. Grayscale: #A4A4A4. Windows color (decimal): -11937406 or 8575305. OLE color: 8575305.

HSL color Cylindrical-coordinate representation of color #49D982: hue angle of 143.75º 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 #49D982 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB73217130-
CMYK0.6600.400.15
HSL143.75º65.45%56.86%-
HSV(B)143.75º66.36%85.1%-
XYZ31.5952.6529.62-
YUV164.03108.7963.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 217 (85.16% from 255) = 51.67%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=17.38%
G=51.67%
B=30.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732171300.6600.400.15143.7565.4556.86
Hex49D98242028F904139
Octal1113312021020501722010171
Binary10010011101100110000010100001001010001111100100001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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