COLOR #96CD77

HEX: #96CD77
RGB: (150,205,119)

Renk bilgisi

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

RGB renk modeli

#96CD77 color RGB value is (150,205,119).

  • kırmız ton 150;
  • yeşil ton 205;
  • mavi ton 119.
RGB:
(150,205,119)
(59%,80%,47%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 205 of 255 = 80%
B 119 of 255 = 47%

150
205
119

R + G + B ~ 62%. #96CD77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 205 + 119 = 474 (100%)
R 150 of 474 ~ 31.65%
G 205 of 474 ~ 43.25%
B 119 of 474 ~ 25.11%

%31.65
%43.25
%25.11

CMYK RENK MODELİ

#96CD77 rengi CMYK tonu (27,0,42,20).

  • camgöbeği tonu 26.83%
  • eflatun tonu 0.00%
  • sarı tonu 41.95%
  • ana renk tonu 19.61%
CMYK:
(27,0,42,20)
C27M0Y42K20 
(27%,0%,42%,20%)
(0.27/0.00/0.42/0.20)	

CMYK yüzdeleri

%26.83
%0
%41.95
%19.61

Codes

Color #96CD77 in popluar color models

96CD77
RGB150205119
HSL98°46.24%63.53%
HSB/HSV98°41.95%80.39%
CMYK26.83%0.00%41.95%
19.61%

Color #96CD77 in popluar number systems.

HEX96CD77
Decimal150205119
Binary10010110110011011110111
Octal226315167

Shades and tints

Shades of #96CD77

#96CD77
(150,205,119)
#89BB6D
(137,187,109)
#7CA963
(124,169,99)
#6F9759
(111,151,89)
#62854F
(98,133,79)
#557345
(85,115,69)
#48613B
(72,97,59)
#3B4F31
(59,79,49)
#2E3D27
(46,61,39)
#212B1D
(33,43,29)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96CD77

#96CD77
(150,205,119)
#9FD183
(159,209,131)
#A8D58F
(168,213,143)
#B1D99B
(177,217,155)
#BADDA7
(186,221,167)
#C3E1B3
(195,225,179)
#CCE5BF
(204,229,191)
#D5E9CB
(213,233,203)
#DEEDD7
(222,237,215)
#E7F1E3
(231,241,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CD77 color. Also use rgb(150,205,119) instead hex code.

Text Font Color

.myTextColor { color: #96CD77; }

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

This text font color is #96CD77.


Background Color

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

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

This div background color is #96CD77.


Border color

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

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

This div border color is #96CD77.


Opacity

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

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

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

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

This text has shadow with #96CD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CD77 on black background.


Color preview on white background

This text has color #96CD77 on white background.



Black color preview on #96CD77 background

This text has black color on #96CD77 background.


White color preview on #96CD77 background

This text has white color on #96CD77 background.