Html Css Color HEX #49BF7D Emerald

📋 copy color: '#49BF7D'

red 73 ◦ green 191 ◦ blue 125

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

Shades of Emerald #49BF7D

Tints of Emerald #49BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 18.77%
G = 49.1%
B = 32.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#49BF7D (or 0x49BF7D) is known color: Emerald. HEX triplet: 49, BF and 7D. RGB value is (73,191,125). Sum of RGB (Red+Green+Blue) = 73+191+125=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF7D is #B64082. Grayscale: #949494. Windows color (decimal): -11944067 or 8240969. OLE color: 8240969.

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

Color convert

RGB 73 191 125 -
CMYK 0.62 0 0.35 0.25
HSL 146.44º 0.48% 0.52% -
HSV(B) 146.44º 0.62% 0.75% -
XYZ 25.08 40.16 25.83 -
YUV 148.19 114.91 74.37 -
System Red Green Blue C M Y K H S L
Decimal 73 191 125 0.62 0 0.35 0.25 146.44 0.48 0.52
Hex 49 BF 7D 3E 0 23 19 92 30 34
Octal 111 277 175 76 0 43 31 222 60 64
Binary 1001001 10111111 1111101 111110 0 100011 11001 10010010 110000 110100

Color Harmonies of #49BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF7D

Black with #49BF7D

Text Example


Text Example

White with #49BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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