#49E471

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

Shades of Emerald #49E471

Tints of Emerald #49E471

Color information

#49E471 (or 0x49E471) is unknown color: approx Emerald. HEX triplet: 49, E4 and 71. RGB value is (73,228,113). Sum of RGB (Red+Green+Blue) = 73+228+113=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #49E471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E471 is #B61B8E. Grayscale: #A8A8A8. Windows color (decimal): -11934607 or 7464009. OLE color: 7464009.

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

Color convert

RGB73228113-
CMYK0.6800.500.11
HSL135.48º74.16%59.02%-
HSV(B)135.48º67.98%89.41%-
XYZ33.4758.125.07-
YUV168.5496.6559.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 228 (89.45% from 255) = 55.07%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=17.63%
G=55.07%
B=27.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732281130.6800.500.11135.4874.1659.02
Hex49E47144032B874a3b
Octal1113441611040621320711273
Binary1001001111001001110001100010001100101011100001111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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