#49DA66

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

Shades of Emerald #49DA66

Tints of Emerald #49DA66

Color information

#49DA66 (or 0x49DA66) is unknown color: approx Emerald. HEX triplet: 49, DA and 66. RGB value is (73,218,102). Sum of RGB (Red+Green+Blue) = 73+218+102=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA66 is #B62599. Grayscale: #A1A1A1. Windows color (decimal): -11937178 or 6740553. OLE color: 6740553.

HSL color Cylindrical-coordinate representation of color #49DA66: hue angle of 132º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA66 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB73218102-
CMYK0.6700.530.15
HSL132º66.21%57.06%-
HSV(B)132º66.51%85.49%-
XYZ30.2252.5221.11-
YUV161.4294.4664.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 218 (85.55% from 255) = 55.47%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=18.58%
G=55.47%
B=25.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732181020.6700.530.1513266.2157.06
Hex49DA6643035F844239
Octal1113321461030651720410271
Binary1001001110110101100110100001101101011111100001001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,218,102); }

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

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

 a { background-color: rgb(73,218,102); }

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

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

 span { border-color: rgb(73,218,102); }

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