COLOR #95F676

HEX: #95F676
RGB: (149,246,118)

Renk bilgisi

#95F676 contains mainly green color. #95F676 ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#95F676 color RGB value is (149,246,118).

  • kırmız ton 149;
  • yeşil ton 246;
  • mavi ton 118.
RGB:
(149,246,118)
(58%,96%,46%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 246 of 255 = 96%
B 118 of 255 = 46%

149
246
118

R + G + B ~ 67%. #95F676 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 246 + 118 = 513 (100%)
R 149 of 513 ~ 29.04%
G 246 of 513 ~ 47.95%
B 118 of 513 ~ 23%

%29.04
%47.95
%23

CMYK RENK MODELİ

#95F676 rengi CMYK tonu (39,0,52,4).

  • camgöbeği tonu 39.43%
  • eflatun tonu 0.00%
  • sarı tonu 52.03%
  • ana renk tonu 3.53%
CMYK:
(39,0,52,4)
C39M0Y52K4 
(39%,0%,52%,4%)
(0.39/0.00/0.52/0.04)	

CMYK yüzdeleri

%39.43
%0
%52.03
%3.53

Codes

Color #95F676 in popluar color models

95F676
RGB149246118
HSL105°87.67%71.37%
HSB/HSV105°52.03%96.47%
CMYK39.43%0.00%52.03%
3.53%

Color #95F676 in popluar number systems.

HEX95F676
Decimal149246118
Binary10010101111101101110110
Octal225366166

Shades and tints

Shades of #95F676

#95F676
(149,246,118)
#88E06C
(136,224,108)
#7BCA62
(123,202,98)
#6EB458
(110,180,88)
#619E4E
(97,158,78)
#548844
(84,136,68)
#47723A
(71,114,58)
#3A5C30
(58,92,48)
#2D4626
(45,70,38)
#20301C
(32,48,28)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #95F676

#95F676
(149,246,118)
#9EF682
(158,246,130)
#A7F68E
(167,246,142)
#B0F69A
(176,246,154)
#B9F6A6
(185,246,166)
#C2F6B2
(194,246,178)
#CBF6BE
(203,246,190)
#D4F6CA
(212,246,202)
#DDF6D6
(221,246,214)
#E6F6E2
(230,246,226)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F676 color. Also use rgb(149,246,118) instead hex code.

Text Font Color

.myTextColor { color: #95F676; }

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

This text font color is #95F676.


Background Color

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

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

This div background color is #95F676.


Border color

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

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

This div border color is #95F676.


Opacity

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

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

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

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

This text has shadow with #95F676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F676 on black background.


Color preview on white background

This text has color #95F676 on white background.



Black color preview on #95F676 background

This text has black color on #95F676 background.


White color preview on #95F676 background

This text has white color on #95F676 background.