COLOR #84FB8C

HEX: #84FB8C RGB: (132,251,140)

Color info

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

RGB color model

#84FB8C color RGB value is (132,251,140).

RGB: (132,251,140) (52%, 98%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 251 of 255 = 98%
B 140 of 255 = 55%

132
251
140

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

Portions of RGB colors in percentages

R + G + B = 132 + 251 + 140 = 523 (100%)
R 132 of 523 ~ 25.24%
G 251 of 523 ~ 47.99%
B 140 of 523 ~ 26.77'%

%25.24
%47.99
%26.77

CMYK color model

#84FB8C color CMYK value is (47,0,44,2).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 44.22%
  • key color value is 1.57%

CMYK: (47,0,44,2)
C47M0Y44K2 (47%, 0%, 44%, 2%)
(0.47 / 0.00 / 0.44 / 0.02)

CMYK percentages

%47.41
%0
%44.22
%1.57

Codes

Color #84FB8C in popluar color models

84 FB 8C
RGB 132 251 140
HSL 124° 93.70% 75.10%
HSB/HSV 124° 47.41% 98.43%
CMYK 47.41% 0.00% 44.22%
1.57%

Color #84FB8C in popluar number systems.

HEX 84 FB 8C
Decimal 132 251 140
Binary 10000100 11111011 10001100
Octal 204 373 214

Shades and tints

Shades of #84FB8C

#84FB8C
(132,251,140)
#78E580
(120,229,128)
#6CCF74
(108,207,116)
#60B968
(96,185,104)
#54A35C
(84,163,92)
#488D50
(72,141,80)
#3C7744
(60,119,68)
#306138
(48,97,56)
#244B2C
(36,75,44)
#183520
(24,53,32)
#0C1F14
(12,31,20)
#000000
(0,0,0)

Tints of #84FB8C

#84FB8C
(132,251,140)
#8FFB96
(143,251,150)
#9AFBA0
(154,251,160)
#A5FBAA
(165,251,170)
#B0FBB4
(176,251,180)
#BBFBBE
(187,251,190)
#C6FBC8
(198,251,200)
#D1FBD2
(209,251,210)
#DCFBDC
(220,251,220)
#E7FBE6
(231,251,230)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84FB8C color. Also use rgb(132,251,140) instead hex code.

Text Font Color

.myTextColor { color: #84FB8C; }

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

This text font color is #84FB8C.

Background Color

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

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

This div background color is #84FB8C.

Border color

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

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

This div border color is #84FB8C.

Opacity

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

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

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

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

This text has shadow with #84FB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84FB8C.

Preview

Color preview on black background

This text has color #84FB8C on black background.


Color preview on white background

This text has color #84FB8C on white background.


Black color preview on #84FB8C background

This text has black color on #84FB8C background.


White color preview on #84FB8C background

This text has white color on #84FB8C background.


Related colors

Complementary color

Complementary color for #hex is #7B0473.


I love getcolorcode.com

Triadic colors

1 #8C84FB and #FB8C84 with #84FB8C are triadic colors.

2 #8CFB84 and #FB848C with #84FB8C are triadic colors.