COLOR #8FE985

HEX: #8FE985 RGB: (143,233,133)

Color info

#8FE985 contains mainly green color. Web safe color of #8FE985 is #99FF99 (or #9F9).

RGB color model

#8FE985 color RGB value is (143,233,133).

RGB: (143,233,133) (56%, 91%, 52%)

RGB channels and saturation

R 143 of 255 = 56%
G 233 of 255 = 91%
B 133 of 255 = 52%

143
233
133

R + G + B ~ 66%. #8FE985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 233 + 133 = 509 (100%)
R 143 of 509 ~ 28.09%
G 233 of 509 ~ 45.78%
B 133 of 509 ~ 26.13'%

%28.09
%45.78
%26.13

CMYK color model

#8FE985 color CMYK value is (39,0,43,9).

  • cyan value is 38.63%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 8.63%

CMYK: (39,0,43,9)
C39M0Y43K9 (39%, 0%, 43%, 9%)
(0.39 / 0.00 / 0.43 / 0.09)

CMYK percentages

%38.63
%0
%42.92
%8.63

Codes

Color #8FE985 in popluar color models

8F E9 85
RGB 143 233 133
HSL 114° 69.44% 71.76%
HSB/HSV 114° 42.92% 91.37%
CMYK 38.63% 0.00% 42.92%
8.63%

Color #8FE985 in popluar number systems.

HEX 8F E9 85
Decimal 143 233 133
Binary 10001111 11101001 10000101
Octal 217 351 205

Shades and tints

Shades of #8FE985

#8FE985
(143,233,133)
#82D479
(130,212,121)
#75BF6D
(117,191,109)
#68AA61
(104,170,97)
#5B9555
(91,149,85)
#4E8049
(78,128,73)
#416B3D
(65,107,61)
#345631
(52,86,49)
#274125
(39,65,37)
#1A2C19
(26,44,25)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #8FE985

#8FE985
(143,233,133)
#99EB90
(153,235,144)
#A3ED9B
(163,237,155)
#ADEFA6
(173,239,166)
#B7F1B1
(183,241,177)
#C1F3BC
(193,243,188)
#CBF5C7
(203,245,199)
#D5F7D2
(213,247,210)
#DFF9DD
(223,249,221)
#E9FBE8
(233,251,232)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE985 color. Also use rgb(143,233,133) instead hex code.

Text Font Color

.myTextColor { color: #8FE985; }

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

This text font color is #8FE985.

Background Color

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

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

This div background color is #8FE985.

Border color

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

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

This div border color is #8FE985.

Opacity

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

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

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

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

This text has shadow with #8FE985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FE985.

Preview

Color preview on black background

This text has color #8FE985 on black background.


Color preview on white background

This text has color #8FE985 on white background.


Black color preview on #8FE985 background

This text has black color on #8FE985 background.


White color preview on #8FE985 background

This text has white color on #8FE985 background.


Related colors

Complementary color

Complementary color for #hex is #70167A.


I love getcolorcode.com

Triadic colors

1 #858FE9 and #E9858F with #8FE985 are triadic colors.

2 #85E98F and #E98F85 with #8FE985 are triadic colors.