COLOR #7CDD47

HEX: #7CDD47
RGB: (124,221,71)

Color info

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

RGB color model

#7CDD47 color RGB value is (124,221,71).

  • red value is 124;
  • green value is 221;
  • blue value is 71.
RGB:
(124,221,71)
(49%,87%,28%)

RGB channels and saturation

R 124 of 255 = 49%
G 221 of 255 = 87%
B 71 of 255 = 28%

124
221
71

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

Portions of RGB colors in percentages

R + G + B =
124 + 221 + 71 = 416 (100%)
R 124 of 416 ~ 29.81%
G 221 of 416 ~ 53.13%
B 71 of 416 ~ 17.07%

%29.81
%53.13
%17.07

CMYK color model

#7CDD47 color CMYK value is (44,0,68,13).

  • cyan value is 43.89%
  • magenta value is 0.00%
  • yellow value is 67.87%
  • key color value is 13.33%
CMYK:
(44,0,68,13)
C44M0Y68K13 
(44%,0%,68%,13%)
(0.44/0.00/0.68/0.13)	

CMYK percentages

%43.89
%0
%67.87
%13.33

Codes

Color #7CDD47 in popluar color models

7CDD47
RGB12422171
HSL99°68.81%57.25%
HSB/HSV99°67.87%86.67%
CMYK43.89%0.00%67.87%
13.33%

Color #7CDD47 in popluar number systems.

HEX7CDD47
Decimal12422171
Binary1111100110111011000111
Octal174335107

Shades and tints

Shades of #7CDD47

#7CDD47
(124,221,71)
#71C941
(113,201,65)
#66B53B
(102,181,59)
#5BA135
(91,161,53)
#508D2F
(80,141,47)
#457929
(69,121,41)
#3A6523
(58,101,35)
#2F511D
(47,81,29)
#243D17
(36,61,23)
#192911
(25,41,17)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #7CDD47

#7CDD47
(124,221,71)
#87E057
(135,224,87)
#92E367
(146,227,103)
#9DE677
(157,230,119)
#A8E987
(168,233,135)
#B3EC97
(179,236,151)
#BEEFA7
(190,239,167)
#C9F2B7
(201,242,183)
#D4F5C7
(212,245,199)
#DFF8D7
(223,248,215)
#EAFBE7
(234,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CDD47 color. Also use rgb(124,221,71) instead hex code.

Text Font Color

.myTextColor { color: #7CDD47; }

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

This text font color is #7CDD47.


Background Color

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

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

This div background color is #7CDD47.


Border color

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

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

This div border color is #7CDD47.


Opacity

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

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

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

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

This text has shadow with #7CDD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDD47 on black background.


Color preview on white background

This text has color #7CDD47 on white background.



Black color preview on #7CDD47 background

This text has black color on #7CDD47 background.


White color preview on #7CDD47 background

This text has white color on #7CDD47 background.