COLOR #95D053

HEX: #95D053
RGB: (149,208,83)

Renk bilgisi

#95D053 contains mainly red and green colors. #95D053 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#95D053 color RGB value is (149,208,83).

  • kırmız ton 149;
  • yeşil ton 208;
  • mavi ton 83.
RGB:
(149,208,83)
(58%,82%,33%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 208 of 255 = 82%
B 83 of 255 = 33%

149
208
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 208 + 83 = 440 (100%)
R 149 of 440 ~ 33.86%
G 208 of 440 ~ 47.27%
B 83 of 440 ~ 18.86%

%33.86
%47.27
%18.86

CMYK RENK MODELİ

#95D053 rengi CMYK tonu (28,0,60,18).

  • camgöbeği tonu 28.37%
  • eflatun tonu 0.00%
  • sarı tonu 60.10%
  • ana renk tonu 18.43%
CMYK:
(28,0,60,18)
C28M0Y60K18 
(28%,0%,60%,18%)
(0.28/0.00/0.60/0.18)	

CMYK yüzdeleri

%28.37
%0
%60.1
%18.43

Codes

Color #95D053 in popluar color models

95D053
RGB14920883
HSL88°57.08%57.06%
HSB/HSV88°60.10%81.57%
CMYK28.37%0.00%60.10%
18.43%

Color #95D053 in popluar number systems.

HEX95D053
Decimal14920883
Binary10010101110100001010011
Octal225320123

Shades and tints

Shades of #95D053

#95D053
(149,208,83)
#88BE4C
(136,190,76)
#7BAC45
(123,172,69)
#6E9A3E
(110,154,62)
#618837
(97,136,55)
#547630
(84,118,48)
#476429
(71,100,41)
#3A5222
(58,82,34)
#2D401B
(45,64,27)
#202E14
(32,46,20)
#131C0D
(19,28,13)
#000000
(0,0,0)

Tints of #95D053

#95D053
(149,208,83)
#9ED462
(158,212,98)
#A7D871
(167,216,113)
#B0DC80
(176,220,128)
#B9E08F
(185,224,143)
#C2E49E
(194,228,158)
#CBE8AD
(203,232,173)
#D4ECBC
(212,236,188)
#DDF0CB
(221,240,203)
#E6F4DA
(230,244,218)
#EFF8E9
(239,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D053 color. Also use rgb(149,208,83) instead hex code.

Text Font Color

.myTextColor { color: #95D053; }

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

This text font color is #95D053.


Background Color

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

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

This div background color is #95D053.


Border color

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

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

This div border color is #95D053.


Opacity

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

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

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

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

This text has shadow with #95D053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D053 on black background.


Color preview on white background

This text has color #95D053 on white background.



Black color preview on #95D053 background

This text has black color on #95D053 background.


White color preview on #95D053 background

This text has white color on #95D053 background.