COLOR #7CC945

HEX: #7CC945
RGB: (124,201,69)

Color info

#7CC945 contains mainly green color. Web safe color of #7CC945 is #66CC33 (or #6C3).

RGB color model

#7CC945 color RGB value is (124,201,69).

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

RGB channels and saturation

R 124 of 255 = 49%
G 201 of 255 = 79%
B 69 of 255 = 27%

124
201
69

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

Portions of RGB colors in percentages

R + G + B =
124 + 201 + 69 = 394 (100%)
R 124 of 394 ~ 31.47%
G 201 of 394 ~ 51.02%
B 69 of 394 ~ 17.51%

%31.47
%51.02
%17.51

CMYK color model

#7CC945 color CMYK value is (38,0,66,21).

  • cyan value is 38.31%
  • magenta value is 0.00%
  • yellow value is 65.67%
  • key color value is 21.18%
CMYK:
(38,0,66,21)
C38M0Y66K21 
(38%,0%,66%,21%)
(0.38/0.00/0.66/0.21)	

CMYK percentages

%38.31
%0
%65.67
%21.18

Codes

Color #7CC945 in popluar color models

7CC945
RGB12420169
HSL95°55.00%52.94%
HSB/HSV95°65.67%78.82%
CMYK38.31%0.00%65.67%
21.18%

Color #7CC945 in popluar number systems.

HEX7CC945
Decimal12420169
Binary1111100110010011000101
Octal174311105

Shades and tints

Shades of #7CC945

#7CC945
(124,201,69)
#71B73F
(113,183,63)
#66A539
(102,165,57)
#5B9333
(91,147,51)
#50812D
(80,129,45)
#456F27
(69,111,39)
#3A5D21
(58,93,33)
#2F4B1B
(47,75,27)
#243915
(36,57,21)
#19270F
(25,39,15)
#0E1509
(14,21,9)
#000000
(0,0,0)

Tints of #7CC945

#7CC945
(124,201,69)
#87CD55
(135,205,85)
#92D165
(146,209,101)
#9DD575
(157,213,117)
#A8D985
(168,217,133)
#B3DD95
(179,221,149)
#BEE1A5
(190,225,165)
#C9E5B5
(201,229,181)
#D4E9C5
(212,233,197)
#DFEDD5
(223,237,213)
#EAF1E5
(234,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC945; }

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

This text font color is #7CC945.


Background Color

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

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

This div background color is #7CC945.


Border color

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

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

This div border color is #7CC945.


Opacity

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

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

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

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

This text has shadow with #7CC945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC945 on black background.


Color preview on white background

This text has color #7CC945 on white background.



Black color preview on #7CC945 background

This text has black color on #7CC945 background.


White color preview on #7CC945 background

This text has white color on #7CC945 background.