COLOR #95D413

HEX: #95D413
RGB: (149,212,19)

Renk bilgisi

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

RGB renk modeli

#95D413 color RGB value is (149,212,19).

  • kırmız ton 149;
  • yeşil ton 212;
  • mavi ton 19.
RGB:
(149,212,19)
(58%,83%,7%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 212 of 255 = 83%
B 19 of 255 = 7%

149
212
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 212 + 19 = 380 (100%)
R 149 of 380 ~ 39.21%
G 212 of 380 ~ 55.79%
B 19 of 380 ~ 5%

%39.21
%55.79

CMYK RENK MODELİ

#95D413 rengi CMYK tonu (30,0,91,17).

  • camgöbeği tonu 29.72%
  • eflatun tonu 0.00%
  • sarı tonu 91.04%
  • ana renk tonu 16.86%
CMYK:
(30,0,91,17)
C30M0Y91K17 
(30%,0%,91%,17%)
(0.30/0.00/0.91/0.17)	

CMYK yüzdeleri

%29.72
%0
%91.04
%16.86

Codes

Color #95D413 in popluar color models

95D413
RGB14921219
HSL80°83.55%45.29%
HSB/HSV80°91.04%83.14%
CMYK29.72%0.00%91.04%
16.86%

Color #95D413 in popluar number systems.

HEX95D413
Decimal14921219
Binary100101011101010010011
Octal22532423

Shades and tints

Shades of #95D413

#95D413
(149,212,19)
#88C112
(136,193,18)
#7BAE11
(123,174,17)
#6E9B10
(110,155,16)
#61880F
(97,136,15)
#54750E
(84,117,14)
#47620D
(71,98,13)
#3A4F0C
(58,79,12)
#2D3C0B
(45,60,11)
#20290A
(32,41,10)
#131609
(19,22,9)
#000000
(0,0,0)

Tints of #95D413

#95D413
(149,212,19)
#9ED728
(158,215,40)
#A7DA3D
(167,218,61)
#B0DD52
(176,221,82)
#B9E067
(185,224,103)
#C2E37C
(194,227,124)
#CBE691
(203,230,145)
#D4E9A6
(212,233,166)
#DDECBB
(221,236,187)
#E6EFD0
(230,239,208)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D413 color. Also use rgb(149,212,19) instead hex code.

Text Font Color

.myTextColor { color: #95D413; }

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

This text font color is #95D413.


Background Color

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

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

This div background color is #95D413.


Border color

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

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

This div border color is #95D413.


Opacity

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

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

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

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

This text has shadow with #95D413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D413 on black background.


Color preview on white background

This text has color #95D413 on white background.



Black color preview on #95D413 background

This text has black color on #95D413 background.


White color preview on #95D413 background

This text has white color on #95D413 background.