Html Css Color HEX #49D858 Emerald

📋 copy color: '#49D858'

red 73 ◦ green 216 ◦ blue 88

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

Shades of Emerald #49D858

Tints of Emerald #49D858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 19.36%
G = 57.29%
B = 23.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#49D858 (or 0x49D858) is known color: Emerald. HEX triplet: 49, D8 and 58. RGB value is (73,216,88). Sum of RGB (Red+Green+Blue) = 73+216+88=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #49D858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D858 is #B627A7. Grayscale: #9F9F9F. Windows color (decimal): -11937704 or 5822537. OLE color: 5822537.

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

Color convert

RGB 73 216 88 -
CMYK 0.66 0 0.59 0.15
HSL 126.29º 0.65% 0.57% -
HSV(B) 126.29º 0.66% 0.85% -
XYZ 29.06 51.23 17.59 -
YUV 158.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 73 216 88 0.66 0 0.59 0.15 126.29 0.65 0.57
Hex 49 D8 58 42 0 3B F 7E 41 39
Octal 111 330 130 102 0 73 17 176 101 71
Binary 1001001 11011000 1011000 1000010 0 111011 1111 1111110 1000001 111001

Color Harmonies of #49D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D858

Black with #49D858

Text Example


Text Example

White with #49D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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