Html Css Color HEX #49DC61 Emerald

📋 copy color: '#49DC61'

red 73 ◦ green 220 ◦ blue 97

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

Shades of Emerald #49DC61

Tints of Emerald #49DC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 18.72%
G = 56.41%
B = 24.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#49DC61 (or 0x49DC61) is known color: Emerald. HEX triplet: 49, DC and 61. RGB value is (73,220,97). Sum of RGB (Red+Green+Blue) = 73+220+97=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC61 is #B6239E. Grayscale: #A2A2A2. Windows color (decimal): -11936671 or 6413385. OLE color: 6413385.

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

Color convert

RGB 73 220 97 -
CMYK 0.67 0 0.56 0.14
HSL 129.8º 0.68% 0.57% -
HSV(B) 129.8º 0.67% 0.86% -
XYZ 30.5 53.47 20.02 -
YUV 162.03 91.3 64.5 -
System Red Green Blue C M Y K H S L
Decimal 73 220 97 0.67 0 0.56 0.14 129.8 0.68 0.57
Hex 49 DC 61 43 0 38 E 82 44 39
Octal 111 334 141 103 0 70 16 202 104 71
Binary 1001001 11011100 1100001 1000011 0 111000 1110 10000010 1000100 111001

Color Harmonies of #49DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC61

Black with #49DC61

Text Example


Text Example

White with #49DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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