Html Css Color HEX #49D880 Emerald

📋 copy color: '#49D880'

red 73 ◦ green 216 ◦ blue 128

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

Shades of Emerald #49D880

Tints of Emerald #49D880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.8%

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

R = 17.51%
G = 51.8%
B = 30.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#49D880 (or 0x49D880) is known color: Emerald. HEX triplet: 49, D8 and 80. RGB value is (73,216,128). Sum of RGB (Red+Green+Blue) = 73+216+128=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #49D880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D880 is #B6277F. Grayscale: #A3A3A3. Windows color (decimal): -11937664 or 8443977. OLE color: 8443977.

HSL color Cylindrical-coordinate representation of color #49D880: hue angle of 143.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D880 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 128 -
CMYK 0.66 0 0.41 0.15
HSL 143.08º 0.65% 0.57% -
HSV(B) 143.08º 0.66% 0.85% -
XYZ 31.2 52.09 28.83 -
YUV 163.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 73 216 128 0.66 0 0.41 0.15 143.08 0.65 0.57
Hex 49 D8 80 42 0 29 F 8F 41 39
Octal 111 330 200 102 0 51 17 217 101 71
Binary 1001001 11011000 10000000 1000010 0 101001 1111 10001111 1000001 111001

Color Harmonies of #49D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D880

Black with #49D880

Text Example


Text Example

White with #49D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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