Html Css Color HEX #49DC8D Emerald

📋 copy color: '#49DC8D'

red 73 ◦ green 220 ◦ blue 141

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

Shades of Emerald #49DC8D

Tints of Emerald #49DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 16.82%
G = 50.69%
B = 32.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#49DC8D (or 0x49DC8D) is known color: Emerald. HEX triplet: 49, DC and 8D. RGB value is (73,220,141). Sum of RGB (Red+Green+Blue) = 73+220+141=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DC8D is #B62372. Grayscale: #A7A7A7. Windows color (decimal): -11936627 or 9296969. OLE color: 9296969.

HSL color Cylindrical-coordinate representation of color #49DC8D: hue angle of 147.76º 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 #49DC8D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 141 -
CMYK 0.67 0 0.36 0.14
HSL 147.76º 0.68% 0.57% -
HSV(B) 147.76º 0.67% 0.86% -
XYZ 33.15 54.53 33.98 -
YUV 167.04 113.3 60.92 -
System Red Green Blue C M Y K H S L
Decimal 73 220 141 0.67 0 0.36 0.14 147.76 0.68 0.57
Hex 49 DC 8D 43 0 24 E 94 44 39
Octal 111 334 215 103 0 44 16 224 104 71
Binary 1001001 11011100 10001101 1000011 0 100100 1110 10010100 1000100 111001

Color Harmonies of #49DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC8D

Black with #49DC8D

Text Example


Text Example

White with #49DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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