Html Css Color HEX #49F08F Emerald

📋 copy color: '#49F08F'

red 73 ◦ green 240 ◦ blue 143

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

Shades of Emerald #49F08F

Tints of Emerald #49F08F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.63%

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 16.01%
G = 52.63%
B = 31.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#49F08F (or 0x49F08F) is known color: Emerald. HEX triplet: 49, F0 and 8F. RGB value is (73,240,143). Sum of RGB (Red+Green+Blue) = 73+240+143=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #49F08F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F08F is #B60F70. Grayscale: #B3B3B3. Windows color (decimal): -11931505 or 9433161. OLE color: 9433161.

HSL color Cylindrical-coordinate representation of color #49F08F: hue angle of 145.15º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F08F is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 143 -
CMYK 0.70 0 0.40 0.06
HSL 145.15º 0.85% 0.61% -
HSV(B) 145.15º 0.7% 0.94% -
XYZ 38.87 65.72 36.62 -
YUV 179.01 107.67 52.39 -
System Red Green Blue C M Y K H S L
Decimal 73 240 143 0.70 0 0.40 0.06 145.15 0.85 0.61
Hex 49 F0 8F 46 0 28 6 91 55 3D
Octal 111 360 217 106 0 50 6 221 125 75
Binary 1001001 11110000 10001111 1000110 0 101000 110 10010001 1010101 111101

Color Harmonies of #49F08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F08F

Black with #49F08F

Text Example


Text Example

White with #49F08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,240,143); }

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

background-color css

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

 a { background-color: rgb(73,240,143); }

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

border-color css

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

 span { border-color: rgb(73,240,143); }

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