Html Css Color HEX #49D882 Emerald

📋 copy color: '#49D882'

red 73 ◦ green 216 ◦ blue 130

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

Shades of Emerald #49D882

Tints of Emerald #49D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 17.42%
G = 51.55%
B = 31.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#49D882 (or 0x49D882) is known color: Emerald. HEX triplet: 49, D8 and 82. RGB value is (73,216,130). Sum of RGB (Red+Green+Blue) = 73+216+130=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #49D882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D882 is #B6277D. Grayscale: #A3A3A3. Windows color (decimal): -11937662 or 8575049. OLE color: 8575049.

HSL color Cylindrical-coordinate representation of color #49D882: hue angle of 143.92º 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 #49D882 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 130 -
CMYK 0.66 0 0.40 0.15
HSL 143.92º 0.65% 0.57% -
HSV(B) 143.92º 0.66% 0.85% -
XYZ 31.33 52.14 29.53 -
YUV 163.44 109.12 63.49 -
System Red Green Blue C M Y K H S L
Decimal 73 216 130 0.66 0 0.40 0.15 143.92 0.65 0.57
Hex 49 D8 82 42 0 28 F 90 41 39
Octal 111 330 202 102 0 50 17 220 101 71
Binary 1001001 11011000 10000010 1000010 0 101000 1111 10010000 1000001 111001

Color Harmonies of #49D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D882

Black with #49D882

Text Example


Text Example

White with #49D882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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