Html Css Color HEX #49DB86 Emerald

📋 copy color: '#49DB86'

red 73 ◦ green 219 ◦ blue 134

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

Shades of Emerald #49DB86

Tints of Emerald #49DB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.41%

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 17.14%
G = 51.41%
B = 31.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#49DB86 (or 0x49DB86) is known color: Emerald. HEX triplet: 49, DB and 86. RGB value is (73,219,134). Sum of RGB (Red+Green+Blue) = 73+219+134=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB86 is #B62479. Grayscale: #A5A5A5. Windows color (decimal): -11936890 or 8837961. OLE color: 8837961.

HSL color Cylindrical-coordinate representation of color #49DB86: hue angle of 145.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB86 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 219 134 -
CMYK 0.67 0 0.39 0.14
HSL 145.07º 0.67% 0.57% -
HSV(B) 145.07º 0.67% 0.86% -
XYZ 32.38 53.8 31.23 -
YUV 165.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 73 219 134 0.67 0 0.39 0.14 145.07 0.67 0.57
Hex 49 DB 86 43 0 27 E 91 43 39
Octal 111 333 206 103 0 47 16 221 103 71
Binary 1001001 11011011 10000110 1000011 0 100111 1110 10010001 1000011 111001

Color Harmonies of #49DB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DB86

Black with #49DB86

Text Example


Text Example

White with #49DB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,219,134); }

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

background-color css

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

 a { background-color: rgb(73,219,134); }

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

border-color css

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

 span { border-color: rgb(73,219,134); }

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