COLOR #84E04A

HEX: #84E04A
RGB: (132,224,74)

Renk bilgisi

#84E04A contains mainly green color. #84E04A ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#84E04A color RGB value is (132,224,74).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 224 of 255 = 88%
B 74 of 255 = 29%

132
224
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 224 + 74 = 430 (100%)
R 132 of 430 ~ 30.7%
G 224 of 430 ~ 52.09%
B 74 of 430 ~ 17.21%

%30.7
%52.09
%17.21

CMYK RENK MODELİ

#84E04A rengi CMYK tonu (41,0,67,12).

  • camgöbeği tonu 41.07%
  • eflatun tonu 0.00%
  • sarı tonu 66.96%
  • ana renk tonu 12.16%
CMYK:
(41,0,67,12)
C41M0Y67K12 
(41%,0%,67%,12%)
(0.41/0.00/0.67/0.12)	

CMYK yüzdeleri

%41.07
%0
%66.96
%12.16

Codes

Color #84E04A in popluar color models

84E04A
RGB13222474
HSL97°70.75%58.43%
HSB/HSV97°66.96%87.84%
CMYK41.07%0.00%66.96%
12.16%

Color #84E04A in popluar number systems.

HEX84E04A
Decimal13222474
Binary10000100111000001001010
Octal204340112

Shades and tints

Shades of #84E04A

#84E04A
(132,224,74)
#78CC44
(120,204,68)
#6CB83E
(108,184,62)
#60A438
(96,164,56)
#549032
(84,144,50)
#487C2C
(72,124,44)
#3C6826
(60,104,38)
#305420
(48,84,32)
#24401A
(36,64,26)
#182C14
(24,44,20)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #84E04A

#84E04A
(132,224,74)
#8FE25A
(143,226,90)
#9AE46A
(154,228,106)
#A5E67A
(165,230,122)
#B0E88A
(176,232,138)
#BBEA9A
(187,234,154)
#C6ECAA
(198,236,170)
#D1EEBA
(209,238,186)
#DCF0CA
(220,240,202)
#E7F2DA
(231,242,218)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E04A; }

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

This text font color is #84E04A.


Background Color

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

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

This div background color is #84E04A.


Border color

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

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

This div border color is #84E04A.


Opacity

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

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

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

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

This text has shadow with #84E04A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E04A on black background.


Color preview on white background

This text has color #84E04A on white background.



Black color preview on #84E04A background

This text has black color on #84E04A background.


White color preview on #84E04A background

This text has white color on #84E04A background.