COLOR #84F290

HEX: #84F290 RGB: (132,242,144)

Color info

#84F290 contains mainly green color. Web safe color of #84F290 is #99FF99 (or #9F9).

RGB color model

#84F290 color RGB value is (132,242,144).

RGB: (132,242,144) (52%, 95%, 56%)

RGB channels and saturation

R 132 of 255 = 52%
G 242 of 255 = 95%
B 144 of 255 = 56%

132
242
144

R + G + B ~ 68%. #84F290 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 242 + 144 = 518 (100%)
R 132 of 518 ~ 25.48%
G 242 of 518 ~ 46.72%
B 144 of 518 ~ 27.8'%

%25.48
%46.72
%27.8

CMYK color model

#84F290 color CMYK value is (45,0,40,5).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 5.10%

CMYK: (45,0,40,5)
C45M0Y40K5 (45%, 0%, 40%, 5%)
(0.45 / 0.00 / 0.40 / 0.05)

CMYK percentages

%45.45
%0
%40.5
%5.1

Codes

Color #84F290 in popluar color models

84 F2 90
RGB 132 242 144
HSL 127° 80.88% 73.33%
HSB/HSV 127° 45.45% 94.90%
CMYK 45.45% 0.00% 40.50%
5.10%

Color #84F290 in popluar number systems.

HEX 84 F2 90
Decimal 132 242 144
Binary 10000100 11110010 10010000
Octal 204 362 220

Shades and tints

Shades of #84F290

#84F290
(132,242,144)
#78DC83
(120,220,131)
#6CC676
(108,198,118)
#60B069
(96,176,105)
#549A5C
(84,154,92)
#48844F
(72,132,79)
#3C6E42
(60,110,66)
#305835
(48,88,53)
#244228
(36,66,40)
#182C1B
(24,44,27)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #84F290

#84F290
(132,242,144)
#8FF39A
(143,243,154)
#9AF4A4
(154,244,164)
#A5F5AE
(165,245,174)
#B0F6B8
(176,246,184)
#BBF7C2
(187,247,194)
#C6F8CC
(198,248,204)
#D1F9D6
(209,249,214)
#DCFAE0
(220,250,224)
#E7FBEA
(231,251,234)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F290 color. Also use rgb(132,242,144) instead hex code.

Text Font Color

.myTextColor { color: #84F290; }

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

This text font color is #84F290.

Background Color

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

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

This div background color is #84F290.

Border color

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

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

This div border color is #84F290.

Opacity

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

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

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

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

This text has shadow with #84F290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84F290.

Preview

Color preview on black background

This text has color #84F290 on black background.


Color preview on white background

This text has color #84F290 on white background.


Black color preview on #84F290 background

This text has black color on #84F290 background.


White color preview on #84F290 background

This text has white color on #84F290 background.


Related colors

Complementary color

Complementary color for #hex is #7B0D6F.


I love getcolorcode.com

Triadic colors

1 #9084F2 and #F29084 with #84F290 are triadic colors.

2 #90F284 and #F28490 with #84F290 are triadic colors.