#49e66b

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

Shades of Emerald #49E66B

Tints of Emerald #49E66B

Color information

#49E66B (or 0x49E66B) is unknown color: approx Emerald. HEX triplet: 49, E6 and 6B. RGB value is (73,230,107). Sum of RGB (Red+Green+Blue) = 73+230+107=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #49E66B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E66B is #B61994. Grayscale: #A9A9A9. Windows color (decimal): -11934101 or 7071305. OLE color: 7071305.

HSL color Cylindrical-coordinate representation of color #49E66B: hue angle of 132.99º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E66B is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB73230107-
CMYK0.6800.530.10
HSL132.99º75.85%59.41%-
HSV(B)132.99º68.26%90.2%-
XYZ33.759.0723.54-
YUV169.0492.9959.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 230 (90.23% from 255) = 56.10%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=17.80%
G=56.10%
B=26.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732301070.6800.530.10132.9975.8559.41
Hex49E66B44035A854c3b
Octal1113461531040651220511473
Binary1001001111001101101011100010001101011010100001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49e66b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,230,107); }

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

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

 a { background-color: rgb(73,230,107); }

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

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

 span { border-color: rgb(73,230,107); }

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