#49EB86

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

Shades of Emerald #49EB86

Tints of Emerald #49EB86

Color information

#49EB86 (or 0x49EB86) is unknown color: approx Emerald. HEX triplet: 49, EB and 86. RGB value is (73,235,134). Sum of RGB (Red+Green+Blue) = 73+235+134=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EB86 is #B61479. Grayscale: #AFAFAF. Windows color (decimal): -11932794 or 8842057. OLE color: 8842057.

HSL color Cylindrical-coordinate representation of color #49EB86: hue angle of 142.59º 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 #49EB86 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB73235134-
CMYK0.6900.430.08
HSL142.59º80.2%60.39%-
HSV(B)142.59º68.94%92.16%-
XYZ36.7662.5532.69-
YUV175.05104.8355.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.52%
GREEN value IS 235 (92.19% from 255) = 53.17%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=16.52%
G=53.17%
B=30.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732351340.6900.430.08142.5980.260.39
Hex49EB864502B88f503c
Octal1113532061050531021712074
Binary10010011110101110000110100010101010111000100011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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