#49E481

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

Shades of Emerald #49E481

Tints of Emerald #49E481

Color information

#49E481 (or 0x49E481) is unknown color: approx Emerald. HEX triplet: 49, E4 and 81. RGB value is (73,228,129). Sum of RGB (Red+Green+Blue) = 73+228+129=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #49E481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E481 is #B61B7E. Grayscale: #AAAAAA. Windows color (decimal): -11934591 or 8512585. OLE color: 8512585.

HSL color Cylindrical-coordinate representation of color #49E481: hue angle of 141.68º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E481 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB73228129-
CMYK0.6800.430.11
HSL141.68º74.16%59.02%-
HSV(B)141.68º67.98%89.41%-
XYZ34.4558.4930.24-
YUV170.37104.6558.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 228 (89.45% from 255) = 53.02%
BLUE value IS 129 (50.78% from 255) = 30%
R=16.98%
G=53.02%
B=30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732281290.6800.430.11141.6874.1659.02
Hex49E4814402BB8e4a3b
Octal1113442011040531321611273
Binary10010011110010010000001100010001010111011100011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,228,129); }

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

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

 a { background-color: rgb(73,228,129); }

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

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

 span { border-color: rgb(73,228,129); }

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