COLOR #84E25A

HEX: #84E25A
RGB: (132,226,90)

Color info

#84E25A contains mainly green color. Web safe color of #84E25A is #99CC66 (or #9C6).

RGB color model

#84E25A color RGB value is (132,226,90).

  • red value is 132;
  • green value is 226;
  • blue value is 90.
RGB:
(132,226,90)
(52%,89%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 226 of 255 = 89%
B 90 of 255 = 35%

132
226
90

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

Portions of RGB colors in percentages

R + G + B =
132 + 226 + 90 = 448 (100%)
R 132 of 448 ~ 29.46%
G 226 of 448 ~ 50.45%
B 90 of 448 ~ 20.09%

%29.46
%50.45
%20.09

CMYK color model

#84E25A color CMYK value is (42,0,60,11).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 11.37%
CMYK:
(42,0,60,11)
C42M0Y60K11 
(42%,0%,60%,11%)
(0.42/0.00/0.60/0.11)	

CMYK percentages

%41.59
%0
%60.18
%11.37

Codes

Color #84E25A in popluar color models

84E25A
RGB13222690
HSL101°70.10%61.96%
HSB/HSV101°60.18%88.63%
CMYK41.59%0.00%60.18%
11.37%

Color #84E25A in popluar number systems.

HEX84E25A
Decimal13222690
Binary10000100111000101011010
Octal204342132

Shades and tints

Shades of #84E25A

#84E25A
(132,226,90)
#78CE52
(120,206,82)
#6CBA4A
(108,186,74)
#60A642
(96,166,66)
#54923A
(84,146,58)
#487E32
(72,126,50)
#3C6A2A
(60,106,42)
#305622
(48,86,34)
#24421A
(36,66,26)
#182E12
(24,46,18)
#0C1A0A
(12,26,10)
#000000
(0,0,0)

Tints of #84E25A

#84E25A
(132,226,90)
#8FE469
(143,228,105)
#9AE678
(154,230,120)
#A5E887
(165,232,135)
#B0EA96
(176,234,150)
#BBECA5
(187,236,165)
#C6EEB4
(198,238,180)
#D1F0C3
(209,240,195)
#DCF2D2
(220,242,210)
#E7F4E1
(231,244,225)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E25A color. Also use rgb(132,226,90) instead hex code.

Text Font Color

.myTextColor { color: #84E25A; }

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

This text font color is #84E25A.


Background Color

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

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

This div background color is #84E25A.


Border color

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

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

This div border color is #84E25A.


Opacity

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

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

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

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

This text has shadow with #84E25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E25A on black background.


Color preview on white background

This text has color #84E25A on white background.



Black color preview on #84E25A background

This text has black color on #84E25A background.


White color preview on #84E25A background

This text has white color on #84E25A background.