Html Css Color HEX #49D96D Emerald

📋 copy color: '#49D96D'

red 73 ◦ green 217 ◦ blue 109

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

Shades of Emerald #49D96D

Tints of Emerald #49D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.39%

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 18.3%
G = 54.39%
B = 27.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#49D96D (or 0x49D96D) is known color: Emerald. HEX triplet: 49, D9 and 6D. RGB value is (73,217,109). Sum of RGB (Red+Green+Blue) = 73+217+109=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #49D96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D96D is #B62692. Grayscale: #A1A1A1. Windows color (decimal): -11937427 or 7199049. OLE color: 7199049.

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

Color convert

RGB 73 217 109 -
CMYK 0.66 0 0.50 0.15
HSL 135º 0.65% 0.57% -
HSV(B) 135º 0.66% 0.85% -
XYZ 30.32 52.15 22.94 -
YUV 161.63 98.29 64.78 -
System Red Green Blue C M Y K H S L
Decimal 73 217 109 0.66 0 0.50 0.15 135 0.65 0.57
Hex 49 D9 6D 42 0 32 F 87 41 39
Octal 111 331 155 102 0 62 17 207 101 71
Binary 1001001 11011001 1101101 1000010 0 110010 1111 10000111 1000001 111001

Color Harmonies of #49D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D96D

Black with #49D96D

Text Example


Text Example

White with #49D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,217,109); }

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

background-color css

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

 a { background-color: rgb(73,217,109); }

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

border-color css

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

 span { border-color: rgb(73,217,109); }

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