COLOR #8EF59B

HEX: #8EF59B RGB: (142,245,155)

Color info

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

RGB color model

#8EF59B color RGB value is (142,245,155).

RGB: (142,245,155) (56%, 96%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 245 of 255 = 96%
B 155 of 255 = 61%

142
245
155

R + G + B ~ 71%. #8EF59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 245 + 155 = 542 (100%)
R 142 of 542 ~ 26.2%
G 245 of 542 ~ 45.2%
B 155 of 542 ~ 28.6'%

%26.2
%45.2
%28.6

CMYK color model

#8EF59B color CMYK value is (42,0,37,4).

  • cyan value is 42.04%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 3.92%

CMYK: (42,0,37,4)
C42M0Y37K4 (42%, 0%, 37%, 4%)
(0.42 / 0.00 / 0.37 / 0.04)

CMYK percentages

%42.04
%0
%36.73
%3.92

Codes

Color #8EF59B in popluar color models

8E F5 9B
RGB 142 245 155
HSL 128° 83.74% 75.88%
HSB/HSV 128° 42.04% 96.08%
CMYK 42.04% 0.00% 36.73%
3.92%

Color #8EF59B in popluar number systems.

HEX 8E F5 9B
Decimal 142 245 155
Binary 10001110 11110101 10011011
Octal 216 365 233

Shades and tints

Shades of #8EF59B

#8EF59B
(142,245,155)
#82DF8D
(130,223,141)
#76C97F
(118,201,127)
#6AB371
(106,179,113)
#5E9D63
(94,157,99)
#528755
(82,135,85)
#467147
(70,113,71)
#3A5B39
(58,91,57)
#2E452B
(46,69,43)
#222F1D
(34,47,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #8EF59B

#8EF59B
(142,245,155)
#98F5A4
(152,245,164)
#A2F5AD
(162,245,173)
#ACF5B6
(172,245,182)
#B6F5BF
(182,245,191)
#C0F5C8
(192,245,200)
#CAF5D1
(202,245,209)
#D4F5DA
(212,245,218)
#DEF5E3
(222,245,227)
#E8F5EC
(232,245,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF59B color. Also use rgb(142,245,155) instead hex code.

Text Font Color

.myTextColor { color: #8EF59B; }

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

This text font color is #8EF59B.

Background Color

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

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

This div background color is #8EF59B.

Border color

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

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

This div border color is #8EF59B.

Opacity

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

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

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

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

This text has shadow with #8EF59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EF59B.

Preview

Color preview on black background

This text has color #8EF59B on black background.


Color preview on white background

This text has color #8EF59B on white background.


Black color preview on #8EF59B background

This text has black color on #8EF59B background.


White color preview on #8EF59B background

This text has white color on #8EF59B background.


Related colors

Complementary color

Complementary color for #hex is #710A64.


I love getcolorcode.com

Triadic colors

1 #9B8EF5 and #F59B8E with #8EF59B are triadic colors.

2 #9BF58E and #F58E9B with #8EF59B are triadic colors.