Html Css Color HEX #49D87D Emerald

📋 copy color: '#49D87D'

red 73 ◦ green 216 ◦ blue 125

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

Shades of Emerald #49D87D

Tints of Emerald #49D87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 17.63%
G = 52.17%
B = 30.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#49D87D (or 0x49D87D) is known color: Emerald. HEX triplet: 49, D8 and 7D. RGB value is (73,216,125). Sum of RGB (Red+Green+Blue) = 73+216+125=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #49D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D87D is #B62782. Grayscale: #A3A3A3. Windows color (decimal): -11937667 or 8247369. OLE color: 8247369.

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

Color convert

RGB 73 216 125 -
CMYK 0.66 0 0.42 0.15
HSL 141.82º 0.65% 0.57% -
HSV(B) 141.82º 0.66% 0.85% -
XYZ 31.01 52.01 27.81 -
YUV 162.87 106.62 63.9 -
System Red Green Blue C M Y K H S L
Decimal 73 216 125 0.66 0 0.42 0.15 141.82 0.65 0.57
Hex 49 D8 7D 42 0 2A F 8E 41 39
Octal 111 330 175 102 0 52 17 216 101 71
Binary 1001001 11011000 1111101 1000010 0 101010 1111 10001110 1000001 111001

Color Harmonies of #49D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D87D

Black with #49D87D

Text Example


Text Example

White with #49D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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