Html Css Color HEX #49BF78 Emerald

📋 copy color: '#49BF78'

red 73 ◦ green 191 ◦ blue 120

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

Shades of Emerald #49BF78

Tints of Emerald #49BF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 19.01%
G = 49.74%
B = 31.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#49BF78 (or 0x49BF78) is known color: Emerald. HEX triplet: 49, BF and 78. RGB value is (73,191,120). Sum of RGB (Red+Green+Blue) = 73+191+120=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF78 is #B64087. Grayscale: #939393. Windows color (decimal): -11944072 or 7913289. OLE color: 7913289.

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

Color convert

RGB 73 191 120 -
CMYK 0.62 0 0.37 0.25
HSL 143.9º 0.48% 0.52% -
HSV(B) 143.9º 0.62% 0.75% -
XYZ 24.77 40.03 24.19 -
YUV 147.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 73 191 120 0.62 0 0.37 0.25 143.9 0.48 0.52
Hex 49 BF 78 3E 0 25 19 90 30 34
Octal 111 277 170 76 0 45 31 220 60 64
Binary 1001001 10111111 1111000 111110 0 100101 11001 10010000 110000 110100

Color Harmonies of #49BF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF78

Black with #49BF78

Text Example


Text Example

White with #49BF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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