COLOR #95C175

HEX: #95C175
RGB: (149,193,117)

Renk bilgisi

#95C175 contains mainly red and green colors. #95C175 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#95C175 color RGB value is (149,193,117).

  • kırmız ton 149;
  • yeşil ton 193;
  • mavi ton 117.
RGB:
(149,193,117)
(58%,76%,46%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 193 of 255 = 76%
B 117 of 255 = 46%

149
193
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 193 + 117 = 459 (100%)
R 149 of 459 ~ 32.46%
G 193 of 459 ~ 42.05%
B 117 of 459 ~ 25.49%

%32.46
%42.05
%25.49

CMYK RENK MODELİ

#95C175 rengi CMYK tonu (23,0,39,24).

  • camgöbeği tonu 22.80%
  • eflatun tonu 0.00%
  • sarı tonu 39.38%
  • ana renk tonu 24.31%
CMYK:
(23,0,39,24)
C23M0Y39K24 
(23%,0%,39%,24%)
(0.23/0.00/0.39/0.24)	

CMYK yüzdeleri

%22.8
%0
%39.38
%24.31

Codes

Color #95C175 in popluar color models

95C175
RGB149193117
HSL95°38.00%60.78%
HSB/HSV95°39.38%75.69%
CMYK22.80%0.00%39.38%
24.31%

Color #95C175 in popluar number systems.

HEX95C175
Decimal149193117
Binary10010101110000011110101
Octal225301165

Shades and tints

Shades of #95C175

#95C175
(149,193,117)
#88B06B
(136,176,107)
#7B9F61
(123,159,97)
#6E8E57
(110,142,87)
#617D4D
(97,125,77)
#546C43
(84,108,67)
#475B39
(71,91,57)
#3A4A2F
(58,74,47)
#2D3925
(45,57,37)
#20281B
(32,40,27)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #95C175

#95C175
(149,193,117)
#9EC681
(158,198,129)
#A7CB8D
(167,203,141)
#B0D099
(176,208,153)
#B9D5A5
(185,213,165)
#C2DAB1
(194,218,177)
#CBDFBD
(203,223,189)
#D4E4C9
(212,228,201)
#DDE9D5
(221,233,213)
#E6EEE1
(230,238,225)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C175; }

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

This text font color is #95C175.


Background Color

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

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

This div background color is #95C175.


Border color

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

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

This div border color is #95C175.


Opacity

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

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

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

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

This text has shadow with #95C175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C175 on black background.


Color preview on white background

This text has color #95C175 on white background.



Black color preview on #95C175 background

This text has black color on #95C175 background.


White color preview on #95C175 background

This text has white color on #95C175 background.