Html Css Color HEX #49D080 Emerald

📋 copy color: '#49D080'

red 73 ◦ green 208 ◦ blue 128

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

Shades of Emerald #49D080

Tints of Emerald #49D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

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

R = 17.85%
G = 50.86%
B = 31.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#49D080 (or 0x49D080) is known color: Emerald. HEX triplet: 49, D0 and 80. RGB value is (73,208,128). Sum of RGB (Red+Green+Blue) = 73+208+128=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #49D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D080 is #B62F7F. Grayscale: #9E9E9E. Windows color (decimal): -11939712 or 8441929. OLE color: 8441929.

HSL color Cylindrical-coordinate representation of color #49D080: hue angle of 144.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D080 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 128 -
CMYK 0.65 0 0.38 0.18
HSL 144.44º 0.59% 0.55% -
HSV(B) 144.44º 0.65% 0.82% -
XYZ 29.2 48.09 28.16 -
YUV 158.52 110.77 67 -
System Red Green Blue C M Y K H S L
Decimal 73 208 128 0.65 0 0.38 0.18 144.44 0.59 0.55
Hex 49 D0 80 41 0 26 12 90 3B 37
Octal 111 320 200 101 0 46 22 220 73 67
Binary 1001001 11010000 10000000 1000001 0 100110 10010 10010000 111011 110111

Color Harmonies of #49D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D080

Black with #49D080

Text Example


Text Example

White with #49D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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