COLOR #84D068

HEX: #84D068
RGB: (132,208,104)

Renk bilgisi

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

RGB renk modeli

#84D068 color RGB value is (132,208,104).

  • kırmız ton 132;
  • yeşil ton 208;
  • mavi ton 104.
RGB:
(132,208,104)
(52%,82%,41%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 208 of 255 = 82%
B 104 of 255 = 41%

132
208
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 208 + 104 = 444 (100%)
R 132 of 444 ~ 29.73%
G 208 of 444 ~ 46.85%
B 104 of 444 ~ 23.42%

%29.73
%46.85
%23.42

CMYK RENK MODELİ

#84D068 rengi CMYK tonu (37,0,50,18).

  • camgöbeği tonu 36.54%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 18.43%
CMYK:
(37,0,50,18)
C37M0Y50K18 
(37%,0%,50%,18%)
(0.37/0.00/0.50/0.18)	

CMYK yüzdeleri

%36.54
%0
%50
%18.43

Codes

Color #84D068 in popluar color models

84D068
RGB132208104
HSL104°52.53%61.18%
HSB/HSV104°50.00%81.57%
CMYK36.54%0.00%50.00%
18.43%

Color #84D068 in popluar number systems.

HEX84D068
Decimal132208104
Binary10000100110100001101000
Octal204320150

Shades and tints

Shades of #84D068

#84D068
(132,208,104)
#78BE5F
(120,190,95)
#6CAC56
(108,172,86)
#609A4D
(96,154,77)
#548844
(84,136,68)
#48763B
(72,118,59)
#3C6432
(60,100,50)
#305229
(48,82,41)
#244020
(36,64,32)
#182E17
(24,46,23)
#0C1C0E
(12,28,14)
#000000
(0,0,0)

Tints of #84D068

#84D068
(132,208,104)
#8FD475
(143,212,117)
#9AD882
(154,216,130)
#A5DC8F
(165,220,143)
#B0E09C
(176,224,156)
#BBE4A9
(187,228,169)
#C6E8B6
(198,232,182)
#D1ECC3
(209,236,195)
#DCF0D0
(220,240,208)
#E7F4DD
(231,244,221)
#F2F8EA
(242,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D068 color. Also use rgb(132,208,104) instead hex code.

Text Font Color

.myTextColor { color: #84D068; }

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

This text font color is #84D068.


Background Color

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

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

This div background color is #84D068.


Border color

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

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

This div border color is #84D068.


Opacity

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

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

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

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

This text has shadow with #84D068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D068 on black background.


Color preview on white background

This text has color #84D068 on white background.



Black color preview on #84D068 background

This text has black color on #84D068 background.


White color preview on #84D068 background

This text has white color on #84D068 background.