Html Css Color HEX #49DC68 Emerald

📋 copy color: '#49DC68'

red 73 ◦ green 220 ◦ blue 104

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

Shades of Emerald #49DC68

Tints of Emerald #49DC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 18.39%
G = 55.42%
B = 26.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#49DC68 (or 0x49DC68) is known color: Emerald. HEX triplet: 49, DC and 68. RGB value is (73,220,104). Sum of RGB (Red+Green+Blue) = 73+220+104=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC68 is #B62397. Grayscale: #A3A3A3. Windows color (decimal): -11936664 or 6872137. OLE color: 6872137.

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

Color convert

RGB 73 220 104 -
CMYK 0.67 0 0.53 0.14
HSL 132.65º 0.68% 0.57% -
HSV(B) 132.65º 0.67% 0.86% -
XYZ 30.84 53.6 21.82 -
YUV 162.82 94.8 63.93 -
System Red Green Blue C M Y K H S L
Decimal 73 220 104 0.67 0 0.53 0.14 132.65 0.68 0.57
Hex 49 DC 68 43 0 35 E 85 44 39
Octal 111 334 150 103 0 65 16 205 104 71
Binary 1001001 11011100 1101000 1000011 0 110101 1110 10000101 1000100 111001

Color Harmonies of #49DC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC68

Black with #49DC68

Text Example


Text Example

White with #49DC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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