COLOR #96DB5D

HEX: #96DB5D
RGB: (150,219,93)

Renk bilgisi

#96DB5D contains mainly green color. #96DB5D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#96DB5D color RGB value is (150,219,93).

  • kırmız ton 150;
  • yeşil ton 219;
  • mavi ton 93.
RGB:
(150,219,93)
(59%,86%,36%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 219 of 255 = 86%
B 93 of 255 = 36%

150
219
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 219 + 93 = 462 (100%)
R 150 of 462 ~ 32.47%
G 219 of 462 ~ 47.4%
B 93 of 462 ~ 20.13%

%32.47
%47.4
%20.13

CMYK RENK MODELİ

#96DB5D rengi CMYK tonu (32,0,58,14).

  • camgöbeği tonu 31.51%
  • eflatun tonu 0.00%
  • sarı tonu 57.53%
  • ana renk tonu 14.12%
CMYK:
(32,0,58,14)
C32M0Y58K14 
(32%,0%,58%,14%)
(0.32/0.00/0.58/0.14)	

CMYK yüzdeleri

%31.51
%0
%57.53
%14.12

Codes

Color #96DB5D in popluar color models

96DB5D
RGB15021993
HSL93°63.64%61.18%
HSB/HSV93°57.53%85.88%
CMYK31.51%0.00%57.53%
14.12%

Color #96DB5D in popluar number systems.

HEX96DB5D
Decimal15021993
Binary10010110110110111011101
Octal226333135

Shades and tints

Shades of #96DB5D

#96DB5D
(150,219,93)
#89C855
(137,200,85)
#7CB54D
(124,181,77)
#6FA245
(111,162,69)
#628F3D
(98,143,61)
#557C35
(85,124,53)
#48692D
(72,105,45)
#3B5625
(59,86,37)
#2E431D
(46,67,29)
#213015
(33,48,21)
#141D0D
(20,29,13)
#000000
(0,0,0)

Tints of #96DB5D

#96DB5D
(150,219,93)
#9FDE6B
(159,222,107)
#A8E179
(168,225,121)
#B1E487
(177,228,135)
#BAE795
(186,231,149)
#C3EAA3
(195,234,163)
#CCEDB1
(204,237,177)
#D5F0BF
(213,240,191)
#DEF3CD
(222,243,205)
#E7F6DB
(231,246,219)
#F0F9E9
(240,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DB5D color. Also use rgb(150,219,93) instead hex code.

Text Font Color

.myTextColor { color: #96DB5D; }

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

This text font color is #96DB5D.


Background Color

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

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

This div background color is #96DB5D.


Border color

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

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

This div border color is #96DB5D.


Opacity

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

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

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

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

This text has shadow with #96DB5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DB5D on black background.


Color preview on white background

This text has color #96DB5D on white background.



Black color preview on #96DB5D background

This text has black color on #96DB5D background.


White color preview on #96DB5D background

This text has white color on #96DB5D background.