Html Css Color HEX #49F98B Emerald

📋 copy color: '#49F98B'

red 73 ◦ green 249 ◦ blue 139

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

Shades of Emerald #49F98B

Tints of Emerald #49F98B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.01%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 15.84%
G = 54.01%
B = 30.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#49F98B (or 0x49F98B) is known color: Emerald. HEX triplet: 49, F9 and 8B. RGB value is (73,249,139). Sum of RGB (Red+Green+Blue) = 73+249+139=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #49F98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F98B is #B60674. Grayscale: #B8B8B8. Windows color (decimal): -11929205 or 9173321. OLE color: 9173321.

HSL color Cylindrical-coordinate representation of color #49F98B: hue angle of 142.5º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F98B is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 249 139 -
CMYK 0.71 0 0.44 0.02
HSL 142.5º 0.94% 0.63% -
HSV(B) 142.5º 0.71% 0.98% -
XYZ 41.28 71.03 35.96 -
YUV 183.84 102.69 48.94 -
System Red Green Blue C M Y K H S L
Decimal 73 249 139 0.71 0 0.44 0.02 142.5 0.94 0.63
Hex 49 F9 8B 47 0 2C 2 8E 5E 3F
Octal 111 371 213 107 0 54 2 216 136 77
Binary 1001001 11111001 10001011 1000111 0 101100 10 10001110 1011110 111111

Color Harmonies of #49F98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F98B

Black with #49F98B

Text Example


Text Example

White with #49F98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,139); }

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

background-color css

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

 a { background-color: rgb(73,249,139); }

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

border-color css

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

 span { border-color: rgb(73,249,139); }

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