#49F076

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

Shades of Emerald #49F076

Tints of Emerald #49F076

Color information

#49F076 (or 0x49F076) is unknown color: approx Emerald. HEX triplet: 49, F0 and 76. RGB value is (73,240,118). Sum of RGB (Red+Green+Blue) = 73+240+118=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #49F076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F076 is #B60F89. Grayscale: #B0B0B0. Windows color (decimal): -11931530 or 7794761. OLE color: 7794761.

HSL color Cylindrical-coordinate representation of color #49F076: hue angle of 136.17º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F076 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB73240118-
CMYK0.7000.510.06
HSL136.17º84.77%61.37%-
HSV(B)136.17º69.58%94.12%-
XYZ37.1865.0427.73-
YUV176.1695.1754.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 240 (94.14% from 255) = 55.68%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=16.94%
G=55.68%
B=27.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732401180.7000.510.06136.1784.7761.37
Hex49F07646033688553d
Octal111360166106063621012575
Binary100100111110000111011010001100110011110100010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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