COLOR #7CF387

HEX: #7CF387
RGB: (124,243,135)

Color info

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

RGB color model

#7CF387 color RGB value is (124,243,135).

  • red value is 124;
  • green value is 243;
  • blue value is 135.
RGB:
(124,243,135)
(49%,95%,53%)

RGB channels and saturation

R 124 of 255 = 49%
G 243 of 255 = 95%
B 135 of 255 = 53%

124
243
135

R + G + B ~ 66%. #7CF387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 243 + 135 = 502 (100%)
R 124 of 502 ~ 24.7%
G 243 of 502 ~ 48.41%
B 135 of 502 ~ 26.89%

%24.7
%48.41
%26.89

CMYK color model

#7CF387 color CMYK value is (49,0,44,5).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 4.71%
CMYK:
(49,0,44,5)
C49M0Y44K5 
(49%,0%,44%,5%)
(0.49/0.00/0.44/0.05)	

CMYK percentages

%48.97
%0
%44.44
%4.71

Codes

Color #7CF387 in popluar color models

7CF387
RGB124243135
HSL126°83.22%71.96%
HSB/HSV126°48.97%95.29%
CMYK48.97%0.00%44.44%
4.71%

Color #7CF387 in popluar number systems.

HEX7CF387
Decimal124243135
Binary11111001111001110000111
Octal174363207

Shades and tints

Shades of #7CF387

#7CF387
(124,243,135)
#71DD7B
(113,221,123)
#66C76F
(102,199,111)
#5BB163
(91,177,99)
#509B57
(80,155,87)
#45854B
(69,133,75)
#3A6F3F
(58,111,63)
#2F5933
(47,89,51)
#244327
(36,67,39)
#192D1B
(25,45,27)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #7CF387

#7CF387
(124,243,135)
#87F491
(135,244,145)
#92F59B
(146,245,155)
#9DF6A5
(157,246,165)
#A8F7AF
(168,247,175)
#B3F8B9
(179,248,185)
#BEF9C3
(190,249,195)
#C9FACD
(201,250,205)
#D4FBD7
(212,251,215)
#DFFCE1
(223,252,225)
#EAFDEB
(234,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF387 color. Also use rgb(124,243,135) instead hex code.

Text Font Color

.myTextColor { color: #7CF387; }

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

This text font color is #7CF387.


Background Color

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

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

This div background color is #7CF387.


Border color

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

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

This div border color is #7CF387.


Opacity

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

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

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

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

This text has shadow with #7CF387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF387 on black background.


Color preview on white background

This text has color #7CF387 on white background.



Black color preview on #7CF387 background

This text has black color on #7CF387 background.


White color preview on #7CF387 background

This text has white color on #7CF387 background.