#49ED82

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

Shades of Emerald #49ED82

Tints of Emerald #49ED82

Color information

#49ED82 (or 0x49ED82) is unknown color: approx Emerald. HEX triplet: 49, ED and 82. RGB value is (73,237,130). Sum of RGB (Red+Green+Blue) = 73+237+130=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED82 is #B6127D. Grayscale: #B0B0B0. Windows color (decimal): -11932286 or 8580425. OLE color: 8580425.

HSL color Cylindrical-coordinate representation of color #49ED82: hue angle of 140.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED82 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB73237130-
CMYK0.6900.450.07
HSL140.85º82%60.78%-
HSV(B)140.85º69.2%92.94%-
XYZ37.0663.631.44-
YUV175.77102.1754.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 237 (92.97% from 255) = 53.86%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=16.59%
G=53.86%
B=29.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732371300.6900.450.07140.858260.78
Hex49ED824502D78d523d
Octal111355202105055721512275
Binary1001001111011011000001010001010101101111100011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,237,130); }

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

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

 a { background-color: rgb(73,237,130); }

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

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

 span { border-color: rgb(73,237,130); }

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