COLOR #7CDC8A

HEX: #7CDC8A
RGB: (124,220,138)

Color info

#7CDC8A contains mainly green color. Web safe color of #7CDC8A is #66CC99 (or #6C9).

RGB color model

#7CDC8A color RGB value is (124,220,138).

  • red value is 124;
  • green value is 220;
  • blue value is 138.
RGB:
(124,220,138)
(49%,86%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 220 of 255 = 86%
B 138 of 255 = 54%

124
220
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 220 + 138 = 482 (100%)
R 124 of 482 ~ 25.73%
G 220 of 482 ~ 45.64%
B 138 of 482 ~ 28.63%

%25.73
%45.64
%28.63

CMYK color model

#7CDC8A color CMYK value is (44,0,37,14).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 37.27%
  • key color value is 13.73%
CMYK:
(44,0,37,14)
C44M0Y37K14 
(44%,0%,37%,14%)
(0.44/0.00/0.37/0.14)	

CMYK percentages

%43.64
%0
%37.27
%13.73

Codes

Color #7CDC8A in popluar color models

7CDC8A
RGB124220138
HSL129°57.83%67.45%
HSB/HSV129°43.64%86.27%
CMYK43.64%0.00%37.27%
13.73%

Color #7CDC8A in popluar number systems.

HEX7CDC8A
Decimal124220138
Binary11111001101110010001010
Octal174334212

Shades and tints

Shades of #7CDC8A

#7CDC8A
(124,220,138)
#71C87E
(113,200,126)
#66B472
(102,180,114)
#5BA066
(91,160,102)
#508C5A
(80,140,90)
#45784E
(69,120,78)
#3A6442
(58,100,66)
#2F5036
(47,80,54)
#243C2A
(36,60,42)
#19281E
(25,40,30)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #7CDC8A

#7CDC8A
(124,220,138)
#87DF94
(135,223,148)
#92E29E
(146,226,158)
#9DE5A8
(157,229,168)
#A8E8B2
(168,232,178)
#B3EBBC
(179,235,188)
#BEEEC6
(190,238,198)
#C9F1D0
(201,241,208)
#D4F4DA
(212,244,218)
#DFF7E4
(223,247,228)
#EAFAEE
(234,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CDC8A color. Also use rgb(124,220,138) instead hex code.

Text Font Color

.myTextColor { color: #7CDC8A; }

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

This text font color is #7CDC8A.


Background Color

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

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

This div background color is #7CDC8A.


Border color

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

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

This div border color is #7CDC8A.


Opacity

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

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

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

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

This text has shadow with #7CDC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDC8A on black background.


Color preview on white background

This text has color #7CDC8A on white background.



Black color preview on #7CDC8A background

This text has black color on #7CDC8A background.


White color preview on #7CDC8A background

This text has white color on #7CDC8A background.