Html Css Color HEX #49E882 Emerald

📋 copy color: '#49E882'

red 73 ◦ green 232 ◦ blue 130

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

Shades of Emerald #49E882

Tints of Emerald #49E882

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.33%

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

R = 16.78%
G = 53.33%
B = 29.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#49E882 (or 0x49E882) is known color: Emerald. HEX triplet: 49, E8 and 82. RGB value is (73,232,130). Sum of RGB (Red+Green+Blue) = 73+232+130=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #49E882 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E882 is #B6177D. Grayscale: #ADADAD. Windows color (decimal): -11933566 or 8579145. OLE color: 8579145.

HSL color Cylindrical-coordinate representation of color #49E882: hue angle of 141.51º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E882 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 232 130 -
CMYK 0.69 0 0.44 0.09
HSL 141.51º 0.78% 0.6% -
HSV(B) 141.51º 0.69% 0.91% -
XYZ 35.63 60.74 30.97 -
YUV 172.83 103.82 56.79 -
System Red Green Blue C M Y K H S L
Decimal 73 232 130 0.69 0 0.44 0.09 141.51 0.78 0.6
Hex 49 E8 82 45 0 2C 9 8E 4E 3C
Octal 111 350 202 105 0 54 11 216 116 74
Binary 1001001 11101000 10000010 1000101 0 101100 1001 10001110 1001110 111100

Color Harmonies of #49E882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E882

Black with #49E882

Text Example


Text Example

White with #49E882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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