Html Css Color HEX #49D866 Emerald

📋 copy color: '#49D866'

red 73 ◦ green 216 ◦ blue 102

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

Shades of Emerald #49D866

Tints of Emerald #49D866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 18.67%
G = 55.24%
B = 26.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#49D866 (or 0x49D866) is known color: Emerald. HEX triplet: 49, D8 and 66. RGB value is (73,216,102). Sum of RGB (Red+Green+Blue) = 73+216+102=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #49D866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D866 is #B62799. Grayscale: #A0A0A0. Windows color (decimal): -11937690 or 6740041. OLE color: 6740041.

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

Color convert

RGB 73 216 102 -
CMYK 0.66 0 0.53 0.15
HSL 132.17º 0.65% 0.57% -
HSV(B) 132.17º 0.66% 0.85% -
XYZ 29.7 51.49 20.94 -
YUV 160.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 73 216 102 0.66 0 0.53 0.15 132.17 0.65 0.57
Hex 49 D8 66 42 0 35 F 84 41 39
Octal 111 330 146 102 0 65 17 204 101 71
Binary 1001001 11011000 1100110 1000010 0 110101 1111 10000100 1000001 111001

Color Harmonies of #49D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D866

Black with #49D866

Text Example


Text Example

White with #49D866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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