COLOR #95C831

HEX: #95C831 RGB: (149,200,49)

Color info

#95C831 contains mainly red and green colors. Web safe color of #95C831 is #99CC33 (or #9C3).

RGB color model

#95C831 color RGB value is (149,200,49).

RGB: (149,200,49) (58%, 78%, 19%)

RGB channels and saturation

R 149 of 255 = 58%
G 200 of 255 = 78%
B 49 of 255 = 19%

149
200
49

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

Portions of RGB colors in percentages

R + G + B = 149 + 200 + 49 = 398 (100%)
R 149 of 398 ~ 37.44%
G 200 of 398 ~ 50.25%
B 49 of 398 ~ 12.31'%

%37.44
%50.25
%12.31

CMYK color model

#95C831 color CMYK value is (26,0,76,22).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 75.50%
  • key color value is 21.57%
CMYK: (26,0,76,22) C26M0Y76K22 (26%,0%,76%,22%) (0.26/0.00/0.76/0.22) 

CMYK percentages

%25.5
%0
%75.5
%21.57

Codes

Color #95C831 in popluar color models

95 C8 31
RGB 149 200 49
HSL 80° 60.64% 48.82%
HSB/HSV 80° 75.50% 78.43%
CMYK 25.50% 0.00% 75.50%
21.57%

Color #95C831 in popluar number systems.

HEX 95 C8 31
Decimal 149 200 49
Binary 10010101 11001000 110001
Octal 225 310 61

Shades and tints

Shades of #95C831

#95C831
(149,200,49)
#88B62D
(136,182,45)
#7BA429
(123,164,41)
#6E9225
(110,146,37)
#618021
(97,128,33)
#546E1D
(84,110,29)
#475C19
(71,92,25)
#3A4A15
(58,74,21)
#2D3811
(45,56,17)
#20260D
(32,38,13)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #95C831

#95C831
(149,200,49)
#9ECD43
(158,205,67)
#A7D255
(167,210,85)
#B0D767
(176,215,103)
#B9DC79
(185,220,121)
#C2E18B
(194,225,139)
#CBE69D
(203,230,157)
#D4EBAF
(212,235,175)
#DDF0C1
(221,240,193)
#E6F5D3
(230,245,211)
#EFFAE5
(239,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C831 color. Also use rgb(149,200,49) instead hex code.

Text Font Color

.myTextColor { color: #95C831; }

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

This text font color is #95C831.

Background Color

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

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

This div background color is #95C831.

Border color

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

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

This div border color is #95C831.

Opacity

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

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

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

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

This text has shadow with #95C831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C831.

Preview

Color preview on black background

This text has color #95C831 on black background.


Color preview on white background

This text has color #95C831 on white background.


Black color preview on #95C831 background

This text has black color on #95C831 background.


White color preview on #95C831 background

This text has white color on #95C831 background.


Related colors

Complementary color

Complementary color for #hex is #6A37CE.


I love getcolorcode.com

Triadic colors

1 #3195C8 and #C83195 with #95C831 are triadic colors.

2 #31C895 and #C89531 with #95C831 are triadic colors.