Html Css Color HEX #49F38D Emerald

📋 copy color: '#49F38D'

red 73 ◦ green 243 ◦ blue 141

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

Shades of Emerald #49F38D

Tints of Emerald #49F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.17%

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

R = 15.97%
G = 53.17%
B = 30.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#49F38D (or 0x49F38D) is known color: Emerald. HEX triplet: 49, F3 and 8D. RGB value is (73,243,141). Sum of RGB (Red+Green+Blue) = 73+243+141=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #49F38D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F38D is #B60C72. Grayscale: #B4B4B4. Windows color (decimal): -11930739 or 9302857. OLE color: 9302857.

HSL color Cylindrical-coordinate representation of color #49F38D: hue angle of 144º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F38D is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 243 141 -
CMYK 0.70 0 0.42 0.05
HSL 144º 0.88% 0.62% -
HSV(B) 144º 0.7% 0.95% -
XYZ 39.61 67.44 36.13 -
YUV 180.54 105.68 51.29 -
System Red Green Blue C M Y K H S L
Decimal 73 243 141 0.70 0 0.42 0.05 144 0.88 0.62
Hex 49 F3 8D 46 0 2A 5 90 58 3E
Octal 111 363 215 106 0 52 5 220 130 76
Binary 1001001 11110011 10001101 1000110 0 101010 101 10010000 1011000 111110

Color Harmonies of #49F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F38D

Black with #49F38D

Text Example


Text Example

White with #49F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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