COLOR #4CCF99

HEX: #4CCF99
RGB: (76,207,153)

Color info

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

RGB color model

#4CCF99 color RGB value is (76,207,153).

  • red value is 76;
  • green value is 207;
  • blue value is 153.
RGB:
(76,207,153)
(30%,81%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 207 of 255 = 81%
B 153 of 255 = 60%

76
207
153

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

Portions of RGB colors in percentages

R + G + B =
76 + 207 + 153 = 436 (100%)
R 76 of 436 ~ 17.43%
G 207 of 436 ~ 47.48%
B 153 of 436 ~ 35.09%

%17.43
%47.48
%35.09

CMYK color model

#4CCF99 color CMYK value is (63,0,26,19).

  • cyan value is 63.29%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 18.82%
CMYK:
(63,0,26,19)
C63M0Y26K19 
(63%,0%,26%,19%)
(0.63/0.00/0.26/0.19)	

CMYK percentages

%63.29
%0
%26.09
%18.82

Codes

Color #4CCF99 in popluar color models

4CCF99
RGB76207153
HSL155°57.71%55.49%
HSB/HSV155°63.29%81.18%
CMYK63.29%0.00%26.09%
18.82%

Color #4CCF99 in popluar number systems.

HEX4CCF99
Decimal76207153
Binary10011001100111110011001
Octal114317231

Shades and tints

Shades of #4CCF99

#4CCF99
(76,207,153)
#46BD8C
(70,189,140)
#40AB7F
(64,171,127)
#3A9972
(58,153,114)
#348765
(52,135,101)
#2E7558
(46,117,88)
#28634B
(40,99,75)
#22513E
(34,81,62)
#1C3F31
(28,63,49)
#162D24
(22,45,36)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #4CCF99

#4CCF99
(76,207,153)
#5CD3A2
(92,211,162)
#6CD7AB
(108,215,171)
#7CDBB4
(124,219,180)
#8CDFBD
(140,223,189)
#9CE3C6
(156,227,198)
#ACE7CF
(172,231,207)
#BCEBD8
(188,235,216)
#CCEFE1
(204,239,225)
#DCF3EA
(220,243,234)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCF99 color. Also use rgb(76,207,153) instead hex code.

Text Font Color

.myTextColor { color: #4CCF99; }

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

This text font color is #4CCF99.


Background Color

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

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

This div background color is #4CCF99.


Border color

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

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

This div border color is #4CCF99.


Opacity

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

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

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

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

This text has shadow with #4CCF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CCF99 on black background.


Color preview on white background

This text has color #4CCF99 on white background.



Black color preview on #4CCF99 background

This text has black color on #4CCF99 background.


White color preview on #4CCF99 background

This text has white color on #4CCF99 background.