Html Css Color HEX #49DA71 Emerald

📋 copy color: '#49DA71'

red 73 ◦ green 218 ◦ blue 113

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

Shades of Emerald #49DA71

Tints of Emerald #49DA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.96%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 18.07%
G = 53.96%
B = 27.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#49DA71 (or 0x49DA71) is known color: Emerald. HEX triplet: 49, DA and 71. RGB value is (73,218,113). Sum of RGB (Red+Green+Blue) = 73+218+113=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA71 is #B6258E. Grayscale: #A2A2A2. Windows color (decimal): -11937167 or 7461449. OLE color: 7461449.

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

Color convert

RGB 73 218 113 -
CMYK 0.67 0 0.48 0.15
HSL 136.55º 0.66% 0.57% -
HSV(B) 136.55º 0.67% 0.85% -
XYZ 30.8 52.75 24.18 -
YUV 162.68 99.96 64.04 -
System Red Green Blue C M Y K H S L
Decimal 73 218 113 0.67 0 0.48 0.15 136.55 0.66 0.57
Hex 49 DA 71 43 0 30 F 89 42 39
Octal 111 332 161 103 0 60 17 211 102 71
Binary 1001001 11011010 1110001 1000011 0 110000 1111 10001001 1000010 111001

Color Harmonies of #49DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DA71

Black with #49DA71

Text Example


Text Example

White with #49DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,113); }

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

background-color css

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

 a { background-color: rgb(73,218,113); }

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

border-color css

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

 span { border-color: rgb(73,218,113); }

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