Html Css Color HEX #49D874 Emerald

📋 copy color: '#49D874'

red 73 ◦ green 216 ◦ blue 116

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

Shades of Emerald #49D874

Tints of Emerald #49D874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.33%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 18.02%
G = 53.33%
B = 28.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#49D874 (or 0x49D874) is known color: Emerald. HEX triplet: 49, D8 and 74. RGB value is (73,216,116). Sum of RGB (Red+Green+Blue) = 73+216+116=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #49D874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D874 is #B6278B. Grayscale: #A2A2A2. Windows color (decimal): -11937676 or 7657545. OLE color: 7657545.

HSL color Cylindrical-coordinate representation of color #49D874: hue angle of 138.04º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D874 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 116 -
CMYK 0.66 0 0.46 0.15
HSL 138.04º 0.65% 0.57% -
HSV(B) 138.04º 0.66% 0.85% -
XYZ 30.46 51.79 24.91 -
YUV 161.84 102.12 64.63 -
System Red Green Blue C M Y K H S L
Decimal 73 216 116 0.66 0 0.46 0.15 138.04 0.65 0.57
Hex 49 D8 74 42 0 2E F 8A 41 39
Octal 111 330 164 102 0 56 17 212 101 71
Binary 1001001 11011000 1110100 1000010 0 101110 1111 10001010 1000001 111001

Color Harmonies of #49D874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D874

Black with #49D874

Text Example


Text Example

White with #49D874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,216,116); }

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

background-color css

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

 a { background-color: rgb(73,216,116); }

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

border-color css

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

 span { border-color: rgb(73,216,116); }

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