COLOR #8CF474

HEX: #8CF474
RGB: (140,244,116)

Color info

#8CF474 contains mainly green color. Web safe color of #8CF474 is #99FF66 (or #9F6).

RGB color model

#8CF474 color RGB value is (140,244,116).

  • red value is 140;
  • green value is 244;
  • blue value is 116.
RGB:
(140,244,116)
(55%,96%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 244 of 255 = 96%
B 116 of 255 = 45%

140
244
116

R + G + B ~ 65%. #8CF474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 244 + 116 = 500 (100%)
R 140 of 500 ~ 28%
G 244 of 500 ~ 48.8%
B 116 of 500 ~ 23.2%

%28
%48.8
%23.2

CMYK color model

#8CF474 color CMYK value is (43,0,52,4).

  • cyan value is 42.62%
  • magenta value is 0.00%
  • yellow value is 52.46%
  • key color value is 4.31%
CMYK:
(43,0,52,4)
C43M0Y52K4 
(43%,0%,52%,4%)
(0.43/0.00/0.52/0.04)	

CMYK percentages

%42.62
%0
%52.46
%4.31

Codes

Color #8CF474 in popluar color models

8CF474
RGB140244116
HSL109°85.33%70.59%
HSB/HSV109°52.46%95.69%
CMYK42.62%0.00%52.46%
4.31%

Color #8CF474 in popluar number systems.

HEX8CF474
Decimal140244116
Binary10001100111101001110100
Octal214364164

Shades and tints

Shades of #8CF474

#8CF474
(140,244,116)
#80DE6A
(128,222,106)
#74C860
(116,200,96)
#68B256
(104,178,86)
#5C9C4C
(92,156,76)
#508642
(80,134,66)
#447038
(68,112,56)
#385A2E
(56,90,46)
#2C4424
(44,68,36)
#202E1A
(32,46,26)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CF474

#8CF474
(140,244,116)
#96F580
(150,245,128)
#A0F68C
(160,246,140)
#AAF798
(170,247,152)
#B4F8A4
(180,248,164)
#BEF9B0
(190,249,176)
#C8FABC
(200,250,188)
#D2FBC8
(210,251,200)
#DCFCD4
(220,252,212)
#E6FDE0
(230,253,224)
#F0FEEC
(240,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CF474 color. Also use rgb(140,244,116) instead hex code.

Text Font Color

.myTextColor { color: #8CF474; }

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

This text font color is #8CF474.


Background Color

.myBgColor { background-color: #8CF474; }

<div style="background-color:#8CF474">Inner text</div>

This div background color is #8CF474.


Border color

.myBorderColor { border: 1px solid #8CF474; }

<div style="border:3px solid #8CF474">Div</div>

This div border color is #8CF474.


Opacity

.myOpacity80 { color: #8CF474; opacity: 0.8; }

<p style="color:#8CF474;opacity:0.8;">80%</p>

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

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

This text has shadow with #8CF474 color.

.textShadow {text-shadow: 3px 3px 1px #8CF474, 3px 3px 1px red;}

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

This text has shadow with #8CF474 primary color and red secondary color.


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

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

This text has shadow with #8CF474 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CF474 on black background.


Color preview on white background

This text has color #8CF474 on white background.



Black color preview on #8CF474 background

This text has black color on #8CF474 background.


White color preview on #8CF474 background

This text has white color on #8CF474 background.