#49DD7E

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

Shades of Emerald #49DD7E

Tints of Emerald #49DD7E

Color information

#49DD7E (or 0x49DD7E) is unknown color: approx Emerald. HEX triplet: 49, DD and 7E. RGB value is (73,221,126). Sum of RGB (Red+Green+Blue) = 73+221+126=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD7E is #B62281. Grayscale: #A6A6A6. Windows color (decimal): -11936386 or 8314185. OLE color: 8314185.

HSL color Cylindrical-coordinate representation of color #49DD7E: hue angle of 141.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD7E is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB73221126-
CMYK0.6700.430.13
HSL141.49º68.52%57.65%-
HSV(B)141.49º66.97%86.67%-
XYZ32.3754.6428.58-
YUV165.92105.4761.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 221 (86.72% from 255) = 52.62%
BLUE value IS 126 (49.61% from 255) = 30%
R=17.38%
G=52.62%
B=30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732211260.6700.430.13141.4968.5257.65
Hex49DD7E4302BD8d453a
Octal1113351761030531521510572
Binary1001001110111011111110100001101010111101100011011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,221,126); }

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

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

 a { background-color: rgb(73,221,126); }

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

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

 span { border-color: rgb(73,221,126); }

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