COLOR #84EF74

HEX: #84EF74
RGB: (132,239,116)

Color info

#84EF74 contains mainly green color. Web safe color of #84EF74 is #99FF66 (or #9F6).

RGB color model

#84EF74 color RGB value is (132,239,116).

  • red value is 132;
  • green value is 239;
  • blue value is 116.
RGB:
(132,239,116)
(52%,94%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 239 of 255 = 94%
B 116 of 255 = 45%

132
239
116

R + G + B ~ 64%. #84EF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 239 + 116 = 487 (100%)
R 132 of 487 ~ 27.1%
G 239 of 487 ~ 49.08%
B 116 of 487 ~ 23.82%

%27.1
%49.08
%23.82

CMYK color model

#84EF74 color CMYK value is (45,0,51,6).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 6.27%
CMYK:
(45,0,51,6)
C45M0Y51K6 
(45%,0%,51%,6%)
(0.45/0.00/0.51/0.06)	

CMYK percentages

%44.77
%0
%51.46
%6.27

Codes

Color #84EF74 in popluar color models

84EF74
RGB132239116
HSL112°79.35%69.61%
HSB/HSV112°51.46%93.73%
CMYK44.77%0.00%51.46%
6.27%

Color #84EF74 in popluar number systems.

HEX84EF74
Decimal132239116
Binary10000100111011111110100
Octal204357164

Shades and tints

Shades of #84EF74

#84EF74
(132,239,116)
#78DA6A
(120,218,106)
#6CC560
(108,197,96)
#60B056
(96,176,86)
#549B4C
(84,155,76)
#488642
(72,134,66)
#3C7138
(60,113,56)
#305C2E
(48,92,46)
#244724
(36,71,36)
#18321A
(24,50,26)
#0C1D10
(12,29,16)
#000000
(0,0,0)

Tints of #84EF74

#84EF74
(132,239,116)
#8FF080
(143,240,128)
#9AF18C
(154,241,140)
#A5F298
(165,242,152)
#B0F3A4
(176,243,164)
#BBF4B0
(187,244,176)
#C6F5BC
(198,245,188)
#D1F6C8
(209,246,200)
#DCF7D4
(220,247,212)
#E7F8E0
(231,248,224)
#F2F9EC
(242,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84EF74 color. Also use rgb(132,239,116) instead hex code.

Text Font Color

.myTextColor { color: #84EF74; }

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

This text font color is #84EF74.


Background Color

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

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

This div background color is #84EF74.


Border color

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

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

This div border color is #84EF74.


Opacity

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

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

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

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

This text has shadow with #84EF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EF74 on black background.


Color preview on white background

This text has color #84EF74 on white background.



Black color preview on #84EF74 background

This text has black color on #84EF74 background.


White color preview on #84EF74 background

This text has white color on #84EF74 background.