#49DD61

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

Shades of Emerald #49DD61

Tints of Emerald #49DD61

Color information

#49DD61 (or 0x49DD61) is unknown color: approx Emerald. HEX triplet: 49, DD and 61. RGB value is (73,221,97). Sum of RGB (Red+Green+Blue) = 73+221+97=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD61 is #B6229E. Grayscale: #A2A2A2. Windows color (decimal): -11936415 or 6413641. OLE color: 6413641.

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

Color convert

RGB7322197-
CMYK0.6700.560.13
HSL129.73º68.52%57.65%-
HSV(B)129.73º66.97%86.67%-
XYZ30.7653.9920.11-
YUV162.6190.9764.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=18.67%
G=56.52%
B=24.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73221970.6700.560.13129.7368.5257.65
Hex49DD6143038D82453a
Octal1113351411030701520210572
Binary1001001110111011100001100001101110001101100000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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