Html Css Color HEX #49D48D Emerald

📋 copy color: '#49D48D'

red 73 ◦ green 212 ◦ blue 141

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

Shades of Emerald #49D48D

Tints of Emerald #49D48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.77%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 17.14%
G = 49.77%
B = 33.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#49D48D (or 0x49D48D) is known color: Emerald. HEX triplet: 49, D4 and 8D. RGB value is (73,212,141). Sum of RGB (Red+Green+Blue) = 73+212+141=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #49D48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D48D is #B62B72. Grayscale: #A2A2A2. Windows color (decimal): -11938675 or 9294921. OLE color: 9294921.

HSL color Cylindrical-coordinate representation of color #49D48D: hue angle of 149.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D48D is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 141 -
CMYK 0.66 0 0.33 0.17
HSL 149.35º 0.62% 0.56% -
HSV(B) 149.35º 0.66% 0.83% -
XYZ 31.1 50.43 33.29 -
YUV 162.35 115.95 64.27 -
System Red Green Blue C M Y K H S L
Decimal 73 212 141 0.66 0 0.33 0.17 149.35 0.62 0.56
Hex 49 D4 8D 42 0 21 11 95 3E 38
Octal 111 324 215 102 0 41 21 225 76 70
Binary 1001001 11010100 10001101 1000010 0 100001 10001 10010101 111110 111000

Color Harmonies of #49D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D48D

Black with #49D48D

Text Example


Text Example

White with #49D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,141); }

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

background-color css

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

 a { background-color: rgb(73,212,141); }

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

border-color css

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

 span { border-color: rgb(73,212,141); }

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