COLOR #8EBF54

HEX: #8EBF54
RGB: (142,191,84)

Color info

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

RGB color model

#8EBF54 color RGB value is (142,191,84).

  • red value is 142;
  • green value is 191;
  • blue value is 84.
RGB:
(142,191,84)
(56%,75%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 191 of 255 = 75%
B 84 of 255 = 33%

142
191
84

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

Portions of RGB colors in percentages

R + G + B =
142 + 191 + 84 = 417 (100%)
R 142 of 417 ~ 34.05%
G 191 of 417 ~ 45.8%
B 84 of 417 ~ 20.14%

%34.05
%45.8
%20.14

CMYK color model

#8EBF54 color CMYK value is (26,0,56,25).

  • cyan value is 25.65%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 25.10%
CMYK:
(26,0,56,25)
C26M0Y56K25 
(26%,0%,56%,25%)
(0.26/0.00/0.56/0.25)	

CMYK percentages

%25.65
%0
%56.02
%25.1

Codes

Color #8EBF54 in popluar color models

8EBF54
RGB14219184
HSL87°45.53%53.92%
HSB/HSV87°56.02%74.90%
CMYK25.65%0.00%56.02%
25.10%

Color #8EBF54 in popluar number systems.

HEX8EBF54
Decimal14219184
Binary10001110101111111010100
Octal216277124

Shades and tints

Shades of #8EBF54

#8EBF54
(142,191,84)
#82AE4D
(130,174,77)
#769D46
(118,157,70)
#6A8C3F
(106,140,63)
#5E7B38
(94,123,56)
#526A31
(82,106,49)
#46592A
(70,89,42)
#3A4823
(58,72,35)
#2E371C
(46,55,28)
#222615
(34,38,21)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #8EBF54

#8EBF54
(142,191,84)
#98C463
(152,196,99)
#A2C972
(162,201,114)
#ACCE81
(172,206,129)
#B6D390
(182,211,144)
#C0D89F
(192,216,159)
#CADDAE
(202,221,174)
#D4E2BD
(212,226,189)
#DEE7CC
(222,231,204)
#E8ECDB
(232,236,219)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBF54 color. Also use rgb(142,191,84) instead hex code.

Text Font Color

.myTextColor { color: #8EBF54; }

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

This text font color is #8EBF54.


Background Color

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

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

This div background color is #8EBF54.


Border color

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

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

This div border color is #8EBF54.


Opacity

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

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

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

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

This text has shadow with #8EBF54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBF54 on black background.


Color preview on white background

This text has color #8EBF54 on white background.



Black color preview on #8EBF54 background

This text has black color on #8EBF54 background.


White color preview on #8EBF54 background

This text has white color on #8EBF54 background.