Html Css Color HEX #49BE80 Emerald

📋 copy color: '#49BE80'

red 73 ◦ green 190 ◦ blue 128

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

Shades of Emerald #49BE80

Tints of Emerald #49BE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.59%

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

R = 18.67%
G = 48.59%
B = 32.74%

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

#49BE80 (or 0x49BE80) is known color: Emerald. HEX triplet: 49, BE and 80. RGB value is (73,190,128). Sum of RGB (Red+Green+Blue) = 73+190+128=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BE80 is #B6417F. Grayscale: #949494. Windows color (decimal): -11944320 or 8437321. OLE color: 8437321.

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

Color convert

RGB 73 190 128 -
CMYK 0.62 0 0.33 0.25
HSL 148.21º 0.47% 0.52% -
HSV(B) 148.21º 0.62% 0.75% -
XYZ 25.06 39.8 26.78 -
YUV 147.95 116.74 74.54 -
System Red Green Blue C M Y K H S L
Decimal 73 190 128 0.62 0 0.33 0.25 148.21 0.47 0.52
Hex 49 BE 80 3E 0 21 19 94 2F 34
Octal 111 276 200 76 0 41 31 224 57 64
Binary 1001001 10111110 10000000 111110 0 100001 11001 10010100 101111 110100

Color Harmonies of #49BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE80

Black with #49BE80

Text Example


Text Example

White with #49BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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