Html Css Color HEX #49BF73 Emerald

📋 copy color: '#49BF73'

red 73 ◦ green 191 ◦ blue 115

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

Shades of Emerald #49BF73

Tints of Emerald #49BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 19.26%
G = 50.4%
B = 30.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#49BF73 (or 0x49BF73) is known color: Emerald. HEX triplet: 49, BF and 73. RGB value is (73,191,115). Sum of RGB (Red+Green+Blue) = 73+191+115=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF73 is #B6408C. Grayscale: #939393. Windows color (decimal): -11944077 or 7585609. OLE color: 7585609.

HSL color Cylindrical-coordinate representation of color #49BF73: hue angle of 141.36º 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 #49BF73 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 115 -
CMYK 0.62 0 0.40 0.25
HSL 141.36º 0.48% 0.52% -
HSV(B) 141.36º 0.62% 0.75% -
XYZ 24.47 39.92 22.63 -
YUV 147.05 109.91 75.18 -
System Red Green Blue C M Y K H S L
Decimal 73 191 115 0.62 0 0.40 0.25 141.36 0.48 0.52
Hex 49 BF 73 3E 0 28 19 8D 30 34
Octal 111 277 163 76 0 50 31 215 60 64
Binary 1001001 10111111 1110011 111110 0 101000 11001 10001101 110000 110100

Color Harmonies of #49BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF73

Black with #49BF73

Text Example


Text Example

White with #49BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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