#49DD70

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

Shades of Emerald #49DD70

Tints of Emerald #49DD70

Color information

#49DD70 (or 0x49DD70) is unknown color: approx Emerald. HEX triplet: 49, DD and 70. RGB value is (73,221,112). Sum of RGB (Red+Green+Blue) = 73+221+112=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD70 is #B6228F. Grayscale: #A4A4A4. Windows color (decimal): -11936400 or 7396681. OLE color: 7396681.

HSL color Cylindrical-coordinate representation of color #49DD70: hue angle of 135.81º 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 #49DD70 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB73221112-
CMYK0.6700.490.13
HSL135.81º68.52%57.65%-
HSV(B)135.81º66.97%86.67%-
XYZ31.5354.324.15-
YUV164.3298.4762.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.98%
GREEN value IS 221 (86.72% from 255) = 54.43%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=17.98%
G=54.43%
B=27.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732211120.6700.490.13135.8168.5257.65
Hex49DD7043031D88453a
Octal1113351601030611521010572
Binary1001001110111011110000100001101100011101100010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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