Html Css Color HEX #49C86F Emerald

📋 copy color: '#49C86F'

red 73 ◦ green 200 ◦ blue 111

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

Shades of Emerald #49C86F

Tints of Emerald #49C86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.08%

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

R = 19.01%
G = 52.08%
B = 28.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#49C86F (or 0x49C86F) is known color: Emerald. HEX triplet: 49, C8 and 6F. RGB value is (73,200,111). Sum of RGB (Red+Green+Blue) = 73+200+111=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #49C86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C86F is #B63790. Grayscale: #989898. Windows color (decimal): -11941777 or 7325769. OLE color: 7325769.

HSL color Cylindrical-coordinate representation of color #49C86F: hue angle of 137.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C86F is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 111 -
CMYK 0.64 0 0.44 0.22
HSL 137.95º 0.54% 0.54% -
HSV(B) 137.95º 0.64% 0.78% -
XYZ 26.27 43.87 22.12 -
YUV 151.88 104.92 71.74 -
System Red Green Blue C M Y K H S L
Decimal 73 200 111 0.64 0 0.44 0.22 137.95 0.54 0.54
Hex 49 C8 6F 40 0 2C 16 8A 36 36
Octal 111 310 157 100 0 54 26 212 66 66
Binary 1001001 11001000 1101111 1000000 0 101100 10110 10001010 110110 110110

Color Harmonies of #49C86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C86F

Black with #49C86F

Text Example


Text Example

White with #49C86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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