#49D664

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

Shades of Emerald #49D664

Tints of Emerald #49D664

Color information

#49D664 (or 0x49D664) is unknown color: approx Emerald. HEX triplet: 49, D6 and 64. RGB value is (73,214,100). Sum of RGB (Red+Green+Blue) = 73+214+100=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #49D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D664 is #B6299B. Grayscale: #9F9F9F. Windows color (decimal): -11938204 or 6608457. OLE color: 6608457.

HSL color Cylindrical-coordinate representation of color #49D664: hue angle of 131.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D664 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB73214100-
CMYK0.6600.530.16
HSL131.49º63.23%56.27%-
HSV(B)131.49º65.89%83.92%-
XYZ29.0950.4320.26-
YUV158.8494.7966.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 214 (83.98% from 255) = 55.30%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=18.86%
G=55.30%
B=25.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732141000.6600.530.16131.4963.2356.27
Hex49D6644203510833f38
Octal111326144102065202037770
Binary1001001110101101100100100001001101011000010000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,100); }

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

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

 a { background-color: rgb(73,214,100); }

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

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

 span { border-color: rgb(73,214,100); }

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