#49D966

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

Shades of Emerald #49D966

Tints of Emerald #49D966

Color information

#49D966 (or 0x49D966) is unknown color: approx Emerald. HEX triplet: 49, D9 and 66. RGB value is (73,217,102). Sum of RGB (Red+Green+Blue) = 73+217+102=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #49D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D966 is #B62699. Grayscale: #A1A1A1. Windows color (decimal): -11937434 or 6740297. OLE color: 6740297.

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

Color convert

RGB73217102-
CMYK0.6600.530.15
HSL132.08º65.45%56.86%-
HSV(B)132.08º66.36%85.1%-
XYZ29.965221.03-
YUV160.8394.7965.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 217 (85.16% from 255) = 55.36%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=18.62%
G=55.36%
B=26.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732171020.6600.530.15132.0865.4556.86
Hex49D96642035F844139
Octal1113311461020651720410171
Binary1001001110110011100110100001001101011111100001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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