COLOR #84E066

HEX: #84E066
RGB: (132,224,102)

Renk bilgisi

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

RGB renk modeli

#84E066 color RGB value is (132,224,102).

  • kırmız ton 132;
  • yeşil ton 224;
  • mavi ton 102.
RGB:
(132,224,102)
(52%,88%,40%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 224 of 255 = 88%
B 102 of 255 = 40%

132
224
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 224 + 102 = 458 (100%)
R 132 of 458 ~ 28.82%
G 224 of 458 ~ 48.91%
B 102 of 458 ~ 22.27%

%28.82
%48.91
%22.27

CMYK RENK MODELİ

#84E066 rengi CMYK tonu (41,0,54,12).

  • camgöbeği tonu 41.07%
  • eflatun tonu 0.00%
  • sarı tonu 54.46%
  • ana renk tonu 12.16%
CMYK:
(41,0,54,12)
C41M0Y54K12 
(41%,0%,54%,12%)
(0.41/0.00/0.54/0.12)	

CMYK yüzdeleri

%41.07
%0
%54.46
%12.16

Codes

Color #84E066 in popluar color models

84E066
RGB132224102
HSL105°66.30%63.92%
HSB/HSV105°54.46%87.84%
CMYK41.07%0.00%54.46%
12.16%

Color #84E066 in popluar number systems.

HEX84E066
Decimal132224102
Binary10000100111000001100110
Octal204340146

Shades and tints

Shades of #84E066

#84E066
(132,224,102)
#78CC5D
(120,204,93)
#6CB854
(108,184,84)
#60A44B
(96,164,75)
#549042
(84,144,66)
#487C39
(72,124,57)
#3C6830
(60,104,48)
#305427
(48,84,39)
#24401E
(36,64,30)
#182C15
(24,44,21)
#0C180C
(12,24,12)
#000000
(0,0,0)

Tints of #84E066

#84E066
(132,224,102)
#8FE273
(143,226,115)
#9AE480
(154,228,128)
#A5E68D
(165,230,141)
#B0E89A
(176,232,154)
#BBEAA7
(187,234,167)
#C6ECB4
(198,236,180)
#D1EEC1
(209,238,193)
#DCF0CE
(220,240,206)
#E7F2DB
(231,242,219)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E066 color. Also use rgb(132,224,102) instead hex code.

Text Font Color

.myTextColor { color: #84E066; }

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

This text font color is #84E066.


Background Color

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

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

This div background color is #84E066.


Border color

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

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

This div border color is #84E066.


Opacity

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

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

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

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

This text has shadow with #84E066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E066 on black background.


Color preview on white background

This text has color #84E066 on white background.



Black color preview on #84E066 background

This text has black color on #84E066 background.


White color preview on #84E066 background

This text has white color on #84E066 background.