Html Css Color HEX #49BF86 Emerald

📋 copy color: '#49BF86'

red 73 ◦ green 191 ◦ blue 134

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

Shades of Emerald #49BF86

Tints of Emerald #49BF86

RGB

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

 GREEN value IS 191 (75% from 255) = 47.99%

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 18.34%
G = 47.99%
B = 33.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#49BF86 (or 0x49BF86) is known color: Emerald. HEX triplet: 49, BF and 86. RGB value is (73,191,134). Sum of RGB (Red+Green+Blue) = 73+191+134=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BF86 is #B64079. Grayscale: #959595. Windows color (decimal): -11944058 or 8830793. OLE color: 8830793.

HSL color Cylindrical-coordinate representation of color #49BF86: hue angle of 151.02º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF86 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 134 -
CMYK 0.62 0 0.30 0.25
HSL 151.02º 0.48% 0.52% -
HSV(B) 151.02º 0.62% 0.75% -
XYZ 25.68 40.4 29 -
YUV 149.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 73 191 134 0.62 0 0.30 0.25 151.02 0.48 0.52
Hex 49 BF 86 3E 0 1E 19 97 30 34
Octal 111 277 206 76 0 36 31 227 60 64
Binary 1001001 10111111 10000110 111110 0 11110 11001 10010111 110000 110100

Color Harmonies of #49BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF86

Black with #49BF86

Text Example


Text Example

White with #49BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,134); }

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

background-color css

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

 a { background-color: rgb(73,191,134); }

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

border-color css

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

 span { border-color: rgb(73,191,134); }

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