COLOR #8CC375

HEX: #8CC375
RGB: (140,195,117)

Color info

#8CC375 contains mainly red and green colors. Web safe color of #8CC375 is #99CC66 (or #9C6).

RGB color model

#8CC375 color RGB value is (140,195,117).

  • red value is 140;
  • green value is 195;
  • blue value is 117.
RGB:
(140,195,117)
(55%,76%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 195 of 255 = 76%
B 117 of 255 = 46%

140
195
117

R + G + B ~ 59%. #8CC375 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 195 + 117 = 452 (100%)
R 140 of 452 ~ 30.97%
G 195 of 452 ~ 43.14%
B 117 of 452 ~ 25.88%

%30.97
%43.14
%25.88

CMYK color model

#8CC375 color CMYK value is (28,0,40,24).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 23.53%
CMYK:
(28,0,40,24)
C28M0Y40K24 
(28%,0%,40%,24%)
(0.28/0.00/0.40/0.24)	

CMYK percentages

%28.21
%0
%40
%23.53

Codes

Color #8CC375 in popluar color models

8CC375
RGB140195117
HSL102°39.39%61.18%
HSB/HSV102°40.00%76.47%
CMYK28.21%0.00%40.00%
23.53%

Color #8CC375 in popluar number systems.

HEX8CC375
Decimal140195117
Binary10001100110000111110101
Octal214303165

Shades and tints

Shades of #8CC375

#8CC375
(140,195,117)
#80B26B
(128,178,107)
#74A161
(116,161,97)
#689057
(104,144,87)
#5C7F4D
(92,127,77)
#506E43
(80,110,67)
#445D39
(68,93,57)
#384C2F
(56,76,47)
#2C3B25
(44,59,37)
#202A1B
(32,42,27)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #8CC375

#8CC375
(140,195,117)
#96C881
(150,200,129)
#A0CD8D
(160,205,141)
#AAD299
(170,210,153)
#B4D7A5
(180,215,165)
#BEDCB1
(190,220,177)
#C8E1BD
(200,225,189)
#D2E6C9
(210,230,201)
#DCEBD5
(220,235,213)
#E6F0E1
(230,240,225)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC375 color. Also use rgb(140,195,117) instead hex code.

Text Font Color

.myTextColor { color: #8CC375; }

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

This text font color is #8CC375.


Background Color

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

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

This div background color is #8CC375.


Border color

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

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

This div border color is #8CC375.


Opacity

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

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

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

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

This text has shadow with #8CC375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC375 on black background.


Color preview on white background

This text has color #8CC375 on white background.



Black color preview on #8CC375 background

This text has black color on #8CC375 background.


White color preview on #8CC375 background

This text has white color on #8CC375 background.