Html Css Color HEX #49E764 Emerald

📋 copy color: '#49E764'

red 73 ◦ green 231 ◦ blue 100

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

Shades of Emerald #49E764

Tints of Emerald #49E764

RGB

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

 GREEN value IS 231 (90.63% from 255) = 57.18%

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

R = 18.07%
G = 57.18%
B = 24.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#49E764 (or 0x49E764) is known color: Emerald. HEX triplet: 49, E7 and 64. RGB value is (73,231,100). Sum of RGB (Red+Green+Blue) = 73+231+100=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #49E764 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E764 is #B6189B. Grayscale: #A9A9A9. Windows color (decimal): -11933852 or 6612809. OLE color: 6612809.

HSL color Cylindrical-coordinate representation of color #49E764: hue angle of 130.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E764 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 231 100 -
CMYK 0.68 0 0.57 0.09
HSL 130.25º 0.77% 0.6% -
HSV(B) 130.25º 0.68% 0.91% -
XYZ 33.62 59.49 21.77 -
YUV 168.82 89.15 59.65 -
System Red Green Blue C M Y K H S L
Decimal 73 231 100 0.68 0 0.57 0.09 130.25 0.77 0.6
Hex 49 E7 64 44 0 39 9 82 4D 3C
Octal 111 347 144 104 0 71 11 202 115 74
Binary 1001001 11100111 1100100 1000100 0 111001 1001 10000010 1001101 111100

Color Harmonies of #49E764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E764

Black with #49E764

Text Example


Text Example

White with #49E764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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