COLOR #96C375

HEX: #96C375
RGB: (150,195,117)

Renk bilgisi

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

RGB renk modeli

#96C375 color RGB value is (150,195,117).

  • kırmız ton 150;
  • yeşil ton 195;
  • mavi ton 117.
RGB:
(150,195,117)
(59%,76%,46%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 195 of 255 = 76%
B 117 of 255 = 46%

150
195
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 195 + 117 = 462 (100%)
R 150 of 462 ~ 32.47%
G 195 of 462 ~ 42.21%
B 117 of 462 ~ 25.32%

%32.47
%42.21
%25.32

CMYK RENK MODELİ

#96C375 rengi CMYK tonu (23,0,40,24).

  • camgöbeği tonu 23.08%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 23.53%
CMYK:
(23,0,40,24)
C23M0Y40K24 
(23%,0%,40%,24%)
(0.23/0.00/0.40/0.24)	

CMYK yüzdeleri

%23.08
%0
%40
%23.53

Codes

Color #96C375 in popluar color models

96C375
RGB150195117
HSL95°39.39%61.18%
HSB/HSV95°40.00%76.47%
CMYK23.08%0.00%40.00%
23.53%

Color #96C375 in popluar number systems.

HEX96C375
Decimal150195117
Binary10010110110000111110101
Octal226303165

Shades and tints

Shades of #96C375

#96C375
(150,195,117)
#89B26B
(137,178,107)
#7CA161
(124,161,97)
#6F9057
(111,144,87)
#627F4D
(98,127,77)
#556E43
(85,110,67)
#485D39
(72,93,57)
#3B4C2F
(59,76,47)
#2E3B25
(46,59,37)
#212A1B
(33,42,27)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96C375

#96C375
(150,195,117)
#9FC881
(159,200,129)
#A8CD8D
(168,205,141)
#B1D299
(177,210,153)
#BAD7A5
(186,215,165)
#C3DCB1
(195,220,177)
#CCE1BD
(204,225,189)
#D5E6C9
(213,230,201)
#DEEBD5
(222,235,213)
#E7F0E1
(231,240,225)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C375 color. Also use rgb(150,195,117) instead hex code.

Text Font Color

.myTextColor { color: #96C375; }

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

This text font color is #96C375.


Background Color

.myBgColor { background-color: #96C375; }

<div style="background-color:#96C375">Inner text</div>

This div background color is #96C375.


Border color

.myBorderColor { border: 1px solid #96C375; }

<div style="border:3px solid #96C375">Div</div>

This div border color is #96C375.


Opacity

.myOpacity80 { color: #96C375; opacity: 0.8; }

<p style="color:#96C375;opacity:0.8;">80%</p>

Text with #96C375 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 #96C375;}

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

This text has shadow with #96C375 color.

.textShadow {text-shadow: 3px 3px 1px #96C375, 3px 3px 1px red;}

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

This text has shadow with #96C375 primary color and red secondary color.


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

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

This text has shadow with #96C375 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C375 on black background.


Color preview on white background

This text has color #96C375 on white background.



Black color preview on #96C375 background

This text has black color on #96C375 background.


White color preview on #96C375 background

This text has white color on #96C375 background.