Html Css Color HEX #49F986 Emerald

📋 copy color: '#49F986'

red 73 ◦ green 249 ◦ blue 134

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

Shades of Emerald #49F986

Tints of Emerald #49F986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.61%

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 16.01%
G = 54.61%
B = 29.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#49F986 (or 0x49F986) is known color: Emerald. HEX triplet: 49, F9 and 86. RGB value is (73,249,134). Sum of RGB (Red+Green+Blue) = 73+249+134=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #49F986 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F986 is #B60679. Grayscale: #B7B7B7. Windows color (decimal): -11929210 or 8845641. OLE color: 8845641.

HSL color Cylindrical-coordinate representation of color #49F986: hue angle of 140.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F986 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 249 134 -
CMYK 0.71 0 0.46 0.02
HSL 140.8º 0.94% 0.63% -
HSV(B) 140.8º 0.71% 0.98% -
XYZ 40.93 70.89 34.08 -
YUV 183.27 100.19 49.35 -
System Red Green Blue C M Y K H S L
Decimal 73 249 134 0.71 0 0.46 0.02 140.8 0.94 0.63
Hex 49 F9 86 47 0 2E 2 8D 5E 3F
Octal 111 371 206 107 0 56 2 215 136 77
Binary 1001001 11111001 10000110 1000111 0 101110 10 10001101 1011110 111111

Color Harmonies of #49F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F986

Black with #49F986

Text Example


Text Example

White with #49F986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,134); }

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

background-color css

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

 a { background-color: rgb(73,249,134); }

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

border-color css

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

 span { border-color: rgb(73,249,134); }

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