Html Css Color HEX #49D064 Emerald

📋 copy color: '#49D064'

red 73 ◦ green 208 ◦ blue 100

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

Shades of Emerald #49D064

Tints of Emerald #49D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

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

R = 19.16%
G = 54.59%
B = 26.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#49D064 (or 0x49D064) is known color: Emerald. HEX triplet: 49, D0 and 64. RGB value is (73,208,100). Sum of RGB (Red+Green+Blue) = 73+208+100=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #49D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D064 is #B62F9B. Grayscale: #9B9B9B. Windows color (decimal): -11939740 or 6606921. OLE color: 6606921.

HSL color Cylindrical-coordinate representation of color #49D064: hue angle of 132º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D064 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 100 -
CMYK 0.65 0 0.52 0.18
HSL 132º 0.59% 0.55% -
HSV(B) 132º 0.65% 0.82% -
XYZ 27.6 47.45 19.76 -
YUV 155.32 96.77 69.28 -
System Red Green Blue C M Y K H S L
Decimal 73 208 100 0.65 0 0.52 0.18 132 0.59 0.55
Hex 49 D0 64 41 0 34 12 84 3B 37
Octal 111 320 144 101 0 64 22 204 73 67
Binary 1001001 11010000 1100100 1000001 0 110100 10010 10000100 111011 110111

Color Harmonies of #49D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D064

Black with #49D064

Text Example


Text Example

White with #49D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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