COLOR #84E487

HEX: #84E487
RGB: (132,228,135)

Renk bilgisi

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

RGB renk modeli

#84E487 color RGB value is (132,228,135).

  • kırmız ton 132;
  • yeşil ton 228;
  • mavi ton 135.
RGB:
(132,228,135)
(52%,89%,53%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 228 of 255 = 89%
B 135 of 255 = 53%

132
228
135

R + G + B ~ 65%. #84E487 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 228 + 135 = 495 (100%)
R 132 of 495 ~ 26.67%
G 228 of 495 ~ 46.06%
B 135 of 495 ~ 27.27%

%26.67
%46.06
%27.27

CMYK RENK MODELİ

#84E487 rengi CMYK tonu (42,0,41,11).

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 40.79%
  • ana renk tonu 10.59%
CMYK:
(42,0,41,11)
C42M0Y41K11 
(42%,0%,41%,11%)
(0.42/0.00/0.41/0.11)	

CMYK yüzdeleri

%42.11
%0
%40.79
%10.59

Codes

Color #84E487 in popluar color models

84E487
RGB132228135
HSL122°64.00%70.59%
HSB/HSV122°42.11%89.41%
CMYK42.11%0.00%40.79%
10.59%

Color #84E487 in popluar number systems.

HEX84E487
Decimal132228135
Binary100001001110010010000111
Octal204344207

Shades and tints

Shades of #84E487

#84E487
(132,228,135)
#78D07B
(120,208,123)
#6CBC6F
(108,188,111)
#60A863
(96,168,99)
#549457
(84,148,87)
#48804B
(72,128,75)
#3C6C3F
(60,108,63)
#305833
(48,88,51)
#244427
(36,68,39)
#18301B
(24,48,27)
#0C1C0F
(12,28,15)
#000000
(0,0,0)

Tints of #84E487

#84E487
(132,228,135)
#8FE691
(143,230,145)
#9AE89B
(154,232,155)
#A5EAA5
(165,234,165)
#B0ECAF
(176,236,175)
#BBEEB9
(187,238,185)
#C6F0C3
(198,240,195)
#D1F2CD
(209,242,205)
#DCF4D7
(220,244,215)
#E7F6E1
(231,246,225)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E487 color. Also use rgb(132,228,135) instead hex code.

Text Font Color

.myTextColor { color: #84E487; }

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

This text font color is #84E487.


Background Color

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

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

This div background color is #84E487.


Border color

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

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

This div border color is #84E487.


Opacity

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

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

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

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

This text has shadow with #84E487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E487 on black background.


Color preview on white background

This text has color #84E487 on white background.



Black color preview on #84E487 background

This text has black color on #84E487 background.


White color preview on #84E487 background

This text has white color on #84E487 background.