Html Css Color HEX #49C864 Emerald

📋 copy color: '#49C864'

red 73 ◦ green 200 ◦ blue 100

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

Shades of Emerald #49C864

Tints of Emerald #49C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.62%

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

R = 19.57%
G = 53.62%
B = 26.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#49C864 (or 0x49C864) is known color: Emerald. HEX triplet: 49, C8 and 64. RGB value is (73,200,100). Sum of RGB (Red+Green+Blue) = 73+200+100=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #49C864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C864 is #B6379B. Grayscale: #969696. Windows color (decimal): -11941788 or 6604873. OLE color: 6604873.

HSL color Cylindrical-coordinate representation of color #49C864: hue angle of 132.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C864 is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 100 -
CMYK 0.64 0 0.5 0.22
HSL 132.76º 0.54% 0.54% -
HSV(B) 132.76º 0.64% 0.78% -
XYZ 25.7 43.65 19.13 -
YUV 150.63 99.42 72.63 -
System Red Green Blue C M Y K H S L
Decimal 73 200 100 0.64 0 0.5 0.22 132.76 0.54 0.54
Hex 49 C8 64 40 0 32 16 85 36 36
Octal 111 310 144 100 0 62 26 205 66 66
Binary 1001001 11001000 1100100 1000000 0 110010 10110 10000101 110110 110110

Color Harmonies of #49C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C864

Black with #49C864

Text Example


Text Example

White with #49C864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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