#49DE5A

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

Shades of Emerald #49DE5A

Tints of Emerald #49DE5A

Color information

#49DE5A (or 0x49DE5A) is unknown color: approx Emerald. HEX triplet: 49, DE and 5A. RGB value is (73,222,90). Sum of RGB (Red+Green+Blue) = 73+222+90=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE5A is #B621A5. Grayscale: #A2A2A2. Windows color (decimal): -11936166 or 5955145. OLE color: 5955145.

HSL color Cylindrical-coordinate representation of color #49DE5A: hue angle of 126.85º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE5A is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB7322290-
CMYK0.6700.590.13
HSL126.85º69.3%57.84%-
HSV(B)126.85º67.12%87.06%-
XYZ30.7154.418.55-
YUV162.487.1464.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 222 (87.11% from 255) = 57.66%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=18.96%
G=57.66%
B=23.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73222900.6700.590.13126.8569.357.84
Hex49DE5A4303BD7f453a
Octal1113361321030731517710572
Binary100100111011110101101010000110111011110111111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,90); }

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

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

 a { background-color: rgb(73,222,90); }

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

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

 span { border-color: rgb(73,222,90); }

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