COLOR #7CC88D

HEX: #7CC88D
RGB: (124,200,141)

Color info

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

RGB color model

#7CC88D color RGB value is (124,200,141).

  • red value is 124;
  • green value is 200;
  • blue value is 141.
RGB:
(124,200,141)
(49%,78%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 200 of 255 = 78%
B 141 of 255 = 55%

124
200
141

R + G + B ~ 61%. #7CC88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 200 + 141 = 465 (100%)
R 124 of 465 ~ 26.67%
G 200 of 465 ~ 43.01%
B 141 of 465 ~ 30.32%

%26.67
%43.01
%30.32

CMYK color model

#7CC88D color CMYK value is (38,0,30,22).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(38,0,30,22)
C38M0Y30K22 
(38%,0%,30%,22%)
(0.38/0.00/0.30/0.22)	

CMYK percentages

%38
%0
%29.5
%21.57

Codes

Color #7CC88D in popluar color models

7CC88D
RGB124200141
HSL133°40.86%63.53%
HSB/HSV133°38.00%78.43%
CMYK38.00%0.00%29.50%
21.57%

Color #7CC88D in popluar number systems.

HEX7CC88D
Decimal124200141
Binary11111001100100010001101
Octal174310215

Shades and tints

Shades of #7CC88D

#7CC88D
(124,200,141)
#71B681
(113,182,129)
#66A475
(102,164,117)
#5B9269
(91,146,105)
#50805D
(80,128,93)
#456E51
(69,110,81)
#3A5C45
(58,92,69)
#2F4A39
(47,74,57)
#24382D
(36,56,45)
#192621
(25,38,33)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #7CC88D

#7CC88D
(124,200,141)
#87CD97
(135,205,151)
#92D2A1
(146,210,161)
#9DD7AB
(157,215,171)
#A8DCB5
(168,220,181)
#B3E1BF
(179,225,191)
#BEE6C9
(190,230,201)
#C9EBD3
(201,235,211)
#D4F0DD
(212,240,221)
#DFF5E7
(223,245,231)
#EAFAF1
(234,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC88D color. Also use rgb(124,200,141) instead hex code.

Text Font Color

.myTextColor { color: #7CC88D; }

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

This text font color is #7CC88D.


Background Color

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

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

This div background color is #7CC88D.


Border color

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

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

This div border color is #7CC88D.


Opacity

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

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

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

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

This text has shadow with #7CC88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC88D on black background.


Color preview on white background

This text has color #7CC88D on white background.



Black color preview on #7CC88D background

This text has black color on #7CC88D background.


White color preview on #7CC88D background

This text has white color on #7CC88D background.