Html Css Color HEX #49D875 Emerald

📋 copy color: '#49D875'

red 73 ◦ green 216 ◦ blue 117

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

Shades of Emerald #49D875

Tints of Emerald #49D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.2%

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

R = 17.98%
G = 53.2%
B = 28.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#49D875 (or 0x49D875) is known color: Emerald. HEX triplet: 49, D8 and 75. RGB value is (73,216,117). Sum of RGB (Red+Green+Blue) = 73+216+117=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #49D875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D875 is #B6278A. Grayscale: #A2A2A2. Windows color (decimal): -11937675 or 7723081. OLE color: 7723081.

HSL color Cylindrical-coordinate representation of color #49D875: hue angle of 138.46º 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 #49D875 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 117 -
CMYK 0.66 0 0.46 0.15
HSL 138.46º 0.65% 0.57% -
HSV(B) 138.46º 0.66% 0.85% -
XYZ 30.51 51.81 25.22 -
YUV 161.96 102.62 64.55 -
System Red Green Blue C M Y K H S L
Decimal 73 216 117 0.66 0 0.46 0.15 138.46 0.65 0.57
Hex 49 D8 75 42 0 2E F 8A 41 39
Octal 111 330 165 102 0 56 17 212 101 71
Binary 1001001 11011000 1110101 1000010 0 101110 1111 10001010 1000001 111001

Color Harmonies of #49D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D875

Black with #49D875

Text Example


Text Example

White with #49D875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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