COLOR #84BB57

HEX: #84BB57
RGB: (132,187,87)

Renk bilgisi

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

RGB renk modeli

#84BB57 color RGB value is (132,187,87).

  • kırmız ton 132;
  • yeşil ton 187;
  • mavi ton 87.
RGB:
(132,187,87)
(52%,73%,34%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 187 of 255 = 73%
B 87 of 255 = 34%

132
187
87

R + G + B ~ 53%. #84BB57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 187 + 87 = 406 (100%)
R 132 of 406 ~ 32.51%
G 187 of 406 ~ 46.06%
B 87 of 406 ~ 21.43%

%32.51
%46.06
%21.43

CMYK RENK MODELİ

#84BB57 rengi CMYK tonu (29,0,53,27).

  • camgöbeği tonu 29.41%
  • eflatun tonu 0.00%
  • sarı tonu 53.48%
  • ana renk tonu 26.67%
CMYK:
(29,0,53,27)
C29M0Y53K27 
(29%,0%,53%,27%)
(0.29/0.00/0.53/0.27)	

CMYK yüzdeleri

%29.41
%0
%53.48
%26.67

Codes

Color #84BB57 in popluar color models

84BB57
RGB13218787
HSL93°42.37%53.73%
HSB/HSV93°53.48%73.33%
CMYK29.41%0.00%53.48%
26.67%

Color #84BB57 in popluar number systems.

HEX84BB57
Decimal13218787
Binary10000100101110111010111
Octal204273127

Shades and tints

Shades of #84BB57

#84BB57
(132,187,87)
#78AA50
(120,170,80)
#6C9949
(108,153,73)
#608842
(96,136,66)
#54773B
(84,119,59)
#486634
(72,102,52)
#3C552D
(60,85,45)
#304426
(48,68,38)
#24331F
(36,51,31)
#182218
(24,34,24)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #84BB57

#84BB57
(132,187,87)
#8FC166
(143,193,102)
#9AC775
(154,199,117)
#A5CD84
(165,205,132)
#B0D393
(176,211,147)
#BBD9A2
(187,217,162)
#C6DFB1
(198,223,177)
#D1E5C0
(209,229,192)
#DCEBCF
(220,235,207)
#E7F1DE
(231,241,222)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BB57 color. Also use rgb(132,187,87) instead hex code.

Text Font Color

.myTextColor { color: #84BB57; }

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

This text font color is #84BB57.


Background Color

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

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

This div background color is #84BB57.


Border color

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

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

This div border color is #84BB57.


Opacity

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

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

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

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

This text has shadow with #84BB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BB57 on black background.


Color preview on white background

This text has color #84BB57 on white background.



Black color preview on #84BB57 background

This text has black color on #84BB57 background.


White color preview on #84BB57 background

This text has white color on #84BB57 background.