Html Css Color HEX #49D46F Emerald

📋 copy color: '#49D46F'

red 73 ◦ green 212 ◦ blue 111

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

Shades of Emerald #49D46F

Tints of Emerald #49D46F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.54%

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 18.43%
G = 53.54%
B = 28.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#49D46F (or 0x49D46F) is known color: Emerald. HEX triplet: 49, D4 and 6F. RGB value is (73,212,111). Sum of RGB (Red+Green+Blue) = 73+212+111=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #49D46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D46F is #B62B90. Grayscale: #9F9F9F. Windows color (decimal): -11938705 or 7328841. OLE color: 7328841.

HSL color Cylindrical-coordinate representation of color #49D46F: hue angle of 136.4º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D46F is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 111 -
CMYK 0.66 0 0.48 0.17
HSL 136.4º 0.62% 0.56% -
HSV(B) 136.4º 0.66% 0.83% -
XYZ 29.16 49.65 23.09 -
YUV 158.93 100.95 66.71 -
System Red Green Blue C M Y K H S L
Decimal 73 212 111 0.66 0 0.48 0.17 136.4 0.62 0.56
Hex 49 D4 6F 42 0 30 11 88 3E 38
Octal 111 324 157 102 0 60 21 210 76 70
Binary 1001001 11010100 1101111 1000010 0 110000 10001 10001000 111110 111000

Color Harmonies of #49D46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D46F

Black with #49D46F

Text Example


Text Example

White with #49D46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,111); }

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

background-color css

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

 a { background-color: rgb(73,212,111); }

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

border-color css

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

 span { border-color: rgb(73,212,111); }

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