#49D965

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

Shades of Emerald #49D965

Tints of Emerald #49D965

Color information

#49D965 (or 0x49D965) is unknown color: approx Emerald. HEX triplet: 49, D9 and 65. RGB value is (73,217,101). Sum of RGB (Red+Green+Blue) = 73+217+101=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #49D965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D965 is #B6269A. Grayscale: #A1A1A1. Windows color (decimal): -11937435 or 6674761. OLE color: 6674761.

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

Color convert

RGB73217101-
CMYK0.6600.530.15
HSL131.67º65.45%56.86%-
HSV(B)131.67º66.36%85.1%-
XYZ29.9151.9820.77-
YUV160.7294.2965.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 217 (85.16% from 255) = 55.50%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=18.67%
G=55.50%
B=25.83%

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
Decimal732171010.6600.530.15131.6765.4556.86
Hex49D96542035F844139
Octal1113311451020651720410171
Binary1001001110110011100101100001001101011111100001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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