Html Css Color HEX #49EB8A Emerald

📋 copy color: '#49EB8A'

red 73 ◦ green 235 ◦ blue 138

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

Shades of Emerald #49EB8A

Tints of Emerald #49EB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.69%

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 16.37%
G = 52.69%
B = 30.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#49EB8A (or 0x49EB8A) is known color: Emerald. HEX triplet: 49, EB and 8A. RGB value is (73,235,138). Sum of RGB (Red+Green+Blue) = 73+235+138=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EB8A is #B61475. Grayscale: #AFAFAF. Windows color (decimal): -11932790 or 9104201. OLE color: 9104201.

HSL color Cylindrical-coordinate representation of color #49EB8A: hue angle of 144.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EB8A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 138 -
CMYK 0.69 0 0.41 0.08
HSL 144.07º 0.8% 0.6% -
HSV(B) 144.07º 0.69% 0.92% -
XYZ 37.04 62.67 34.19 -
YUV 175.5 106.83 54.89 -
System Red Green Blue C M Y K H S L
Decimal 73 235 138 0.69 0 0.41 0.08 144.07 0.8 0.6
Hex 49 EB 8A 45 0 29 8 90 50 3C
Octal 111 353 212 105 0 51 10 220 120 74
Binary 1001001 11101011 10001010 1000101 0 101001 1000 10010000 1010000 111100

Color Harmonies of #49EB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EB8A

Black with #49EB8A

Text Example


Text Example

White with #49EB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,235,138); }

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

background-color css

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

 a { background-color: rgb(73,235,138); }

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

border-color css

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

 span { border-color: rgb(73,235,138); }

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