COLOR #96DC04

HEX: #96DC04
RGB: (150,220,4)

Renk bilgisi

#96DC04 contains mainly green color. #96DC04 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#96DC04 color RGB value is (150,220,4).

  • kırmız ton 150;
  • yeşil ton 220;
  • mavi ton 4.
RGB:
(150,220,4)
(59%,86%,2%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 220 of 255 = 86%
B 4 of 255 = 2%

150
220
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 220 + 4 = 374 (100%)
R 150 of 374 ~ 40.11%
G 220 of 374 ~ 58.82%
B 4 of 374 ~ 1.07%

%40.11
%58.82

CMYK RENK MODELİ

#96DC04 rengi CMYK tonu (32,0,98,14).

  • camgöbeği tonu 31.82%
  • eflatun tonu 0.00%
  • sarı tonu 98.18%
  • ana renk tonu 13.73%
CMYK:
(32,0,98,14)
C32M0Y98K14 
(32%,0%,98%,14%)
(0.32/0.00/0.98/0.14)	

CMYK yüzdeleri

%31.82
%0
%98.18
%13.73

Codes

Color #96DC04 in popluar color models

96DC04
RGB1502204
HSL79°96.43%43.92%
HSB/HSV79°98.18%86.27%
CMYK31.82%0.00%98.18%
13.73%

Color #96DC04 in popluar number systems.

HEX96DC04
Decimal1502204
Binary1001011011011100100
Octal2263344

Shades and tints

Shades of #96DC04

#96DC04
(150,220,4)
#89C804
(137,200,4)
#7CB404
(124,180,4)
#6FA004
(111,160,4)
#628C04
(98,140,4)
#557804
(85,120,4)
#486404
(72,100,4)
#3B5004
(59,80,4)
#2E3C04
(46,60,4)
#212804
(33,40,4)
#141404
(20,20,4)
#000000
(0,0,0)

Tints of #96DC04

#96DC04
(150,220,4)
#9FDF1A
(159,223,26)
#A8E230
(168,226,48)
#B1E546
(177,229,70)
#BAE85C
(186,232,92)
#C3EB72
(195,235,114)
#CCEE88
(204,238,136)
#D5F19E
(213,241,158)
#DEF4B4
(222,244,180)
#E7F7CA
(231,247,202)
#F0FAE0
(240,250,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DC04 color. Also use rgb(150,220,4) instead hex code.

Text Font Color

.myTextColor { color: #96DC04; }

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

This text font color is #96DC04.


Background Color

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

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

This div background color is #96DC04.


Border color

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

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

This div border color is #96DC04.


Opacity

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

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

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

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

This text has shadow with #96DC04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DC04 on black background.


Color preview on white background

This text has color #96DC04 on white background.



Black color preview on #96DC04 background

This text has black color on #96DC04 background.


White color preview on #96DC04 background

This text has white color on #96DC04 background.