Html Css Color HEX #49C970 Emerald

📋 copy color: '#49C970'

red 73 ◦ green 201 ◦ blue 112

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

Shades of Emerald #49C970

Tints of Emerald #49C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.07%

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

R = 18.91%
G = 52.07%
B = 29.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#49C970 (or 0x49C970) is known color: Emerald. HEX triplet: 49, C9 and 70. RGB value is (73,201,112). Sum of RGB (Red+Green+Blue) = 73+201+112=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #49C970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C970 is #B6368F. Grayscale: #989898. Windows color (decimal): -11941520 or 7391561. OLE color: 7391561.

HSL color Cylindrical-coordinate representation of color #49C970: hue angle of 138.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C970 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 112 -
CMYK 0.64 0 0.44 0.21
HSL 138.28º 0.54% 0.54% -
HSV(B) 138.28º 0.64% 0.79% -
XYZ 26.56 44.36 22.49 -
YUV 152.58 105.09 71.24 -
System Red Green Blue C M Y K H S L
Decimal 73 201 112 0.64 0 0.44 0.21 138.28 0.54 0.54
Hex 49 C9 70 40 0 2C 15 8A 36 36
Octal 111 311 160 100 0 54 25 212 66 66
Binary 1001001 11001001 1110000 1000000 0 101100 10101 10001010 110110 110110

Color Harmonies of #49C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C970

Black with #49C970

Text Example


Text Example

White with #49C970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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