Html Css Color HEX #49CB80 Emerald

📋 copy color: '#49CB80'

red 73 ◦ green 203 ◦ blue 128

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

Shades of Emerald #49CB80

Tints of Emerald #49CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.25%

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

R = 18.07%
G = 50.25%
B = 31.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#49CB80 (or 0x49CB80) is known color: Emerald. HEX triplet: 49, CB and 80. RGB value is (73,203,128). Sum of RGB (Red+Green+Blue) = 73+203+128=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CB80 is #B6347F. Grayscale: #9B9B9B. Windows color (decimal): -11940992 or 8440649. OLE color: 8440649.

HSL color Cylindrical-coordinate representation of color #49CB80: hue angle of 145.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB80 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 203 128 -
CMYK 0.64 0 0.37 0.20
HSL 145.38º 0.56% 0.54% -
HSV(B) 145.38º 0.64% 0.8% -
XYZ 28 45.69 27.76 -
YUV 155.58 112.43 69.1 -
System Red Green Blue C M Y K H S L
Decimal 73 203 128 0.64 0 0.37 0.20 145.38 0.56 0.54
Hex 49 CB 80 40 0 25 14 91 38 36
Octal 111 313 200 100 0 45 24 221 70 66
Binary 1001001 11001011 10000000 1000000 0 100101 10100 10010001 111000 110110

Color Harmonies of #49CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB80

Black with #49CB80

Text Example


Text Example

White with #49CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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