COLOR #7CCD90

HEX: #7CCD90 RGB: (124,205,144)

Color info

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

RGB color model

#7CCD90 color RGB value is (124,205,144).

RGB: (124,205,144) (49%, 80%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 205 of 255 = 80%
B 144 of 255 = 56%

124
205
144

R + G + B ~ 62%. #7CCD90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 205 + 144 = 473 (100%)
R 124 of 473 ~ 26.22%
G 205 of 473 ~ 43.34%
B 144 of 473 ~ 30.44'%

%26.22
%43.34
%30.44

CMYK color model

#7CCD90 color CMYK value is (40,0,30,20).

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 19.61%

CMYK: (40,0,30,20)
C40M0Y30K20 (40%, 0%, 30%, 20%)
(0.40 / 0.00 / 0.30 / 0.20)

CMYK percentages

%39.51
%0
%29.76
%19.61

Codes

Color #7CCD90 in popluar color models

7C CD 90
RGB 124 205 144
HSL 135° 44.75% 64.51%
HSB/HSV 135° 39.51% 80.39%
CMYK 39.51% 0.00% 29.76%
19.61%

Color #7CCD90 in popluar number systems.

HEX 7C CD 90
Decimal 124 205 144
Binary 1111100 11001101 10010000
Octal 174 315 220

Shades and tints

Shades of #7CCD90

#7CCD90
(124,205,144)
#71BB83
(113,187,131)
#66A976
(102,169,118)
#5B9769
(91,151,105)
#50855C
(80,133,92)
#45734F
(69,115,79)
#3A6142
(58,97,66)
#2F4F35
(47,79,53)
#243D28
(36,61,40)
#192B1B
(25,43,27)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #7CCD90

#7CCD90
(124,205,144)
#87D19A
(135,209,154)
#92D5A4
(146,213,164)
#9DD9AE
(157,217,174)
#A8DDB8
(168,221,184)
#B3E1C2
(179,225,194)
#BEE5CC
(190,229,204)
#C9E9D6
(201,233,214)
#D4EDE0
(212,237,224)
#DFF1EA
(223,241,234)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCD90 color. Also use rgb(124,205,144) instead hex code.

Text Font Color

.myTextColor { color: #7CCD90; }

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

This text font color is #7CCD90.

Background Color

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

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

This div background color is #7CCD90.

Border color

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

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

This div border color is #7CCD90.

Opacity

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

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

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

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

This text has shadow with #7CCD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCD90.

Preview

Color preview on black background

This text has color #7CCD90 on black background.


Color preview on white background

This text has color #7CCD90 on white background.


Black color preview on #7CCD90 background

This text has black color on #7CCD90 background.


White color preview on #7CCD90 background

This text has white color on #7CCD90 background.


Related colors

Complementary color

Complementary color for #hex is #83326F.


I love getcolorcode.com

Triadic colors

1 #907CCD and #CD907C with #7CCD90 are triadic colors.

2 #90CD7C and #CD7C90 with #7CCD90 are triadic colors.