Html Css Color HEX #49D988 Emerald

📋 copy color: '#49D988'

red 73 ◦ green 217 ◦ blue 136

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

Shades of Emerald #49D988

Tints of Emerald #49D988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 17.14%
G = 50.94%
B = 31.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#49D988 (or 0x49D988) is known color: Emerald. HEX triplet: 49, D9 and 88. RGB value is (73,217,136). Sum of RGB (Red+Green+Blue) = 73+217+136=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #49D988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D988 is #B62677. Grayscale: #A4A4A4. Windows color (decimal): -11937400 or 8968521. OLE color: 8968521.

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

Color convert

RGB 73 217 136 -
CMYK 0.66 0 0.37 0.15
HSL 146.25º 0.65% 0.57% -
HSV(B) 146.25º 0.66% 0.85% -
XYZ 32 52.82 31.8 -
YUV 164.71 111.79 62.59 -
System Red Green Blue C M Y K H S L
Decimal 73 217 136 0.66 0 0.37 0.15 146.25 0.65 0.57
Hex 49 D9 88 42 0 25 F 92 41 39
Octal 111 331 210 102 0 45 17 222 101 71
Binary 1001001 11011001 10001000 1000010 0 100101 1111 10010010 1000001 111001

Color Harmonies of #49D988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D988

Black with #49D988

Text Example


Text Example

White with #49D988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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