#49F785

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

Shades of Emerald #49F785

Tints of Emerald #49F785

Color information

#49F785 (or 0x49F785) is unknown color: approx Emerald. HEX triplet: 49, F7 and 85. RGB value is (73,247,133). Sum of RGB (Red+Green+Blue) = 73+247+133=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #49F785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F785 is #B6087A. Grayscale: #B6B6B6. Windows color (decimal): -11929723 or 8779593. OLE color: 8779593.

HSL color Cylindrical-coordinate representation of color #49F785: hue angle of 140.69º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F785 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB73247133-
CMYK0.7000.460.03
HSL140.69º91.58%62.75%-
HSV(B)140.69º70.45%96.86%-
XYZ40.2469.6333.51-
YUV181.98100.3550.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.11%
GREEN value IS 247 (96.88% from 255) = 54.53%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=16.11%
G=54.53%
B=29.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal732471330.7000.460.03140.6991.5862.75
Hex49F7854602E38d5c3f
Octal111367205106056321513477
Binary100100111110111100001011000110010111011100011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,247,133); }

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

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

 a { background-color: rgb(73,247,133); }

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

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

 span { border-color: rgb(73,247,133); }

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