COLOR #7CF4A3

HEX: #7CF4A3
RGB: (124,244,163)

Color info

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

RGB color model

#7CF4A3 color RGB value is (124,244,163).

  • red value is 124;
  • green value is 244;
  • blue value is 163.
RGB:
(124,244,163)
(49%,96%,64%)

RGB channels and saturation

R 124 of 255 = 49%
G 244 of 255 = 96%
B 163 of 255 = 64%

124
244
163

R + G + B ~ 70%. #7CF4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 244 + 163 = 531 (100%)
R 124 of 531 ~ 23.35%
G 244 of 531 ~ 45.95%
B 163 of 531 ~ 30.7%

%23.35
%45.95
%30.7

CMYK color model

#7CF4A3 color CMYK value is (49,0,33,4).

  • cyan value is 49.18%
  • magenta value is 0.00%
  • yellow value is 33.20%
  • key color value is 4.31%
CMYK:
(49,0,33,4)
C49M0Y33K4 
(49%,0%,33%,4%)
(0.49/0.00/0.33/0.04)	

CMYK percentages

%49.18
%0
%33.2
%4.31

Codes

Color #7CF4A3 in popluar color models

7CF4A3
RGB124244163
HSL140°84.51%72.16%
HSB/HSV140°49.18%95.69%
CMYK49.18%0.00%33.20%
4.31%

Color #7CF4A3 in popluar number systems.

HEX7CF4A3
Decimal124244163
Binary11111001111010010100011
Octal174364243

Shades and tints

Shades of #7CF4A3

#7CF4A3
(124,244,163)
#71DE95
(113,222,149)
#66C887
(102,200,135)
#5BB279
(91,178,121)
#509C6B
(80,156,107)
#45865D
(69,134,93)
#3A704F
(58,112,79)
#2F5A41
(47,90,65)
#244433
(36,68,51)
#192E25
(25,46,37)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #7CF4A3

#7CF4A3
(124,244,163)
#87F5AB
(135,245,171)
#92F6B3
(146,246,179)
#9DF7BB
(157,247,187)
#A8F8C3
(168,248,195)
#B3F9CB
(179,249,203)
#BEFAD3
(190,250,211)
#C9FBDB
(201,251,219)
#D4FCE3
(212,252,227)
#DFFDEB
(223,253,235)
#EAFEF3
(234,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF4A3 color. Also use rgb(124,244,163) instead hex code.

Text Font Color

.myTextColor { color: #7CF4A3; }

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

This text font color is #7CF4A3.


Background Color

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

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

This div background color is #7CF4A3.


Border color

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

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

This div border color is #7CF4A3.


Opacity

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

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

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

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

This text has shadow with #7CF4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF4A3 on black background.


Color preview on white background

This text has color #7CF4A3 on white background.



Black color preview on #7CF4A3 background

This text has black color on #7CF4A3 background.


White color preview on #7CF4A3 background

This text has white color on #7CF4A3 background.