COLOR #95EB43

HEX: #95EB43
RGB: (149,235,67)

Color info

#95EB43 contains mainly green color. Web safe color of #95EB43 is #99FF33 (or #9F3).

RGB color model

#95EB43 color RGB value is (149,235,67).

  • red value is 149;
  • green value is 235;
  • blue value is 67.
RGB:
(149,235,67)
(58%,92%,26%)

RGB channels and saturation

R 149 of 255 = 58%
G 235 of 255 = 92%
B 67 of 255 = 26%

149
235
67

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

Portions of RGB colors in percentages

R + G + B =
149 + 235 + 67 = 451 (100%)
R 149 of 451 ~ 33.04%
G 235 of 451 ~ 52.11%
B 67 of 451 ~ 14.86%

%33.04
%52.11
%14.86

CMYK color model

#95EB43 color CMYK value is (37,0,71,8).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 7.84%
CMYK:
(37,0,71,8)
C37M0Y71K8 
(37%,0%,71%,8%)
(0.37/0.00/0.71/0.08)	

CMYK percentages

%36.6
%0
%71.49
%7.84

Codes

Color #95EB43 in popluar color models

95EB43
RGB14923567
HSL91°80.77%59.22%
HSB/HSV91°71.49%92.16%
CMYK36.60%0.00%71.49%
7.84%

Color #95EB43 in popluar number systems.

HEX95EB43
Decimal14923567
Binary10010101111010111000011
Octal225353103

Shades and tints

Shades of #95EB43

#95EB43
(149,235,67)
#88D63D
(136,214,61)
#7BC137
(123,193,55)
#6EAC31
(110,172,49)
#61972B
(97,151,43)
#548225
(84,130,37)
#476D1F
(71,109,31)
#3A5819
(58,88,25)
#2D4313
(45,67,19)
#202E0D
(32,46,13)
#131907
(19,25,7)
#000000
(0,0,0)

Tints of #95EB43

#95EB43
(149,235,67)
#9EEC54
(158,236,84)
#A7ED65
(167,237,101)
#B0EE76
(176,238,118)
#B9EF87
(185,239,135)
#C2F098
(194,240,152)
#CBF1A9
(203,241,169)
#D4F2BA
(212,242,186)
#DDF3CB
(221,243,203)
#E6F4DC
(230,244,220)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EB43 color. Also use rgb(149,235,67) instead hex code.

Text Font Color

.myTextColor { color: #95EB43; }

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

This text font color is #95EB43.


Background Color

.myBgColor { background-color: #95EB43; }

<div style="background-color:#95EB43">Inner text</div>

This div background color is #95EB43.


Border color

.myBorderColor { border: 1px solid #95EB43; }

<div style="border:3px solid #95EB43">Div</div>

This div border color is #95EB43.


Opacity

.myOpacity80 { color: #95EB43; opacity: 0.8; }

<p style="color:#95EB43;opacity:0.8;">80%</p>

Text with #95EB43 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 #95EB43;}

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

This text has shadow with #95EB43 color.

.textShadow {text-shadow: 3px 3px 1px #95EB43, 3px 3px 1px red;}

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

This text has shadow with #95EB43 primary color and red secondary color.


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

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

This text has shadow with #95EB43 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EB43 on black background.


Color preview on white background

This text has color #95EB43 on white background.



Black color preview on #95EB43 background

This text has black color on #95EB43 background.


White color preview on #95EB43 background

This text has white color on #95EB43 background.