COLOR #7CFFA5

HEX: #7CFFA5 RGB: (124,255,165)

Color info

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

RGB color model

#7CFFA5 color RGB value is (124,255,165).

RGB: (124,255,165) (49%, 100%, 65%)

RGB channels and saturation

R 124 of 255 = 49%
G 255 of 255 = 100%
B 165 of 255 = 65%

124
255
165

R + G + B ~ 71%. #7CFFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 255 + 165 = 544 (100%)
R 124 of 544 ~ 22.79%
G 255 of 544 ~ 46.88%
B 165 of 544 ~ 30.33'%

%22.79
%46.88
%30.33

CMYK color model

#7CFFA5 color CMYK value is (51,0,35,0).

  • cyan value is 51.37%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 0.00%

CMYK: (51,0,35,0)
C51M0Y35K0 (51%, 0%, 35%, 0%)
(0.51 / 0.00 / 0.35 / 0.00)

CMYK percentages

%51.37
%0
%35.29
%0

Codes

Color #7CFFA5 in popluar color models

7C FF A5
RGB 124 255 165
HSL 139° 100.00% 74.31%
HSB/HSV 139° 51.37% 100.00%
CMYK 51.37% 0.00% 35.29%
0.00%

Color #7CFFA5 in popluar number systems.

HEX 7C FF A5
Decimal 124 255 165
Binary 1111100 11111111 10100101
Octal 174 377 245

Shades and tints

Shades of #7CFFA5

#7CFFA5
(124,255,165)
#71E896
(113,232,150)
#66D187
(102,209,135)
#5BBA78
(91,186,120)
#50A369
(80,163,105)
#458C5A
(69,140,90)
#3A754B
(58,117,75)
#2F5E3C
(47,94,60)
#24472D
(36,71,45)
#19301E
(25,48,30)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #7CFFA5

#7CFFA5
(124,255,165)
#87FFAD
(135,255,173)
#92FFB5
(146,255,181)
#9DFFBD
(157,255,189)
#A8FFC5
(168,255,197)
#B3FFCD
(179,255,205)
#BEFFD5
(190,255,213)
#C9FFDD
(201,255,221)
#D4FFE5
(212,255,229)
#DFFFED
(223,255,237)
#EAFFF5
(234,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CFFA5 color. Also use rgb(124,255,165) instead hex code.

Text Font Color

.myTextColor { color: #7CFFA5; }

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

This text font color is #7CFFA5.

Background Color

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

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

This div background color is #7CFFA5.

Border color

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

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

This div border color is #7CFFA5.

Opacity

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

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

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

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

This text has shadow with #7CFFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CFFA5.

Preview

Color preview on black background

This text has color #7CFFA5 on black background.


Color preview on white background

This text has color #7CFFA5 on white background.


Black color preview on #7CFFA5 background

This text has black color on #7CFFA5 background.


White color preview on #7CFFA5 background

This text has white color on #7CFFA5 background.


Related colors

Complementary color

Complementary color for #hex is #83005A.


I love getcolorcode.com

Triadic colors

1 #A57CFF and #FFA57C with #7CFFA5 are triadic colors.

2 #A5FF7C and #FF7CA5 with #7CFFA5 are triadic colors.