#49DF5F

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

Shades of Emerald #49DF5F

Tints of Emerald #49DF5F

Color information

#49DF5F (or 0x49DF5F) is unknown color: approx Emerald. HEX triplet: 49, DF and 5F. RGB value is (73,223,95). Sum of RGB (Red+Green+Blue) = 73+223+95=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF5F is #B620A0. Grayscale: #A3A3A3. Windows color (decimal): -11935905 or 6283081. OLE color: 6283081.

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

Color convert

RGB7322395-
CMYK0.6700.570.13
HSL128.8º70.09%58.04%-
HSV(B)128.8º67.26%87.45%-
XYZ31.255.0219.8-
YUV163.5689.363.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 223 (87.5% from 255) = 57.03%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=18.67%
G=57.03%
B=24.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73223950.6700.570.13128.870.0958.04
Hex49DF5F43039D81463a
Octal1113371371030711520110672
Binary1001001110111111011111100001101110011101100000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,223,95); }

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

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

 a { background-color: rgb(73,223,95); }

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

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

 span { border-color: rgb(73,223,95); }

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