Html Css Color HEX #49BF85 Emerald

📋 copy color: '#49BF85'

red 73 ◦ green 191 ◦ blue 133

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

Shades of Emerald #49BF85

Tints of Emerald #49BF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 18.39%
G = 48.11%
B = 33.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#49BF85 (or 0x49BF85) is known color: Emerald. HEX triplet: 49, BF and 85. RGB value is (73,191,133). Sum of RGB (Red+Green+Blue) = 73+191+133=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BF85 is #B6407A. Grayscale: #959595. Windows color (decimal): -11944059 or 8765257. OLE color: 8765257.

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

Color convert

RGB 73 191 133 -
CMYK 0.62 0 0.30 0.25
HSL 150.51º 0.48% 0.52% -
HSV(B) 150.51º 0.62% 0.75% -
XYZ 25.61 40.37 28.63 -
YUV 149.11 118.91 73.72 -
System Red Green Blue C M Y K H S L
Decimal 73 191 133 0.62 0 0.30 0.25 150.51 0.48 0.52
Hex 49 BF 85 3E 0 1E 19 97 30 34
Octal 111 277 205 76 0 36 31 227 60 64
Binary 1001001 10111111 10000101 111110 0 11110 11001 10010111 110000 110100

Color Harmonies of #49BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF85

Black with #49BF85

Text Example


Text Example

White with #49BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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