Html Css Color HEX #49E982 Emerald

📋 copy color: '#49E982'

red 73 ◦ green 233 ◦ blue 130

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

Shades of Emerald #49E982

Tints of Emerald #49E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.44%

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

R = 16.74%
G = 53.44%
B = 29.82%

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

#49E982 (or 0x49E982) is known color: Emerald. HEX triplet: 49, E9 and 82. RGB value is (73,233,130). Sum of RGB (Red+Green+Blue) = 73+233+130=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #49E982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E982 is #B6167D. Grayscale: #ADADAD. Windows color (decimal): -11933310 or 8579401. OLE color: 8579401.

HSL color Cylindrical-coordinate representation of color #49E982: hue angle of 141.38º 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 #49E982 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 233 130 -
CMYK 0.69 0 0.44 0.09
HSL 141.38º 0.78% 0.6% -
HSV(B) 141.38º 0.69% 0.91% -
XYZ 35.92 61.31 31.06 -
YUV 173.42 103.49 56.38 -
System Red Green Blue C M Y K H S L
Decimal 73 233 130 0.69 0 0.44 0.09 141.38 0.78 0.6
Hex 49 E9 82 45 0 2C 9 8D 4E 3C
Octal 111 351 202 105 0 54 11 215 116 74
Binary 1001001 11101001 10000010 1000101 0 101100 1001 10001101 1001110 111100

Color Harmonies of #49E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E982

Black with #49E982

Text Example


Text Example

White with #49E982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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