Html Css Color HEX #49D88D Emerald

📋 copy color: '#49D88D'

red 73 ◦ green 216 ◦ blue 141

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

Shades of Emerald #49D88D

Tints of Emerald #49D88D

RGB

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

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

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

R = 16.98%
G = 50.23%
B = 32.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#49D88D (or 0x49D88D) is known color: Emerald. HEX triplet: 49, D8 and 8D. RGB value is (73,216,141). Sum of RGB (Red+Green+Blue) = 73+216+141=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #49D88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D88D is #B62772. Grayscale: #A4A4A4. Windows color (decimal): -11937651 or 9295945. OLE color: 9295945.

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

Color convert

RGB 73 216 141 -
CMYK 0.66 0 0.35 0.15
HSL 148.53º 0.65% 0.57% -
HSV(B) 148.53º 0.66% 0.85% -
XYZ 32.11 52.45 33.63 -
YUV 164.69 114.62 62.6 -
System Red Green Blue C M Y K H S L
Decimal 73 216 141 0.66 0 0.35 0.15 148.53 0.65 0.57
Hex 49 D8 8D 42 0 23 F 95 41 39
Octal 111 330 215 102 0 43 17 225 101 71
Binary 1001001 11011000 10001101 1000010 0 100011 1111 10010101 1000001 111001

Color Harmonies of #49D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D88D

Black with #49D88D

Text Example


Text Example

White with #49D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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