COLOR #84E195

HEX: #84E195
RGB: (132,225,149)

Renk bilgisi

#84E195 contains mainly green color. #84E195 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84E195 color RGB value is (132,225,149).

  • kırmız ton 132;
  • yeşil ton 225;
  • mavi ton 149.
RGB:
(132,225,149)
(52%,88%,58%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 225 of 255 = 88%
B 149 of 255 = 58%

132
225
149

R + G + B ~ 66%. #84E195 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 225 + 149 = 506 (100%)
R 132 of 506 ~ 26.09%
G 225 of 506 ~ 44.47%
B 149 of 506 ~ 29.45%

%26.09
%44.47
%29.45

CMYK RENK MODELİ

#84E195 rengi CMYK tonu (41,0,34,12).

  • camgöbeği tonu 41.33%
  • eflatun tonu 0.00%
  • sarı tonu 33.78%
  • ana renk tonu 11.76%
CMYK:
(41,0,34,12)
C41M0Y34K12 
(41%,0%,34%,12%)
(0.41/0.00/0.34/0.12)	

CMYK yüzdeleri

%41.33
%0
%33.78
%11.76

Codes

Color #84E195 in popluar color models

84E195
RGB132225149
HSL131°60.78%70.00%
HSB/HSV131°41.33%88.24%
CMYK41.33%0.00%33.78%
11.76%

Color #84E195 in popluar number systems.

HEX84E195
Decimal132225149
Binary100001001110000110010101
Octal204341225

Shades and tints

Shades of #84E195

#84E195
(132,225,149)
#78CD88
(120,205,136)
#6CB97B
(108,185,123)
#60A56E
(96,165,110)
#549161
(84,145,97)
#487D54
(72,125,84)
#3C6947
(60,105,71)
#30553A
(48,85,58)
#24412D
(36,65,45)
#182D20
(24,45,32)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #84E195

#84E195
(132,225,149)
#8FE39E
(143,227,158)
#9AE5A7
(154,229,167)
#A5E7B0
(165,231,176)
#B0E9B9
(176,233,185)
#BBEBC2
(187,235,194)
#C6EDCB
(198,237,203)
#D1EFD4
(209,239,212)
#DCF1DD
(220,241,221)
#E7F3E6
(231,243,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E195 color. Also use rgb(132,225,149) instead hex code.

Text Font Color

.myTextColor { color: #84E195; }

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

This text font color is #84E195.


Background Color

.myBgColor { background-color: #84E195; }

<div style="background-color:#84E195">Inner text</div>

This div background color is #84E195.


Border color

.myBorderColor { border: 1px solid #84E195; }

<div style="border:3px solid #84E195">Div</div>

This div border color is #84E195.


Opacity

.myOpacity80 { color: #84E195; opacity: 0.8; }

<p style="color:#84E195;opacity:0.8;">80%</p>

Text with #84E195 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 #84E195;}

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

This text has shadow with #84E195 color.

.textShadow {text-shadow: 3px 3px 1px #84E195, 3px 3px 1px red;}

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

This text has shadow with #84E195 primary color and red secondary color.


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

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

This text has shadow with #84E195 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E195 on black background.


Color preview on white background

This text has color #84E195 on white background.



Black color preview on #84E195 background

This text has black color on #84E195 background.


White color preview on #84E195 background

This text has white color on #84E195 background.