COLOR #4FBA66

HEX: #4FBA66 RGB: (79,186,102)

Color info

#4FBA66 contains mainly green color. Web safe color of #4FBA66 is #66CC66 (or #6C6).

RGB color model

#4FBA66 color RGB value is (79,186,102).

RGB: (79,186,102) (31%, 73%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 186 of 255 = 73%
B 102 of 255 = 40%

79
186
102

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

Portions of RGB colors in percentages

R + G + B = 79 + 186 + 102 = 367 (100%)
R 79 of 367 ~ 21.53%
G 186 of 367 ~ 50.68%
B 102 of 367 ~ 27.79'%

%21.53
%50.68
%27.79

CMYK color model

#4FBA66 color CMYK value is (58,0,45,27).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 27.06%

CMYK: (58,0,45,27)
C58M0Y45K27 (58%, 0%, 45%, 27%)
(0.58 / 0.00 / 0.45 / 0.27)

CMYK percentages

%57.53
%0
%45.16
%27.06

Codes

Color #4FBA66 in popluar color models

4F BA 66
RGB 79 186 102
HSL 133° 43.67% 51.96%
HSB/HSV 133° 57.53% 72.94%
CMYK 57.53% 0.00% 45.16%
27.06%

Color #4FBA66 in popluar number systems.

HEX 4F BA 66
Decimal 79 186 102
Binary 1001111 10111010 1100110
Octal 117 272 146

Shades and tints

Shades of #4FBA66

#4FBA66
(79,186,102)
#48AA5D
(72,170,93)
#419A54
(65,154,84)
#3A8A4B
(58,138,75)
#337A42
(51,122,66)
#2C6A39
(44,106,57)
#255A30
(37,90,48)
#1E4A27
(30,74,39)
#173A1E
(23,58,30)
#102A15
(16,42,21)
#091A0C
(9,26,12)
#000000
(0,0,0)

Tints of #4FBA66

#4FBA66
(79,186,102)
#5FC073
(95,192,115)
#6FC680
(111,198,128)
#7FCC8D
(127,204,141)
#8FD29A
(143,210,154)
#9FD8A7
(159,216,167)
#AFDEB4
(175,222,180)
#BFE4C1
(191,228,193)
#CFEACE
(207,234,206)
#DFF0DB
(223,240,219)
#EFF6E8
(239,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBA66 color. Also use rgb(79,186,102) instead hex code.

Text Font Color

.myTextColor { color: #4FBA66; }

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

This text font color is #4FBA66.

Background Color

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

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

This div background color is #4FBA66.

Border color

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

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

This div border color is #4FBA66.

Opacity

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

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

Text with #4FBA66 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 #4FBA66;}

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

This text has shadow with #4FBA66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FBA66.

Preview

Color preview on black background

This text has color #4FBA66 on black background.


Color preview on white background

This text has color #4FBA66 on white background.


Black color preview on #4FBA66 background

This text has black color on #4FBA66 background.


White color preview on #4FBA66 background

This text has white color on #4FBA66 background.


Related colors

Complementary color

Complementary color for #hex is #B04599.


I love getcolorcode.com

Triadic colors

1 #664FBA and #BA664F with #4FBA66 are triadic colors.

2 #66BA4F and #BA4F66 with #4FBA66 are triadic colors.