Html Css Color HEX #49D78D Emerald

📋 copy color: '#49D78D'

red 73 ◦ green 215 ◦ blue 141

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

Shades of Emerald #49D78D

Tints of Emerald #49D78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 17.02%
G = 50.12%
B = 32.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#49D78D (or 0x49D78D) is known color: Emerald. HEX triplet: 49, D7 and 8D. RGB value is (73,215,141). Sum of RGB (Red+Green+Blue) = 73+215+141=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #49D78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D78D is #B62872. Grayscale: #A4A4A4. Windows color (decimal): -11937907 or 9295689. OLE color: 9295689.

HSL color Cylindrical-coordinate representation of color #49D78D: hue angle of 148.73º 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 #49D78D is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 141 -
CMYK 0.66 0 0.34 0.16
HSL 148.73º 0.64% 0.56% -
HSV(B) 148.73º 0.66% 0.84% -
XYZ 31.86 51.94 33.55 -
YUV 164.11 114.96 63.02 -
System Red Green Blue C M Y K H S L
Decimal 73 215 141 0.66 0 0.34 0.16 148.73 0.64 0.56
Hex 49 D7 8D 42 0 22 10 95 40 38
Octal 111 327 215 102 0 42 20 225 100 70
Binary 1001001 11010111 10001101 1000010 0 100010 10000 10010101 1000000 111000

Color Harmonies of #49D78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D78D

Black with #49D78D

Text Example


Text Example

White with #49D78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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