COLOR #7CFE84

HEX: #7CFE84 RGB: (124,254,132)

Color info

#7CFE84 contains mainly green color. Web safe color of #7CFE84 is #66FF99 (or #6F9).

RGB color model

#7CFE84 color RGB value is (124,254,132).

RGB: (124,254,132) (49%, 100%, 52%)

RGB channels and saturation

R 124 of 255 = 49%
G 254 of 255 = 100%
B 132 of 255 = 52%

124
254
132

R + G + B ~ 67%. #7CFE84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 254 + 132 = 510 (100%)
R 124 of 510 ~ 24.31%
G 254 of 510 ~ 49.8%
B 132 of 510 ~ 25.88'%

%24.31
%49.8
%25.88

CMYK color model

#7CFE84 color CMYK value is (51,0,48,0).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 48.03%
  • key color value is 0.39%

CMYK: (51,0,48,0)
C51M0Y48K0 (51%, 0%, 48%, 0%)
(0.51 / 0.00 / 0.48 / 0.00)

CMYK percentages

%51.18
%0
%48.03
%0.39

Codes

Color #7CFE84 in popluar color models

7C FE 84
RGB 124 254 132
HSL 124° 98.48% 74.12%
HSB/HSV 124° 51.18% 99.61%
CMYK 51.18% 0.00% 48.03%
0.39%

Color #7CFE84 in popluar number systems.

HEX 7C FE 84
Decimal 124 254 132
Binary 1111100 11111110 10000100
Octal 174 376 204

Shades and tints

Shades of #7CFE84

#7CFE84
(124,254,132)
#71E778
(113,231,120)
#66D06C
(102,208,108)
#5BB960
(91,185,96)
#50A254
(80,162,84)
#458B48
(69,139,72)
#3A743C
(58,116,60)
#2F5D30
(47,93,48)
#244624
(36,70,36)
#192F18
(25,47,24)
#0E180C
(14,24,12)
#000000
(0,0,0)

Tints of #7CFE84

#7CFE84
(124,254,132)
#87FE8F
(135,254,143)
#92FE9A
(146,254,154)
#9DFEA5
(157,254,165)
#A8FEB0
(168,254,176)
#B3FEBB
(179,254,187)
#BEFEC6
(190,254,198)
#C9FED1
(201,254,209)
#D4FEDC
(212,254,220)
#DFFEE7
(223,254,231)
#EAFEF2
(234,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CFE84 color. Also use rgb(124,254,132) instead hex code.

Text Font Color

.myTextColor { color: #7CFE84; }

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

This text font color is #7CFE84.

Background Color

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

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

This div background color is #7CFE84.

Border color

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

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

This div border color is #7CFE84.

Opacity

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

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

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

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

This text has shadow with #7CFE84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CFE84.

Preview

Color preview on black background

This text has color #7CFE84 on black background.


Color preview on white background

This text has color #7CFE84 on white background.


Black color preview on #7CFE84 background

This text has black color on #7CFE84 background.


White color preview on #7CFE84 background

This text has white color on #7CFE84 background.


Related colors

Complementary color

Complementary color for #hex is #83017B.


I love getcolorcode.com

Triadic colors

1 #847CFE and #FE847C with #7CFE84 are triadic colors.

2 #84FE7C and #FE7C84 with #7CFE84 are triadic colors.