Html Css Color HEX #49D86E Emerald

📋 copy color: '#49D86E'

red 73 ◦ green 216 ◦ blue 110

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

Shades of Emerald #49D86E

Tints of Emerald #49D86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 18.3%
G = 54.14%
B = 27.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#49D86E (or 0x49D86E) is known color: Emerald. HEX triplet: 49, D8 and 6E. RGB value is (73,216,110). Sum of RGB (Red+Green+Blue) = 73+216+110=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #49D86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D86E is #B62791. Grayscale: #A1A1A1. Windows color (decimal): -11937682 or 7264329. OLE color: 7264329.

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

Color convert

RGB 73 216 110 -
CMYK 0.66 0 0.49 0.15
HSL 135.52º 0.65% 0.57% -
HSV(B) 135.52º 0.66% 0.85% -
XYZ 30.12 51.65 23.13 -
YUV 161.16 99.12 65.12 -
System Red Green Blue C M Y K H S L
Decimal 73 216 110 0.66 0 0.49 0.15 135.52 0.65 0.57
Hex 49 D8 6E 42 0 31 F 88 41 39
Octal 111 330 156 102 0 61 17 210 101 71
Binary 1001001 11011000 1101110 1000010 0 110001 1111 10001000 1000001 111001

Color Harmonies of #49D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D86E

Black with #49D86E

Text Example


Text Example

White with #49D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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