COLOR #7CFEB9

HEX: #7CFEB9
RGB: (124,254,185)

Color info

#7CFEB9 contains mainly green color. Web safe color of #7CFEB9 is #66FFCC (or #6FC).

RGB color model

#7CFEB9 color RGB value is (124,254,185).

  • red value is 124;
  • green value is 254;
  • blue value is 185.
RGB:
(124,254,185)
(49%,100%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 254 of 255 = 100%
B 185 of 255 = 73%

124
254
185

R + G + B ~ 74%. #7CFEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 254 + 185 = 563 (100%)
R 124 of 563 ~ 22.02%
G 254 of 563 ~ 45.12%
B 185 of 563 ~ 32.86%

%22.02
%45.12
%32.86

CMYK color model

#7CFEB9 color CMYK value is (51,0,27,0).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(51,0,27,0)
C51M0Y27K0 
(51%,0%,27%,0%)
(0.51/0.00/0.27/0.00)	

CMYK percentages

%51.18
%0
%27.17
%0.39

Codes

Color #7CFEB9 in popluar color models

7CFEB9
RGB124254185
HSL148°98.48%74.12%
HSB/HSV148°51.18%99.61%
CMYK51.18%0.00%27.17%
0.39%

Color #7CFEB9 in popluar number systems.

HEX7CFEB9
Decimal124254185
Binary11111001111111010111001
Octal174376271

Shades and tints

Shades of #7CFEB9

#7CFEB9
(124,254,185)
#71E7A9
(113,231,169)
#66D099
(102,208,153)
#5BB989
(91,185,137)
#50A279
(80,162,121)
#458B69
(69,139,105)
#3A7459
(58,116,89)
#2F5D49
(47,93,73)
#244639
(36,70,57)
#192F29
(25,47,41)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #7CFEB9

#7CFEB9
(124,254,185)
#87FEBF
(135,254,191)
#92FEC5
(146,254,197)
#9DFECB
(157,254,203)
#A8FED1
(168,254,209)
#B3FED7
(179,254,215)
#BEFEDD
(190,254,221)
#C9FEE3
(201,254,227)
#D4FEE9
(212,254,233)
#DFFEEF
(223,254,239)
#EAFEF5
(234,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CFEB9; }

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

This text font color is #7CFEB9.


Background Color

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

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

This div background color is #7CFEB9.


Border color

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

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

This div border color is #7CFEB9.


Opacity

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

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

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

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

This text has shadow with #7CFEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CFEB9 on black background.


Color preview on white background

This text has color #7CFEB9 on white background.



Black color preview on #7CFEB9 background

This text has black color on #7CFEB9 background.


White color preview on #7CFEB9 background

This text has white color on #7CFEB9 background.