Html Css Color HEX #49D86A Emerald

📋 copy color: '#49D86A'

red 73 ◦ green 216 ◦ blue 106

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

Shades of Emerald #49D86A

Tints of Emerald #49D86A

RGB

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

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

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

R = 18.48%
G = 54.68%
B = 26.84%

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

#49D86A (or 0x49D86A) is known color: Emerald. HEX triplet: 49, D8 and 6A. RGB value is (73,216,106). Sum of RGB (Red+Green+Blue) = 73+216+106=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #49D86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D86A is #B62795. Grayscale: #A1A1A1. Windows color (decimal): -11937686 or 7002185. OLE color: 7002185.

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

Color convert

RGB 73 216 106 -
CMYK 0.66 0 0.51 0.15
HSL 133.85º 0.65% 0.57% -
HSV(B) 133.85º 0.66% 0.85% -
XYZ 29.91 51.57 22.01 -
YUV 160.7 97.12 65.44 -
System Red Green Blue C M Y K H S L
Decimal 73 216 106 0.66 0 0.51 0.15 133.85 0.65 0.57
Hex 49 D8 6A 42 0 33 F 86 41 39
Octal 111 330 152 102 0 63 17 206 101 71
Binary 1001001 11011000 1101010 1000010 0 110011 1111 10000110 1000001 111001

Color Harmonies of #49D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D86A

Black with #49D86A

Text Example


Text Example

White with #49D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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