#49CD76

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

Shades of Emerald #49CD76

Tints of Emerald #49CD76

Color information

#49CD76 (or 0x49CD76) is unknown color: approx Emerald. HEX triplet: 49, CD and 76. RGB value is (73,205,118). Sum of RGB (Red+Green+Blue) = 73+205+118=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD76 is #B63289. Grayscale: #9B9B9B. Windows color (decimal): -11940490 or 7785801. OLE color: 7785801.

HSL color Cylindrical-coordinate representation of color #49CD76: hue angle of 140.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD76 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB73205118-
CMYK0.6400.420.20
HSL140.45º56.9%54.51%-
HSV(B)140.45º64.39%80.39%-
XYZ27.8546.3924.63-
YUV155.61106.7769.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 205 (80.47% from 255) = 51.77%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=18.43%
G=51.77%
B=29.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051180.6400.420.20140.4556.954.51
Hex49CD764002A148c3937
Octal111315166100052242147167
Binary1001001110011011110110100000001010101010010001100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,118); }

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

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

 a { background-color: rgb(73,205,118); }

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

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

 span { border-color: rgb(73,205,118); }

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