COLOR #95D770

HEX: #95D770
RGB: (149,215,112)

Renk bilgisi

#95D770 contains mainly green color. #95D770 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#95D770 color RGB value is (149,215,112).

  • kırmız ton 149;
  • yeşil ton 215;
  • mavi ton 112.
RGB:
(149,215,112)
(58%,84%,44%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 215 of 255 = 84%
B 112 of 255 = 44%

149
215
112

R + G + B ~ 62%. #95D770 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 215 + 112 = 476 (100%)
R 149 of 476 ~ 31.3%
G 215 of 476 ~ 45.17%
B 112 of 476 ~ 23.53%

%31.3
%45.17
%23.53

CMYK RENK MODELİ

#95D770 rengi CMYK tonu (31,0,48,16).

  • camgöbeği tonu 30.70%
  • eflatun tonu 0.00%
  • sarı tonu 47.91%
  • ana renk tonu 15.69%
CMYK:
(31,0,48,16)
C31M0Y48K16 
(31%,0%,48%,16%)
(0.31/0.00/0.48/0.16)	

CMYK yüzdeleri

%30.7
%0
%47.91
%15.69

Codes

Color #95D770 in popluar color models

95D770
RGB149215112
HSL98°56.28%64.12%
HSB/HSV98°47.91%84.31%
CMYK30.70%0.00%47.91%
15.69%

Color #95D770 in popluar number systems.

HEX95D770
Decimal149215112
Binary10010101110101111110000
Octal225327160

Shades and tints

Shades of #95D770

#95D770
(149,215,112)
#88C466
(136,196,102)
#7BB15C
(123,177,92)
#6E9E52
(110,158,82)
#618B48
(97,139,72)
#54783E
(84,120,62)
#476534
(71,101,52)
#3A522A
(58,82,42)
#2D3F20
(45,63,32)
#202C16
(32,44,22)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #95D770

#95D770
(149,215,112)
#9EDA7D
(158,218,125)
#A7DD8A
(167,221,138)
#B0E097
(176,224,151)
#B9E3A4
(185,227,164)
#C2E6B1
(194,230,177)
#CBE9BE
(203,233,190)
#D4ECCB
(212,236,203)
#DDEFD8
(221,239,216)
#E6F2E5
(230,242,229)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D770 color. Also use rgb(149,215,112) instead hex code.

Text Font Color

.myTextColor { color: #95D770; }

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

This text font color is #95D770.


Background Color

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

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

This div background color is #95D770.


Border color

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

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

This div border color is #95D770.


Opacity

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

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

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

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

This text has shadow with #95D770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D770 on black background.


Color preview on white background

This text has color #95D770 on white background.



Black color preview on #95D770 background

This text has black color on #95D770 background.


White color preview on #95D770 background

This text has white color on #95D770 background.