Html Css Color HEX #49D770 Emerald

📋 copy color: '#49D770'

red 73 ◦ green 215 ◦ blue 112

#49D770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #49D770

Tints of Emerald #49D770

RGB

 RED value IS 73 (28.91% from 255) = 18.25%

 GREEN value IS 215 (84.38% from 255) = 53.75%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 18.25%
G = 53.75%
B = 28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#49D770 (or 0x49D770) is known color: Emerald. HEX triplet: 49, D7 and 70. RGB value is (73,215,112). Sum of RGB (Red+Green+Blue) = 73+215+112=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #49D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D770 is #B6288F. Grayscale: #A1A1A1. Windows color (decimal): -11937936 or 7395145. OLE color: 7395145.

HSL color Cylindrical-coordinate representation of color #49D770: hue angle of 136.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D770 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 112 -
CMYK 0.66 0 0.48 0.16
HSL 136.48º 0.64% 0.56% -
HSV(B) 136.48º 0.66% 0.84% -
XYZ 29.97 51.19 23.63 -
YUV 160.8 100.46 65.38 -
System Red Green Blue C M Y K H S L
Decimal 73 215 112 0.66 0 0.48 0.16 136.48 0.64 0.56
Hex 49 D7 70 42 0 30 10 88 40 38
Octal 111 327 160 102 0 60 20 210 100 70
Binary 1001001 11010111 1110000 1000010 0 110000 10000 10001000 1000000 111000

Color Harmonies of #49D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D770

Black with #49D770

Text Example


Text Example

White with #49D770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49D770;
 }
 .AnyTagClassName
 {
   color: #49D770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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