COLOR #96C775

HEX: #96C775
RGB: (150,199,117)

Renk bilgisi

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

RGB renk modeli

#96C775 color RGB value is (150,199,117).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 199 of 255 = 78%
B 117 of 255 = 46%

150
199
117

R + G + B ~ 61%. #96C775 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 199 + 117 = 466 (100%)
R 150 of 466 ~ 32.19%
G 199 of 466 ~ 42.7%
B 117 of 466 ~ 25.11%

%32.19
%42.7
%25.11

CMYK RENK MODELİ

#96C775 rengi CMYK tonu (25,0,41,22).

  • camgöbeği tonu 24.62%
  • eflatun tonu 0.00%
  • sarı tonu 41.21%
  • ana renk tonu 21.96%
CMYK:
(25,0,41,22)
C25M0Y41K22 
(25%,0%,41%,22%)
(0.25/0.00/0.41/0.22)	

CMYK yüzdeleri

%24.62
%0
%41.21
%21.96

Codes

Color #96C775 in popluar color models

96C775
RGB150199117
HSL96°42.27%61.96%
HSB/HSV96°41.21%78.04%
CMYK24.62%0.00%41.21%
21.96%

Color #96C775 in popluar number systems.

HEX96C775
Decimal150199117
Binary10010110110001111110101
Octal226307165

Shades and tints

Shades of #96C775

#96C775
(150,199,117)
#89B56B
(137,181,107)
#7CA361
(124,163,97)
#6F9157
(111,145,87)
#627F4D
(98,127,77)
#556D43
(85,109,67)
#485B39
(72,91,57)
#3B492F
(59,73,47)
#2E3725
(46,55,37)
#21251B
(33,37,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #96C775

#96C775
(150,199,117)
#9FCC81
(159,204,129)
#A8D18D
(168,209,141)
#B1D699
(177,214,153)
#BADBA5
(186,219,165)
#C3E0B1
(195,224,177)
#CCE5BD
(204,229,189)
#D5EAC9
(213,234,201)
#DEEFD5
(222,239,213)
#E7F4E1
(231,244,225)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C775; }

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

This text font color is #96C775.


Background Color

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

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

This div background color is #96C775.


Border color

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

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

This div border color is #96C775.


Opacity

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

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

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

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

This text has shadow with #96C775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C775 on black background.


Color preview on white background

This text has color #96C775 on white background.



Black color preview on #96C775 background

This text has black color on #96C775 background.


White color preview on #96C775 background

This text has white color on #96C775 background.