#49EB8B

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

Shades of Emerald #49EB8B

Tints of Emerald #49EB8B

Color information

#49EB8B (or 0x49EB8B) is unknown color: approx Emerald. HEX triplet: 49, EB and 8B. RGB value is (73,235,139). Sum of RGB (Red+Green+Blue) = 73+235+139=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EB8B is #B61474. Grayscale: #AFAFAF. Windows color (decimal): -11932789 or 9169737. OLE color: 9169737.

HSL color Cylindrical-coordinate representation of color #49EB8B: hue angle of 144.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EB8B is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB73235139-
CMYK0.6900.410.08
HSL144.44º80.2%60.39%-
HSV(B)144.44º68.94%92.16%-
XYZ37.1262.734.57-
YUV175.62107.3354.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.33%
GREEN value IS 235 (92.19% from 255) = 52.57%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=16.33%
G=52.57%
B=31.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732351390.6900.410.08144.4480.260.39
Hex49EB8B45029890503c
Octal1113532131050511022012074
Binary10010011110101110001011100010101010011000100100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,235,139); }

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

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

 a { background-color: rgb(73,235,139); }

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

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

 span { border-color: rgb(73,235,139); }

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