Html Css Color HEX #49D856 Emerald

📋 copy color: '#49D856'

red 73 ◦ green 216 ◦ blue 86

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

Shades of Emerald #49D856

Tints of Emerald #49D856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 19.47%
G = 57.6%
B = 22.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#49D856 (or 0x49D856) is known color: Emerald. HEX triplet: 49, D8 and 56. RGB value is (73,216,86). Sum of RGB (Red+Green+Blue) = 73+216+86=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #49D856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D856 is #B627A9. Grayscale: #9E9E9E. Windows color (decimal): -11937706 or 5691465. OLE color: 5691465.

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

Color convert

RGB 73 216 86 -
CMYK 0.66 0 0.60 0.15
HSL 125.45º 0.65% 0.57% -
HSV(B) 125.45º 0.66% 0.85% -
XYZ 28.98 51.2 17.16 -
YUV 158.42 87.12 67.07 -
System Red Green Blue C M Y K H S L
Decimal 73 216 86 0.66 0 0.60 0.15 125.45 0.65 0.57
Hex 49 D8 56 42 0 3C F 7D 41 39
Octal 111 330 126 102 0 74 17 175 101 71
Binary 1001001 11011000 1010110 1000010 0 111100 1111 1111101 1000001 111001

Color Harmonies of #49D856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D856

Black with #49D856

Text Example


Text Example

White with #49D856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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