Html Css Color HEX #49D764 Emerald

📋 copy color: '#49D764'

red 73 ◦ green 215 ◦ blue 100

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

Shades of Emerald #49D764

Tints of Emerald #49D764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.41%

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

R = 18.81%
G = 55.41%
B = 25.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#49D764 (or 0x49D764) is known color: Emerald. HEX triplet: 49, D7 and 64. RGB value is (73,215,100). Sum of RGB (Red+Green+Blue) = 73+215+100=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #49D764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D764 is #B6289B. Grayscale: #9F9F9F. Windows color (decimal): -11937948 or 6608713. OLE color: 6608713.

HSL color Cylindrical-coordinate representation of color #49D764: hue angle of 131.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D764 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 100 -
CMYK 0.66 0 0.53 0.16
HSL 131.41º 0.64% 0.56% -
HSV(B) 131.41º 0.66% 0.84% -
XYZ 29.35 50.94 20.34 -
YUV 159.43 94.46 66.35 -
System Red Green Blue C M Y K H S L
Decimal 73 215 100 0.66 0 0.53 0.16 131.41 0.64 0.56
Hex 49 D7 64 42 0 35 10 83 40 38
Octal 111 327 144 102 0 65 20 203 100 70
Binary 1001001 11010111 1100100 1000010 0 110101 10000 10000011 1000000 111000

Color Harmonies of #49D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D764

Black with #49D764

Text Example


Text Example

White with #49D764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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