COLOR #7CFD8A

HEX: #7CFD8A
RGB: (124,253,138)

Color info

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

RGB color model

#7CFD8A color RGB value is (124,253,138).

  • red value is 124;
  • green value is 253;
  • blue value is 138.
RGB:
(124,253,138)
(49%,99%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 253 of 255 = 99%
B 138 of 255 = 54%

124
253
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 253 + 138 = 515 (100%)
R 124 of 515 ~ 24.08%
G 253 of 515 ~ 49.13%
B 138 of 515 ~ 26.8%

%24.08
%49.13
%26.8

CMYK color model

#7CFD8A color CMYK value is (51,0,45,1).

  • cyan value is 50.99%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 0.78%
CMYK:
(51,0,45,1)
C51M0Y45K1 
(51%,0%,45%,1%)
(0.51/0.00/0.45/0.01)	

CMYK percentages

%50.99
%0
%45.45
%0.78

Codes

Color #7CFD8A in popluar color models

7CFD8A
RGB124253138
HSL127°96.99%73.92%
HSB/HSV127°50.99%99.22%
CMYK50.99%0.00%45.45%
0.78%

Color #7CFD8A in popluar number systems.

HEX7CFD8A
Decimal124253138
Binary11111001111110110001010
Octal174375212

Shades and tints

Shades of #7CFD8A

#7CFD8A
(124,253,138)
#71E67E
(113,230,126)
#66CF72
(102,207,114)
#5BB866
(91,184,102)
#50A15A
(80,161,90)
#458A4E
(69,138,78)
#3A7342
(58,115,66)
#2F5C36
(47,92,54)
#24452A
(36,69,42)
#192E1E
(25,46,30)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #7CFD8A

#7CFD8A
(124,253,138)
#87FD94
(135,253,148)
#92FD9E
(146,253,158)
#9DFDA8
(157,253,168)
#A8FDB2
(168,253,178)
#B3FDBC
(179,253,188)
#BEFDC6
(190,253,198)
#C9FDD0
(201,253,208)
#D4FDDA
(212,253,218)
#DFFDE4
(223,253,228)
#EAFDEE
(234,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CFD8A color. Also use rgb(124,253,138) instead hex code.

Text Font Color

.myTextColor { color: #7CFD8A; }

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

This text font color is #7CFD8A.


Background Color

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

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

This div background color is #7CFD8A.


Border color

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

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

This div border color is #7CFD8A.


Opacity

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

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

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

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

This text has shadow with #7CFD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CFD8A on black background.


Color preview on white background

This text has color #7CFD8A on white background.



Black color preview on #7CFD8A background

This text has black color on #7CFD8A background.


White color preview on #7CFD8A background

This text has white color on #7CFD8A background.