Html Css Color HEX #49C875 Emerald

📋 copy color: '#49C875'

red 73 ◦ green 200 ◦ blue 117

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

Shades of Emerald #49C875

Tints of Emerald #49C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.28%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 18.72%
G = 51.28%
B = 30%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#49C875 (or 0x49C875) is known color: Emerald. HEX triplet: 49, C8 and 75. RGB value is (73,200,117). Sum of RGB (Red+Green+Blue) = 73+200+117=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #49C875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C875 is #B6378A. Grayscale: #989898. Windows color (decimal): -11941771 or 7718985. OLE color: 7718985.

HSL color Cylindrical-coordinate representation of color #49C875: hue angle of 140.79º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C875 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 117 -
CMYK 0.64 0 0.42 0.22
HSL 140.79º 0.54% 0.54% -
HSV(B) 140.79º 0.64% 0.78% -
XYZ 26.61 44.01 23.92 -
YUV 152.57 107.92 71.25 -
System Red Green Blue C M Y K H S L
Decimal 73 200 117 0.64 0 0.42 0.22 140.79 0.54 0.54
Hex 49 C8 75 40 0 2A 16 8D 36 36
Octal 111 310 165 100 0 52 26 215 66 66
Binary 1001001 11001000 1110101 1000000 0 101010 10110 10001101 110110 110110

Color Harmonies of #49C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C875

Black with #49C875

Text Example


Text Example

White with #49C875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,117); }

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

background-color css

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

 a { background-color: rgb(73,200,117); }

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

border-color css

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

 span { border-color: rgb(73,200,117); }

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