COLOR #7CF714

HEX: #7CF714
RGB: (124,247,20)

Color info

#7CF714 contains mainly green color. Web safe color of #7CF714 is #66FF00 (or #6F0).

RGB color model

#7CF714 color RGB value is (124,247,20).

  • red value is 124;
  • green value is 247;
  • blue value is 20.
RGB:
(124,247,20)
(49%,97%,8%)

RGB channels and saturation

R 124 of 255 = 49%
G 247 of 255 = 97%
B 20 of 255 = 8%

124
247
20

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

Portions of RGB colors in percentages

R + G + B =
124 + 247 + 20 = 391 (100%)
R 124 of 391 ~ 31.71%
G 247 of 391 ~ 63.17%
B 20 of 391 ~ 5.12%

%31.71
%63.17

CMYK color model

#7CF714 color CMYK value is (50,0,92,3).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 91.90%
  • key color value is 3.14%
CMYK:
(50,0,92,3)
C50M0Y92K3 
(50%,0%,92%,3%)
(0.50/0.00/0.92/0.03)	

CMYK percentages

%49.8
%0
%91.9
%3.14

Codes

Color #7CF714 in popluar color models

7CF714
RGB12424720
HSL93°93.42%52.35%
HSB/HSV93°91.90%96.86%
CMYK49.80%0.00%91.90%
3.14%

Color #7CF714 in popluar number systems.

HEX7CF714
Decimal12424720
Binary11111001111011110100
Octal17436724

Shades and tints

Shades of #7CF714

#7CF714
(124,247,20)
#71E113
(113,225,19)
#66CB12
(102,203,18)
#5BB511
(91,181,17)
#509F10
(80,159,16)
#45890F
(69,137,15)
#3A730E
(58,115,14)
#2F5D0D
(47,93,13)
#24470C
(36,71,12)
#19310B
(25,49,11)
#0E1B0A
(14,27,10)
#000000
(0,0,0)

Tints of #7CF714

#7CF714
(124,247,20)
#87F729
(135,247,41)
#92F73E
(146,247,62)
#9DF753
(157,247,83)
#A8F768
(168,247,104)
#B3F77D
(179,247,125)
#BEF792
(190,247,146)
#C9F7A7
(201,247,167)
#D4F7BC
(212,247,188)
#DFF7D1
(223,247,209)
#EAF7E6
(234,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF714 color. Also use rgb(124,247,20) instead hex code.

Text Font Color

.myTextColor { color: #7CF714; }

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

This text font color is #7CF714.


Background Color

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

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

This div background color is #7CF714.


Border color

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

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

This div border color is #7CF714.


Opacity

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

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

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

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

This text has shadow with #7CF714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CF714 on black background.


Color preview on white background

This text has color #7CF714 on white background.



Black color preview on #7CF714 background

This text has black color on #7CF714 background.


White color preview on #7CF714 background

This text has white color on #7CF714 background.