COLOR #87F75D

HEX: #87F75D
RGB: (135,247,93)

Color info

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

RGB color model

#87F75D color RGB value is (135,247,93).

  • red value is 135;
  • green value is 247;
  • blue value is 93.
RGB:
(135,247,93)
(53%,97%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 247 of 255 = 97%
B 93 of 255 = 36%

135
247
93

R + G + B ~ 62%. #87F75D is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 247 + 93 = 475 (100%)
R 135 of 475 ~ 28.42%
G 247 of 475 ~ 52%
B 93 of 475 ~ 19.58%

%28.42
%52
%19.58

CMYK color model

#87F75D color CMYK value is (45,0,62,3).

  • cyan value is 45.34%
  • magenta value is 0.00%
  • yellow value is 62.35%
  • key color value is 3.14%
CMYK:
(45,0,62,3)
C45M0Y62K3 
(45%,0%,62%,3%)
(0.45/0.00/0.62/0.03)	

CMYK percentages

%45.34
%0
%62.35
%3.14

Codes

Color #87F75D in popluar color models

87F75D
RGB13524793
HSL104°90.59%66.67%
HSB/HSV104°62.35%96.86%
CMYK45.34%0.00%62.35%
3.14%

Color #87F75D in popluar number systems.

HEX87F75D
Decimal13524793
Binary10000111111101111011101
Octal207367135

Shades and tints

Shades of #87F75D

#87F75D
(135,247,93)
#7BE155
(123,225,85)
#6FCB4D
(111,203,77)
#63B545
(99,181,69)
#579F3D
(87,159,61)
#4B8935
(75,137,53)
#3F732D
(63,115,45)
#335D25
(51,93,37)
#27471D
(39,71,29)
#1B3115
(27,49,21)
#0F1B0D
(15,27,13)
#000000
(0,0,0)

Tints of #87F75D

#87F75D
(135,247,93)
#91F76B
(145,247,107)
#9BF779
(155,247,121)
#A5F787
(165,247,135)
#AFF795
(175,247,149)
#B9F7A3
(185,247,163)
#C3F7B1
(195,247,177)
#CDF7BF
(205,247,191)
#D7F7CD
(215,247,205)
#E1F7DB
(225,247,219)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F75D color. Also use rgb(135,247,93) instead hex code.

Text Font Color

.myTextColor { color: #87F75D; }

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

This text font color is #87F75D.


Background Color

.myBgColor { background-color: #87F75D; }

<div style="background-color:#87F75D">Inner text</div>

This div background color is #87F75D.


Border color

.myBorderColor { border: 1px solid #87F75D; }

<div style="border:3px solid #87F75D">Div</div>

This div border color is #87F75D.


Opacity

.myOpacity80 { color: #87F75D; opacity: 0.8; }

<p style="color:#87F75D;opacity:0.8;">80%</p>

Text with #87F75D 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 #87F75D;}

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

This text has shadow with #87F75D color.

.textShadow {text-shadow: 3px 3px 1px #87F75D, 3px 3px 1px red;}

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

This text has shadow with #87F75D primary color and red secondary color.


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

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

This text has shadow with #87F75D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F75D on black background.


Color preview on white background

This text has color #87F75D on white background.



Black color preview on #87F75D background

This text has black color on #87F75D background.


White color preview on #87F75D background

This text has white color on #87F75D background.