#49D964

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

Shades of Emerald #49D964

Tints of Emerald #49D964

Color information

#49D964 (or 0x49D964) is unknown color: approx Emerald. HEX triplet: 49, D9 and 64. RGB value is (73,217,100). Sum of RGB (Red+Green+Blue) = 73+217+100=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #49D964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D964 is #B6269B. Grayscale: #A0A0A0. Windows color (decimal): -11937436 or 6609225. OLE color: 6609225.

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

Color convert

RGB73217100-
CMYK0.6600.540.15
HSL131.25º65.45%56.86%-
HSV(B)131.25º66.36%85.1%-
XYZ29.8651.9620.51-
YUV160.6193.7965.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 217 (85.16% from 255) = 55.64%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=18.72%
G=55.64%
B=25.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732171000.6600.540.15131.2565.4556.86
Hex49D96442036F834139
Octal1113311441020661720310171
Binary1001001110110011100100100001001101101111100000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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