Html Css Color HEX #49DF56 Emerald

📋 copy color: '#49DF56'

red 73 ◦ green 223 ◦ blue 86

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

Shades of Emerald #49DF56

Tints of Emerald #49DF56

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.38%

 BLUE value IS 86 (33.98% from 255) = 22.51%

R = 19.11%
G = 58.38%
B = 22.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#49DF56 (or 0x49DF56) is known color: Emerald. HEX triplet: 49, DF and 56. RGB value is (73,223,86). Sum of RGB (Red+Green+Blue) = 73+223+86=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF56 is #B620A9. Grayscale: #A2A2A2. Windows color (decimal): -11935914 or 5693257. OLE color: 5693257.

HSL color Cylindrical-coordinate representation of color #49DF56: hue angle of 125.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF56 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 86 -
CMYK 0.67 0 0.61 0.13
HSL 125.2º 0.7% 0.58% -
HSV(B) 125.2º 0.67% 0.87% -
XYZ 30.82 54.86 17.77 -
YUV 162.53 84.81 64.14 -
System Red Green Blue C M Y K H S L
Decimal 73 223 86 0.67 0 0.61 0.13 125.2 0.7 0.58
Hex 49 DF 56 43 0 3D D 7D 46 3A
Octal 111 337 126 103 0 75 15 175 106 72
Binary 1001001 11011111 1010110 1000011 0 111101 1101 1111101 1000110 111010

Color Harmonies of #49DF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF56

Black with #49DF56

Text Example


Text Example

White with #49DF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,86); }

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

background-color css

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

 a { background-color: rgb(73,223,86); }

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

border-color css

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

 span { border-color: rgb(73,223,86); }

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