COLOR #4FBE90

HEX: #4FBE90
RGB: (79,190,144)

Color info

#4FBE90 contains mainly green and blue colors. Web safe color of #4FBE90 is #66CC99 (or #6C9).

RGB color model

#4FBE90 color RGB value is (79,190,144).

  • red value is 79;
  • green value is 190;
  • blue value is 144.
RGB:
(79,190,144)
(31%,75%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 190 of 255 = 75%
B 144 of 255 = 56%

79
190
144

R + G + B ~ 54%. #4FBE90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 190 + 144 = 413 (100%)
R 79 of 413 ~ 19.13%
G 190 of 413 ~ 46%
B 144 of 413 ~ 34.87%

%19.13
%46
%34.87

CMYK color model

#4FBE90 color CMYK value is (58,0,24,25).

  • cyan value is 58.42%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(58,0,24,25)
C58M0Y24K25 
(58%,0%,24%,25%)
(0.58/0.00/0.24/0.25)	

CMYK percentages

%58.42
%0
%24.21
%25.49

Codes

Color #4FBE90 in popluar color models

4FBE90
RGB79190144
HSL155°46.06%52.75%
HSB/HSV155°58.42%74.51%
CMYK58.42%0.00%24.21%
25.49%

Color #4FBE90 in popluar number systems.

HEX4FBE90
Decimal79190144
Binary10011111011111010010000
Octal117276220

Shades and tints

Shades of #4FBE90

#4FBE90
(79,190,144)
#48AD83
(72,173,131)
#419C76
(65,156,118)
#3A8B69
(58,139,105)
#337A5C
(51,122,92)
#2C694F
(44,105,79)
#255842
(37,88,66)
#1E4735
(30,71,53)
#173628
(23,54,40)
#10251B
(16,37,27)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #4FBE90

#4FBE90
(79,190,144)
#5FC39A
(95,195,154)
#6FC8A4
(111,200,164)
#7FCDAE
(127,205,174)
#8FD2B8
(143,210,184)
#9FD7C2
(159,215,194)
#AFDCCC
(175,220,204)
#BFE1D6
(191,225,214)
#CFE6E0
(207,230,224)
#DFEBEA
(223,235,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBE90 color. Also use rgb(79,190,144) instead hex code.

Text Font Color

.myTextColor { color: #4FBE90; }

<p style="color:#4FBE90">This sample text font color is #4FBE90.</p>

This text font color is #4FBE90.


Background Color

.myBgColor { background-color: #4FBE90; }

<div style="background-color:#4FBE90">Inner text</div>

This div background color is #4FBE90.


Border color

.myBorderColor { border: 1px solid #4FBE90; }

<div style="border:3px solid #4FBE90">Div</div>

This div border color is #4FBE90.


Opacity

.myOpacity80 { color: #4FBE90; opacity: 0.8; }

<p style="color:#4FBE90;opacity:0.8;">80%</p>

Text with #4FBE90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4FBE90;}

<p style="text-shadow: 3px 3px 1px #4FBE90">Text here.</p>

This text has shadow with #4FBE90 color.

.textShadow {text-shadow: 3px 3px 1px #4FBE90, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4FBE90, 5px 5px 20px red">Text here.</p>

This text has shadow with #4FBE90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4FBE90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4FBE90, Direction=45, Strength=4)">Text</p>

This text has shadow with #4FBE90 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4FBE90;
  -webkit-box-shadow:	1px 1px 3px 2px #4FBE90;
  box-shadow:		1px 1px 3px 2px #4FBE90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4FBE90;
-webkit-box-shadow: 1px 1px 3px 2px #4FBE90;
box-shadow:1px 1px 3px 2px #4FBE90;">
Div content here</div>
This div box has shadow with color #4FBE90.

Preview

Color preview on black background

This text has color #4FBE90 on black background.


Color preview on white background

This text has color #4FBE90 on white background.



Black color preview on #4FBE90 background

This text has black color on #4FBE90 background.


White color preview on #4FBE90 background

This text has white color on #4FBE90 background.