Html Css Color HEX #49E186 Emerald

📋 copy color: '#49E186'

red 73 ◦ green 225 ◦ blue 134

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

Shades of Emerald #49E186

Tints of Emerald #49E186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.08%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 16.9%
G = 52.08%
B = 31.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#49E186 (or 0x49E186) is known color: Emerald. HEX triplet: 49, E1 and 86. RGB value is (73,225,134). Sum of RGB (Red+Green+Blue) = 73+225+134=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #49E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E186 is #B61E79. Grayscale: #A9A9A9. Windows color (decimal): -11935354 or 8839497. OLE color: 8839497.

HSL color Cylindrical-coordinate representation of color #49E186: hue angle of 144.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E186 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 134 -
CMYK 0.68 0 0.40 0.12
HSL 144.08º 0.72% 0.58% -
HSV(B) 144.08º 0.68% 0.88% -
XYZ 33.98 56.99 31.76 -
YUV 169.18 108.14 59.4 -
System Red Green Blue C M Y K H S L
Decimal 73 225 134 0.68 0 0.40 0.12 144.08 0.72 0.58
Hex 49 E1 86 44 0 28 C 90 48 3A
Octal 111 341 206 104 0 50 14 220 110 72
Binary 1001001 11100001 10000110 1000100 0 101000 1100 10010000 1001000 111010

Color Harmonies of #49E186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E186

Black with #49E186

Text Example


Text Example

White with #49E186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,225,134); }

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

background-color css

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

 a { background-color: rgb(73,225,134); }

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

border-color css

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

 span { border-color: rgb(73,225,134); }

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