Html Css Color HEX #49DC80 Emerald

📋 copy color: '#49DC80'

red 73 ◦ green 220 ◦ blue 128

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

Shades of Emerald #49DC80

Tints of Emerald #49DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.26%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 17.34%
G = 52.26%
B = 30.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#49DC80 (or 0x49DC80) is known color: Emerald. HEX triplet: 49, DC and 80. RGB value is (73,220,128). Sum of RGB (Red+Green+Blue) = 73+220+128=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DC80 is #B6237F. Grayscale: #A5A5A5. Windows color (decimal): -11936640 or 8445001. OLE color: 8445001.

HSL color Cylindrical-coordinate representation of color #49DC80: hue angle of 142.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC80 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 128 -
CMYK 0.67 0 0.42 0.14
HSL 142.45º 0.68% 0.57% -
HSV(B) 142.45º 0.67% 0.86% -
XYZ 32.24 54.16 29.18 -
YUV 165.56 106.8 61.98 -
System Red Green Blue C M Y K H S L
Decimal 73 220 128 0.67 0 0.42 0.14 142.45 0.68 0.57
Hex 49 DC 80 43 0 2A E 8E 44 39
Octal 111 334 200 103 0 52 16 216 104 71
Binary 1001001 11011100 10000000 1000011 0 101010 1110 10001110 1000100 111001

Color Harmonies of #49DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC80

Black with #49DC80

Text Example


Text Example

White with #49DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,128); }

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

background-color css

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

 a { background-color: rgb(73,220,128); }

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

border-color css

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

 span { border-color: rgb(73,220,128); }

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