Html Css Color HEX #49DC64 Emerald

📋 copy color: '#49DC64'

red 73 ◦ green 220 ◦ blue 100

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

Shades of Emerald #49DC64

Tints of Emerald #49DC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 18.58%
G = 55.98%
B = 25.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#49DC64 (or 0x49DC64) is known color: Emerald. HEX triplet: 49, DC and 64. RGB value is (73,220,100). Sum of RGB (Red+Green+Blue) = 73+220+100=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC64 is #B6239B. Grayscale: #A2A2A2. Windows color (decimal): -11936668 or 6609993. OLE color: 6609993.

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

Color convert

RGB 73 220 100 -
CMYK 0.67 0 0.55 0.14
HSL 131.02º 0.68% 0.57% -
HSV(B) 131.02º 0.67% 0.86% -
XYZ 30.64 53.52 20.77 -
YUV 162.37 92.8 64.26 -
System Red Green Blue C M Y K H S L
Decimal 73 220 100 0.67 0 0.55 0.14 131.02 0.68 0.57
Hex 49 DC 64 43 0 37 E 83 44 39
Octal 111 334 144 103 0 67 16 203 104 71
Binary 1001001 11011100 1100100 1000011 0 110111 1110 10000011 1000100 111001

Color Harmonies of #49DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC64

Black with #49DC64

Text Example


Text Example

White with #49DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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