Html Css Color HEX #49D970 Emerald

📋 copy color: '#49D970'

red 73 ◦ green 217 ◦ blue 112

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

Shades of Emerald #49D970

Tints of Emerald #49D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.98%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 18.16%
G = 53.98%
B = 27.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#49D970 (or 0x49D970) is known color: Emerald. HEX triplet: 49, D9 and 70. RGB value is (73,217,112). Sum of RGB (Red+Green+Blue) = 73+217+112=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #49D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D970 is #B6268F. Grayscale: #A2A2A2. Windows color (decimal): -11937424 or 7395657. OLE color: 7395657.

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

Color convert

RGB 73 217 112 -
CMYK 0.66 0 0.48 0.15
HSL 136.25º 0.65% 0.57% -
HSV(B) 136.25º 0.66% 0.85% -
XYZ 30.49 52.21 23.8 -
YUV 161.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 73 217 112 0.66 0 0.48 0.15 136.25 0.65 0.57
Hex 49 D9 70 42 0 30 F 88 41 39
Octal 111 331 160 102 0 60 17 210 101 71
Binary 1001001 11011001 1110000 1000010 0 110000 1111 10001000 1000001 111001

Color Harmonies of #49D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D970

Black with #49D970

Text Example


Text Example

White with #49D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,217,112); }

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

background-color css

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

 a { background-color: rgb(73,217,112); }

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

border-color css

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

 span { border-color: rgb(73,217,112); }

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