COLOR #95F15B

HEX: #95F15B RGB: (149,241,91)

Color info

#95F15B contains mainly green color. Web safe color of #95F15B is #99FF66 (or #9F6).

RGB color model

#95F15B color RGB value is (149,241,91).

RGB: (149,241,91) (58%, 95%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 241 of 255 = 95%
B 91 of 255 = 36%

149
241
91

R + G + B ~ 63%. #95F15B is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 241 + 91 = 481 (100%)
R 149 of 481 ~ 30.98%
G 241 of 481 ~ 50.1%
B 91 of 481 ~ 18.92'%

%30.98
%50.1
%18.92

CMYK color model

#95F15B color CMYK value is (38,0,62,5).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 5.49%

CMYK: (38,0,62,5)
C38M0Y62K5 (38%, 0%, 62%, 5%)
(0.38 / 0.00 / 0.62 / 0.05)

CMYK percentages

%38.17
%0
%62.24
%5.49

Codes

Color #95F15B in popluar color models

95 F1 5B
RGB 149 241 91
HSL 97° 84.27% 65.10%
HSB/HSV 97° 62.24% 94.51%
CMYK 38.17% 0.00% 62.24%
5.49%

Color #95F15B in popluar number systems.

HEX 95 F1 5B
Decimal 149 241 91
Binary 10010101 11110001 1011011
Octal 225 361 133

Shades and tints

Shades of #95F15B

#95F15B
(149,241,91)
#88DC53
(136,220,83)
#7BC74B
(123,199,75)
#6EB243
(110,178,67)
#619D3B
(97,157,59)
#548833
(84,136,51)
#47732B
(71,115,43)
#3A5E23
(58,94,35)
#2D491B
(45,73,27)
#203413
(32,52,19)
#131F0B
(19,31,11)
#000000
(0,0,0)

Tints of #95F15B

#95F15B
(149,241,91)
#9EF269
(158,242,105)
#A7F377
(167,243,119)
#B0F485
(176,244,133)
#B9F593
(185,245,147)
#C2F6A1
(194,246,161)
#CBF7AF
(203,247,175)
#D4F8BD
(212,248,189)
#DDF9CB
(221,249,203)
#E6FAD9
(230,250,217)
#EFFBE7
(239,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F15B color. Also use rgb(149,241,91) instead hex code.

Text Font Color

.myTextColor { color: #95F15B; }

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

This text font color is #95F15B.

Background Color

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

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

This div background color is #95F15B.

Border color

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

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

This div border color is #95F15B.

Opacity

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

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

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

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

This text has shadow with #95F15B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95F15B.

Preview

Color preview on black background

This text has color #95F15B on black background.


Color preview on white background

This text has color #95F15B on white background.


Black color preview on #95F15B background

This text has black color on #95F15B background.


White color preview on #95F15B background

This text has white color on #95F15B background.


Related colors

Complementary color

Complementary color for #hex is #6A0EA4.


I love getcolorcode.com

Triadic colors

1 #5B95F1 and #F15B95 with #95F15B are triadic colors.

2 #5BF195 and #F1955B with #95F15B are triadic colors.