COLOR #84CC7D

HEX: #84CC7D
RGB: (132,204,125)

Renk bilgisi

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

RGB renk modeli

#84CC7D color RGB value is (132,204,125).

  • kırmız ton 132;
  • yeşil ton 204;
  • mavi ton 125.
RGB:
(132,204,125)
(52%,80%,49%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 204 of 255 = 80%
B 125 of 255 = 49%

132
204
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 204 + 125 = 461 (100%)
R 132 of 461 ~ 28.63%
G 204 of 461 ~ 44.25%
B 125 of 461 ~ 27.11%

%28.63
%44.25
%27.11

CMYK RENK MODELİ

#84CC7D rengi CMYK tonu (35,0,39,20).

  • camgöbeği tonu 35.29%
  • eflatun tonu 0.00%
  • sarı tonu 38.73%
  • ana renk tonu 20.00%
CMYK:
(35,0,39,20)
C35M0Y39K20 
(35%,0%,39%,20%)
(0.35/0.00/0.39/0.20)	

CMYK yüzdeleri

%35.29
%0
%38.73
%20

Codes

Color #84CC7D in popluar color models

84CC7D
RGB132204125
HSL115°43.65%64.51%
HSB/HSV115°38.73%80.00%
CMYK35.29%0.00%38.73%
20.00%

Color #84CC7D in popluar number systems.

HEX84CC7D
Decimal132204125
Binary10000100110011001111101
Octal204314175

Shades and tints

Shades of #84CC7D

#84CC7D
(132,204,125)
#78BA72
(120,186,114)
#6CA867
(108,168,103)
#60965C
(96,150,92)
#548451
(84,132,81)
#487246
(72,114,70)
#3C603B
(60,96,59)
#304E30
(48,78,48)
#243C25
(36,60,37)
#182A1A
(24,42,26)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #84CC7D

#84CC7D
(132,204,125)
#8FD088
(143,208,136)
#9AD493
(154,212,147)
#A5D89E
(165,216,158)
#B0DCA9
(176,220,169)
#BBE0B4
(187,224,180)
#C6E4BF
(198,228,191)
#D1E8CA
(209,232,202)
#DCECD5
(220,236,213)
#E7F0E0
(231,240,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CC7D color. Also use rgb(132,204,125) instead hex code.

Text Font Color

.myTextColor { color: #84CC7D; }

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

This text font color is #84CC7D.


Background Color

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

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

This div background color is #84CC7D.


Border color

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

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

This div border color is #84CC7D.


Opacity

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

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

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

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

This text has shadow with #84CC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CC7D on black background.


Color preview on white background

This text has color #84CC7D on white background.



Black color preview on #84CC7D background

This text has black color on #84CC7D background.


White color preview on #84CC7D background

This text has white color on #84CC7D background.