Html Css Color HEX #49DA64 Emerald

📋 copy color: '#49DA64'

red 73 ◦ green 218 ◦ blue 100

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

Shades of Emerald #49DA64

Tints of Emerald #49DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.75%

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

R = 18.67%
G = 55.75%
B = 25.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#49DA64 (or 0x49DA64) is known color: Emerald. HEX triplet: 49, DA and 64. RGB value is (73,218,100). Sum of RGB (Red+Green+Blue) = 73+218+100=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA64 is #B6259B. Grayscale: #A1A1A1. Windows color (decimal): -11937180 or 6609481. OLE color: 6609481.

HSL color Cylindrical-coordinate representation of color #49DA64: hue angle of 131.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA64 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 100 -
CMYK 0.67 0 0.54 0.15
HSL 131.17º 0.66% 0.57% -
HSV(B) 131.17º 0.67% 0.85% -
XYZ 30.12 52.48 20.6 -
YUV 161.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 73 218 100 0.67 0 0.54 0.15 131.17 0.66 0.57
Hex 49 DA 64 43 0 36 F 83 42 39
Octal 111 332 144 103 0 66 17 203 102 71
Binary 1001001 11011010 1100100 1000011 0 110110 1111 10000011 1000010 111001

Color Harmonies of #49DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DA64

Black with #49DA64

Text Example


Text Example

White with #49DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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