#49d85e

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

Shades of Emerald #49D85E

Tints of Emerald #49D85E

Color information

#49D85E (or 0x49D85E) is unknown color: approx Emerald. HEX triplet: 49, D8 and 5E. RGB value is (73,216,94). Sum of RGB (Red+Green+Blue) = 73+216+94=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #49D85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D85E is #B627A1. Grayscale: #9F9F9F. Windows color (decimal): -11937698 or 6215753. OLE color: 6215753.

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

Color convert

RGB7321694-
CMYK0.6600.560.15
HSL128.81º64.71%56.67%-
HSV(B)128.81º66.2%84.71%-
XYZ29.3251.3418.95-
YUV159.3391.1266.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 216 (84.77% from 255) = 56.40%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=19.06%
G=56.40%
B=24.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73216940.6600.560.15128.8164.7156.67
Hex49D85E42038F814139
Octal1113301361020701720110171
Binary1001001110110001011110100001001110001111100000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49d85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,216,94); }

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

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

 a { background-color: rgb(73,216,94); }

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

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

 span { border-color: rgb(73,216,94); }

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