Html Css Color HEX #49D756 Emerald

📋 copy color: '#49D756'

red 73 ◦ green 215 ◦ blue 86

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

Shades of Emerald #49D756

Tints of Emerald #49D756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.49%

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 19.52%
G = 57.49%
B = 22.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#49D756 (or 0x49D756) is known color: Emerald. HEX triplet: 49, D7 and 56. RGB value is (73,215,86). Sum of RGB (Red+Green+Blue) = 73+215+86=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #49D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D756 is #B628A9. Grayscale: #9E9E9E. Windows color (decimal): -11937962 or 5691209. OLE color: 5691209.

HSL color Cylindrical-coordinate representation of color #49D756: hue angle of 125.49º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D756 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 86 -
CMYK 0.66 0 0.6 0.16
HSL 125.49º 0.64% 0.56% -
HSV(B) 125.49º 0.66% 0.84% -
XYZ 28.73 50.69 17.07 -
YUV 157.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 73 215 86 0.66 0 0.6 0.16 125.49 0.64 0.56
Hex 49 D7 56 42 0 3C 10 7D 40 38
Octal 111 327 126 102 0 74 20 175 100 70
Binary 1001001 11010111 1010110 1000010 0 111100 10000 1111101 1000000 111000

Color Harmonies of #49D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D756

Black with #49D756

Text Example


Text Example

White with #49D756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,215,86); }

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

background-color css

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

 a { background-color: rgb(73,215,86); }

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

border-color css

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

 span { border-color: rgb(73,215,86); }

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