Html Css Color HEX #49EB8C Emerald

📋 copy color: '#49EB8C'

red 73 ◦ green 235 ◦ blue 140

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

Shades of Emerald #49EB8C

Tints of Emerald #49EB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 16.29%
G = 52.46%
B = 31.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#49EB8C (or 0x49EB8C) is known color: Emerald. HEX triplet: 49, EB and 8C. RGB value is (73,235,140). Sum of RGB (Red+Green+Blue) = 73+235+140=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EB8C is #B61473. Grayscale: #AFAFAF. Windows color (decimal): -11932788 or 9235273. OLE color: 9235273.

HSL color Cylindrical-coordinate representation of color #49EB8C: hue angle of 144.81º 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 #49EB8C is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 140 -
CMYK 0.69 0 0.40 0.08
HSL 144.81º 0.8% 0.6% -
HSV(B) 144.81º 0.69% 0.92% -
XYZ 37.19 62.73 34.96 -
YUV 175.73 107.83 54.72 -
System Red Green Blue C M Y K H S L
Decimal 73 235 140 0.69 0 0.40 0.08 144.81 0.8 0.6
Hex 49 EB 8C 45 0 28 8 91 50 3C
Octal 111 353 214 105 0 50 10 221 120 74
Binary 1001001 11101011 10001100 1000101 0 101000 1000 10010001 1010000 111100

Color Harmonies of #49EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EB8C

Black with #49EB8C

Text Example


Text Example

White with #49EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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