COLOR #95E575

HEX: #95E575 RGB: (149,229,117)

Color info

#95E575 contains mainly green color. Web safe color of #95E575 is #99CC66 (or #9C6).

RGB color model

#95E575 color RGB value is (149,229,117).

RGB: (149,229,117) (58%, 90%, 46%)

RGB channels and saturation

R 149 of 255 = 58%
G 229 of 255 = 90%
B 117 of 255 = 46%

149
229
117

R + G + B ~ 65%. #95E575 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 229 + 117 = 495 (100%)
R 149 of 495 ~ 30.1%
G 229 of 495 ~ 46.26%
B 117 of 495 ~ 23.64'%

%30.1
%46.26
%23.64

CMYK color model

#95E575 color CMYK value is (35,0,49,10).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 10.20%

CMYK: (35,0,49,10)
C35M0Y49K10 (35%, 0%, 49%, 10%)
(0.35 / 0.00 / 0.49 / 0.10)

CMYK percentages

%34.93
%0
%48.91
%10.2

Codes

Color #95E575 in popluar color models

95 E5 75
RGB 149 229 117
HSL 103° 68.29% 67.84%
HSB/HSV 103° 48.91% 89.80%
CMYK 34.93% 0.00% 48.91%
10.20%

Color #95E575 in popluar number systems.

HEX 95 E5 75
Decimal 149 229 117
Binary 10010101 11100101 1110101
Octal 225 345 165

Shades and tints

Shades of #95E575

#95E575
(149,229,117)
#88D16B
(136,209,107)
#7BBD61
(123,189,97)
#6EA957
(110,169,87)
#61954D
(97,149,77)
#548143
(84,129,67)
#476D39
(71,109,57)
#3A592F
(58,89,47)
#2D4525
(45,69,37)
#20311B
(32,49,27)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #95E575

#95E575
(149,229,117)
#9EE781
(158,231,129)
#A7E98D
(167,233,141)
#B0EB99
(176,235,153)
#B9EDA5
(185,237,165)
#C2EFB1
(194,239,177)
#CBF1BD
(203,241,189)
#D4F3C9
(212,243,201)
#DDF5D5
(221,245,213)
#E6F7E1
(230,247,225)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E575 color. Also use rgb(149,229,117) instead hex code.

Text Font Color

.myTextColor { color: #95E575; }

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

This text font color is #95E575.

Background Color

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

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

This div background color is #95E575.

Border color

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

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

This div border color is #95E575.

Opacity

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

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

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

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

This text has shadow with #95E575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95E575.

Preview

Color preview on black background

This text has color #95E575 on black background.


Color preview on white background

This text has color #95E575 on white background.


Black color preview on #95E575 background

This text has black color on #95E575 background.


White color preview on #95E575 background

This text has white color on #95E575 background.


Related colors

Complementary color

Complementary color for #hex is #6A1A8A.


I love getcolorcode.com

Triadic colors

1 #7595E5 and #E57595 with #95E575 are triadic colors.

2 #75E595 and #E59575 with #95E575 are triadic colors.