COLOR #95D30D

HEX: #95D30D
RGB: (149,211,13)

Renk bilgisi

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

RGB renk modeli

#95D30D color RGB value is (149,211,13).

  • kırmız ton 149;
  • yeşil ton 211;
  • mavi ton 13.
RGB:
(149,211,13)
(58%,83%,5%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 211 of 255 = 83%
B 13 of 255 = 5%

149
211
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 211 + 13 = 373 (100%)
R 149 of 373 ~ 39.95%
G 211 of 373 ~ 56.57%
B 13 of 373 ~ 3.49%

%39.95
%56.57

CMYK RENK MODELİ

#95D30D rengi CMYK tonu (29,0,94,17).

  • camgöbeği tonu 29.38%
  • eflatun tonu 0.00%
  • sarı tonu 93.84%
  • ana renk tonu 17.25%
CMYK:
(29,0,94,17)
C29M0Y94K17 
(29%,0%,94%,17%)
(0.29/0.00/0.94/0.17)	

CMYK yüzdeleri

%29.38
%0
%93.84
%17.25

Codes

Color #95D30D in popluar color models

95D30D
RGB14921113
HSL79°88.39%43.92%
HSB/HSV79°93.84%82.75%
CMYK29.38%0.00%93.84%
17.25%

Color #95D30D in popluar number systems.

HEX95D30D
Decimal14921113
Binary10010101110100111101
Octal22532315

Shades and tints

Shades of #95D30D

#95D30D
(149,211,13)
#88C00C
(136,192,12)
#7BAD0B
(123,173,11)
#6E9A0A
(110,154,10)
#618709
(97,135,9)
#547408
(84,116,8)
#476107
(71,97,7)
#3A4E06
(58,78,6)
#2D3B05
(45,59,5)
#202804
(32,40,4)
#131503
(19,21,3)
#000000
(0,0,0)

Tints of #95D30D

#95D30D
(149,211,13)
#9ED723
(158,215,35)
#A7DB39
(167,219,57)
#B0DF4F
(176,223,79)
#B9E365
(185,227,101)
#C2E77B
(194,231,123)
#CBEB91
(203,235,145)
#D4EFA7
(212,239,167)
#DDF3BD
(221,243,189)
#E6F7D3
(230,247,211)
#EFFBE9
(239,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D30D color. Also use rgb(149,211,13) instead hex code.

Text Font Color

.myTextColor { color: #95D30D; }

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

This text font color is #95D30D.


Background Color

.myBgColor { background-color: #95D30D; }

<div style="background-color:#95D30D">Inner text</div>

This div background color is #95D30D.


Border color

.myBorderColor { border: 1px solid #95D30D; }

<div style="border:3px solid #95D30D">Div</div>

This div border color is #95D30D.


Opacity

.myOpacity80 { color: #95D30D; opacity: 0.8; }

<p style="color:#95D30D;opacity:0.8;">80%</p>

Text with #95D30D 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 #95D30D;}

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

This text has shadow with #95D30D color.

.textShadow {text-shadow: 3px 3px 1px #95D30D, 3px 3px 1px red;}

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

This text has shadow with #95D30D primary color and red secondary color.


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

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

This text has shadow with #95D30D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D30D on black background.


Color preview on white background

This text has color #95D30D on white background.



Black color preview on #95D30D background

This text has black color on #95D30D background.


White color preview on #95D30D background

This text has white color on #95D30D background.