COLOR #95ED31

HEX: #95ED31
RGB: (149,237,49)

Renk bilgisi

#95ED31 contains mainly green color. #95ED31 ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#95ED31 color RGB value is (149,237,49).

  • kırmız ton 149;
  • yeşil ton 237;
  • mavi ton 49.
RGB:
(149,237,49)
(58%,93%,19%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 237 of 255 = 93%
B 49 of 255 = 19%

149
237
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 237 + 49 = 435 (100%)
R 149 of 435 ~ 34.25%
G 237 of 435 ~ 54.48%
B 49 of 435 ~ 11.26%

%34.25
%54.48
%11.26

CMYK RENK MODELİ

#95ED31 rengi CMYK tonu (37,0,79,7).

  • camgöbeği tonu 37.13%
  • eflatun tonu 0.00%
  • sarı tonu 79.32%
  • ana renk tonu 7.06%
CMYK:
(37,0,79,7)
C37M0Y79K7 
(37%,0%,79%,7%)
(0.37/0.00/0.79/0.07)	

CMYK yüzdeleri

%37.13
%0
%79.32
%7.06

Codes

Color #95ED31 in popluar color models

95ED31
RGB14923749
HSL88°83.93%56.08%
HSB/HSV88°79.32%92.94%
CMYK37.13%0.00%79.32%
7.06%

Color #95ED31 in popluar number systems.

HEX95ED31
Decimal14923749
Binary1001010111101101110001
Octal22535561

Shades and tints

Shades of #95ED31

#95ED31
(149,237,49)
#88D82D
(136,216,45)
#7BC329
(123,195,41)
#6EAE25
(110,174,37)
#619921
(97,153,33)
#54841D
(84,132,29)
#476F19
(71,111,25)
#3A5A15
(58,90,21)
#2D4511
(45,69,17)
#20300D
(32,48,13)
#131B09
(19,27,9)
#000000
(0,0,0)

Tints of #95ED31

#95ED31
(149,237,49)
#9EEE43
(158,238,67)
#A7EF55
(167,239,85)
#B0F067
(176,240,103)
#B9F179
(185,241,121)
#C2F28B
(194,242,139)
#CBF39D
(203,243,157)
#D4F4AF
(212,244,175)
#DDF5C1
(221,245,193)
#E6F6D3
(230,246,211)
#EFF7E5
(239,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ED31 color. Also use rgb(149,237,49) instead hex code.

Text Font Color

.myTextColor { color: #95ED31; }

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

This text font color is #95ED31.


Background Color

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

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

This div background color is #95ED31.


Border color

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

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

This div border color is #95ED31.


Opacity

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

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

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

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

This text has shadow with #95ED31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ED31 on black background.


Color preview on white background

This text has color #95ED31 on white background.



Black color preview on #95ED31 background

This text has black color on #95ED31 background.


White color preview on #95ED31 background

This text has white color on #95ED31 background.