Html Css Color HEX #49D96A Emerald

📋 copy color: '#49D96A'

red 73 ◦ green 217 ◦ blue 106

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

Shades of Emerald #49D96A

Tints of Emerald #49D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 18.43%
G = 54.8%
B = 26.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#49D96A (or 0x49D96A) is known color: Emerald. HEX triplet: 49, D9 and 6A. RGB value is (73,217,106). Sum of RGB (Red+Green+Blue) = 73+217+106=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #49D96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D96A is #B62695. Grayscale: #A1A1A1. Windows color (decimal): -11937430 or 7002441. OLE color: 7002441.

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

Color convert

RGB 73 217 106 -
CMYK 0.66 0 0.51 0.15
HSL 133.75º 0.65% 0.57% -
HSV(B) 133.75º 0.66% 0.85% -
XYZ 30.16 52.08 22.1 -
YUV 161.29 96.79 65.03 -
System Red Green Blue C M Y K H S L
Decimal 73 217 106 0.66 0 0.51 0.15 133.75 0.65 0.57
Hex 49 D9 6A 42 0 33 F 86 41 39
Octal 111 331 152 102 0 63 17 206 101 71
Binary 1001001 11011001 1101010 1000010 0 110011 1111 10000110 1000001 111001

Color Harmonies of #49D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D96A

Black with #49D96A

Text Example


Text Example

White with #49D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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