COLOR #84F695

HEX: #84F695
RGB: (132,246,149)

Color info

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

RGB color model

#84F695 color RGB value is (132,246,149).

  • red value is 132;
  • green value is 246;
  • blue value is 149.
RGB:
(132,246,149)
(52%,96%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 246 of 255 = 96%
B 149 of 255 = 58%

132
246
149

R + G + B ~ 69%. #84F695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 246 + 149 = 527 (100%)
R 132 of 527 ~ 25.05%
G 246 of 527 ~ 46.68%
B 149 of 527 ~ 28.27%

%25.05
%46.68
%28.27

CMYK color model

#84F695 color CMYK value is (46,0,39,4).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 39.43%
  • key color value is 3.53%
CMYK:
(46,0,39,4)
C46M0Y39K4 
(46%,0%,39%,4%)
(0.46/0.00/0.39/0.04)	

CMYK percentages

%46.34
%0
%39.43
%3.53

Codes

Color #84F695 in popluar color models

84F695
RGB132246149
HSL129°86.36%74.12%
HSB/HSV129°46.34%96.47%
CMYK46.34%0.00%39.43%
3.53%

Color #84F695 in popluar number systems.

HEX84F695
Decimal132246149
Binary100001001111011010010101
Octal204366225

Shades and tints

Shades of #84F695

#84F695
(132,246,149)
#78E088
(120,224,136)
#6CCA7B
(108,202,123)
#60B46E
(96,180,110)
#549E61
(84,158,97)
#488854
(72,136,84)
#3C7247
(60,114,71)
#305C3A
(48,92,58)
#24462D
(36,70,45)
#183020
(24,48,32)
#0C1A13
(12,26,19)
#000000
(0,0,0)

Tints of #84F695

#84F695
(132,246,149)
#8FF69E
(143,246,158)
#9AF6A7
(154,246,167)
#A5F6B0
(165,246,176)
#B0F6B9
(176,246,185)
#BBF6C2
(187,246,194)
#C6F6CB
(198,246,203)
#D1F6D4
(209,246,212)
#DCF6DD
(220,246,221)
#E7F6E6
(231,246,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F695 color. Also use rgb(132,246,149) instead hex code.

Text Font Color

.myTextColor { color: #84F695; }

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

This text font color is #84F695.


Background Color

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

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

This div background color is #84F695.


Border color

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

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

This div border color is #84F695.


Opacity

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

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

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

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

This text has shadow with #84F695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F695 on black background.


Color preview on white background

This text has color #84F695 on white background.



Black color preview on #84F695 background

This text has black color on #84F695 background.


White color preview on #84F695 background

This text has white color on #84F695 background.