COLOR #4CC69B

HEX: #4CC69B RGB: (76,198,155)

Color info

#4CC69B contains mainly green and blue colors. Web safe color of #4CC69B is #33CC99 (or #3C9).

RGB color model

#4CC69B color RGB value is (76,198,155).

RGB: (76,198,155) (30%, 78%, 61%)

RGB channels and saturation

R 76 of 255 = 30%
G 198 of 255 = 78%
B 155 of 255 = 61%

76
198
155

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

Portions of RGB colors in percentages

R + G + B = 76 + 198 + 155 = 429 (100%)
R 76 of 429 ~ 17.72%
G 198 of 429 ~ 46.15%
B 155 of 429 ~ 36.13'%

%17.72
%46.15
%36.13

CMYK color model

#4CC69B color CMYK value is (62,0,22,22).

  • cyan value is 61.62%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (62,0,22,22)
C62M0Y22K22 (62%, 0%, 22%, 22%)
(0.62 / 0.00 / 0.22 / 0.22)

CMYK percentages

%61.62
%0
%21.72
%22.35

Codes

Color #4CC69B in popluar color models

4C C6 9B
RGB 76 198 155
HSL 159° 51.69% 53.73%
HSB/HSV 159° 61.62% 77.65%
CMYK 61.62% 0.00% 21.72%
22.35%

Color #4CC69B in popluar number systems.

HEX 4C C6 9B
Decimal 76 198 155
Binary 1001100 11000110 10011011
Octal 114 306 233

Shades and tints

Shades of #4CC69B

#4CC69B
(76,198,155)
#46B48D
(70,180,141)
#40A27F
(64,162,127)
#3A9071
(58,144,113)
#347E63
(52,126,99)
#2E6C55
(46,108,85)
#285A47
(40,90,71)
#224839
(34,72,57)
#1C362B
(28,54,43)
#16241D
(22,36,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #4CC69B

#4CC69B
(76,198,155)
#5CCBA4
(92,203,164)
#6CD0AD
(108,208,173)
#7CD5B6
(124,213,182)
#8CDABF
(140,218,191)
#9CDFC8
(156,223,200)
#ACE4D1
(172,228,209)
#BCE9DA
(188,233,218)
#CCEEE3
(204,238,227)
#DCF3EC
(220,243,236)
#ECF8F5
(236,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC69B color. Also use rgb(76,198,155) instead hex code.

Text Font Color

.myTextColor { color: #4CC69B; }

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

This text font color is #4CC69B.

Background Color

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

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

This div background color is #4CC69B.

Border color

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

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

This div border color is #4CC69B.

Opacity

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

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

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

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

This text has shadow with #4CC69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CC69B.

Preview

Color preview on black background

This text has color #4CC69B on black background.


Color preview on white background

This text has color #4CC69B on white background.


Black color preview on #4CC69B background

This text has black color on #4CC69B background.


White color preview on #4CC69B background

This text has white color on #4CC69B background.


Related colors

Complementary color

Complementary color for #hex is #B33964.


I love getcolorcode.com

Triadic colors

1 #9B4CC6 and #C69B4C with #4CC69B are triadic colors.

2 #9BC64C and #C64C9B with #4CC69B are triadic colors.