Html Css Color HEX #49BF80 Emerald

📋 copy color: '#49BF80'

red 73 ◦ green 191 ◦ blue 128

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

Shades of Emerald #49BF80

Tints of Emerald #49BF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 18.62%
G = 48.72%
B = 32.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#49BF80 (or 0x49BF80) is known color: Emerald. HEX triplet: 49, BF and 80. RGB value is (73,191,128). Sum of RGB (Red+Green+Blue) = 73+191+128=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BF80 is #B6407F. Grayscale: #949494. Windows color (decimal): -11944064 or 8437577. OLE color: 8437577.

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

Color convert

RGB 73 191 128 -
CMYK 0.62 0 0.33 0.25
HSL 147.97º 0.48% 0.52% -
HSV(B) 147.97º 0.62% 0.75% -
XYZ 25.27 40.24 26.86 -
YUV 148.54 116.41 74.12 -
System Red Green Blue C M Y K H S L
Decimal 73 191 128 0.62 0 0.33 0.25 147.97 0.48 0.52
Hex 49 BF 80 3E 0 21 19 94 30 34
Octal 111 277 200 76 0 41 31 224 60 64
Binary 1001001 10111111 10000000 111110 0 100001 11001 10010100 110000 110100

Color Harmonies of #49BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF80

Black with #49BF80

Text Example


Text Example

White with #49BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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