Html Css Color HEX #49DC82 Emerald

📋 copy color: '#49DC82'

red 73 ◦ green 220 ◦ blue 130

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

Shades of Emerald #49DC82

Tints of Emerald #49DC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.01%

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

R = 17.26%
G = 52.01%
B = 30.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#49DC82 (or 0x49DC82) is known color: Emerald. HEX triplet: 49, DC and 82. RGB value is (73,220,130). Sum of RGB (Red+Green+Blue) = 73+220+130=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DC82 is #B6237D. Grayscale: #A6A6A6. Windows color (decimal): -11936638 or 8576073. OLE color: 8576073.

HSL color Cylindrical-coordinate representation of color #49DC82: hue angle of 143.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC82 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 130 -
CMYK 0.67 0 0.41 0.14
HSL 143.27º 0.68% 0.57% -
HSV(B) 143.27º 0.67% 0.86% -
XYZ 32.37 54.21 29.88 -
YUV 165.79 107.8 61.82 -
System Red Green Blue C M Y K H S L
Decimal 73 220 130 0.67 0 0.41 0.14 143.27 0.68 0.57
Hex 49 DC 82 43 0 29 E 8F 44 39
Octal 111 334 202 103 0 51 16 217 104 71
Binary 1001001 11011100 10000010 1000011 0 101001 1110 10001111 1000100 111001

Color Harmonies of #49DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC82

Black with #49DC82

Text Example


Text Example

White with #49DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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