#49E470

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

Shades of Emerald #49E470

Tints of Emerald #49E470

Color information

#49E470 (or 0x49E470) is unknown color: approx Emerald. HEX triplet: 49, E4 and 70. RGB value is (73,228,112). Sum of RGB (Red+Green+Blue) = 73+228+112=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 228 (89.45% from 255 or 55.21% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 228 - color contains mainly: green. Hex color #49E470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E470 is #B61B8F. Grayscale: #A8A8A8. Windows color (decimal): -11934608 or 7398473. OLE color: 7398473.

HSL color Cylindrical-coordinate representation of color #49E470: hue angle of 135.1º 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 #49E470 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB73228112-
CMYK0.6800.510.11
HSL135.1º74.16%59.02%-
HSV(B)135.1º67.98%89.41%-
XYZ33.4258.0724.78-
YUV168.4396.1559.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 228 (89.45% from 255) = 55.21%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=17.68%
G=55.21%
B=27.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732281120.6800.510.11135.174.1659.02
Hex49E47044033B874a3b
Octal1113441601040631320711273
Binary1001001111001001110000100010001100111011100001111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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