COLOR #7CC999

HEX: #7CC999
RGB: (124,201,153)

Color info

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

RGB color model

#7CC999 color RGB value is (124,201,153).

  • red value is 124;
  • green value is 201;
  • blue value is 153.
RGB:
(124,201,153)
(49%,79%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 201 of 255 = 79%
B 153 of 255 = 60%

124
201
153

R + G + B ~ 63%. #7CC999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 201 + 153 = 478 (100%)
R 124 of 478 ~ 25.94%
G 201 of 478 ~ 42.05%
B 153 of 478 ~ 32.01%

%25.94
%42.05
%32.01

CMYK color model

#7CC999 color CMYK value is (38,0,24,21).

  • cyan value is 38.31%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(38,0,24,21)
C38M0Y24K21 
(38%,0%,24%,21%)
(0.38/0.00/0.24/0.21)	

CMYK percentages

%38.31
%0
%23.88
%21.18

Codes

Color #7CC999 in popluar color models

7CC999
RGB124201153
HSL143°41.62%63.73%
HSB/HSV143°38.31%78.82%
CMYK38.31%0.00%23.88%
21.18%

Color #7CC999 in popluar number systems.

HEX7CC999
Decimal124201153
Binary11111001100100110011001
Octal174311231

Shades and tints

Shades of #7CC999

#7CC999
(124,201,153)
#71B78C
(113,183,140)
#66A57F
(102,165,127)
#5B9372
(91,147,114)
#508165
(80,129,101)
#456F58
(69,111,88)
#3A5D4B
(58,93,75)
#2F4B3E
(47,75,62)
#243931
(36,57,49)
#192724
(25,39,36)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #7CC999

#7CC999
(124,201,153)
#87CDA2
(135,205,162)
#92D1AB
(146,209,171)
#9DD5B4
(157,213,180)
#A8D9BD
(168,217,189)
#B3DDC6
(179,221,198)
#BEE1CF
(190,225,207)
#C9E5D8
(201,229,216)
#D4E9E1
(212,233,225)
#DFEDEA
(223,237,234)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC999 color. Also use rgb(124,201,153) instead hex code.

Text Font Color

.myTextColor { color: #7CC999; }

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

This text font color is #7CC999.


Background Color

.myBgColor { background-color: #7CC999; }

<div style="background-color:#7CC999">Inner text</div>

This div background color is #7CC999.


Border color

.myBorderColor { border: 1px solid #7CC999; }

<div style="border:3px solid #7CC999">Div</div>

This div border color is #7CC999.


Opacity

.myOpacity80 { color: #7CC999; opacity: 0.8; }

<p style="color:#7CC999;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CC999 color.

.textShadow {text-shadow: 3px 3px 1px #7CC999, 3px 3px 1px red;}

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

This text has shadow with #7CC999 primary color and red secondary color.


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

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

This text has shadow with #7CC999 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC999 on black background.


Color preview on white background

This text has color #7CC999 on white background.



Black color preview on #7CC999 background

This text has black color on #7CC999 background.


White color preview on #7CC999 background

This text has white color on #7CC999 background.