COLOR #7CCD62

HEX: #7CCD62 RGB: (124,205,98)

Color info

#7CCD62 contains mainly green color. Web safe color of #7CCD62 is #66CC66 (or #6C6).

RGB color model

#7CCD62 color RGB value is (124,205,98).

RGB: (124,205,98) (49%, 80%, 38%)

RGB channels and saturation

R 124 of 255 = 49%
G 205 of 255 = 80%
B 98 of 255 = 38%

124
205
98

R + G + B ~ 56%. #7CCD62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 205 + 98 = 427 (100%)
R 124 of 427 ~ 29.04%
G 205 of 427 ~ 48.01%
B 98 of 427 ~ 22.95'%

%29.04
%48.01
%22.95

CMYK color model

#7CCD62 color CMYK value is (40,0,52,20).

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

CMYK: (40,0,52,20)
C40M0Y52K20 (40%, 0%, 52%, 20%)
(0.40 / 0.00 / 0.52 / 0.20)

CMYK percentages

%39.51
%0
%52.2
%19.61

Codes

Color #7CCD62 in popluar color models

7C CD 62
RGB 124 205 98
HSL 105° 51.69% 59.41%
HSB/HSV 105° 52.20% 80.39%
CMYK 39.51% 0.00% 52.20%
19.61%

Color #7CCD62 in popluar number systems.

HEX 7C CD 62
Decimal 124 205 98
Binary 1111100 11001101 1100010
Octal 174 315 142

Shades and tints

Shades of #7CCD62

#7CCD62
(124,205,98)
#71BB5A
(113,187,90)
#66A952
(102,169,82)
#5B974A
(91,151,74)
#508542
(80,133,66)
#45733A
(69,115,58)
#3A6132
(58,97,50)
#2F4F2A
(47,79,42)
#243D22
(36,61,34)
#192B1A
(25,43,26)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #7CCD62

#7CCD62
(124,205,98)
#87D170
(135,209,112)
#92D57E
(146,213,126)
#9DD98C
(157,217,140)
#A8DD9A
(168,221,154)
#B3E1A8
(179,225,168)
#BEE5B6
(190,229,182)
#C9E9C4
(201,233,196)
#D4EDD2
(212,237,210)
#DFF1E0
(223,241,224)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCD62; }

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

This text font color is #7CCD62.

Background Color

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

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

This div background color is #7CCD62.

Border color

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

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

This div border color is #7CCD62.

Opacity

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

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

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

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

This text has shadow with #7CCD62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCD62.

Preview

Color preview on black background

This text has color #7CCD62 on black background.


Color preview on white background

This text has color #7CCD62 on white background.


Black color preview on #7CCD62 background

This text has black color on #7CCD62 background.


White color preview on #7CCD62 background

This text has white color on #7CCD62 background.


Related colors

Complementary color

Complementary color for #hex is #83329D.


I love getcolorcode.com

Triadic colors

1 #627CCD and #CD627C with #7CCD62 are triadic colors.

2 #62CD7C and #CD7C62 with #7CCD62 are triadic colors.