COLOR #87D70A

HEX: #87D70A
RGB: (135,215,10)

Color info

#87D70A contains mainly green color. Web safe color of #87D70A is #99CC00 (or #9C0).

RGB color model

#87D70A color RGB value is (135,215,10).

  • red value is 135;
  • green value is 215;
  • blue value is 10.
RGB:
(135,215,10)
(53%,84%,4%)

RGB channels and saturation

R 135 of 255 = 53%
G 215 of 255 = 84%
B 10 of 255 = 4%

135
215
10

R + G + B ~ 47%. #87D70A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 215 + 10 = 360 (100%)
R 135 of 360 ~ 37.5%
G 215 of 360 ~ 59.72%
B 10 of 360 ~ 2.78%

%37.5
%59.72

CMYK color model

#87D70A color CMYK value is (37,0,95,16).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 95.35%
  • key color value is 15.69%
CMYK:
(37,0,95,16)
C37M0Y95K16 
(37%,0%,95%,16%)
(0.37/0.00/0.95/0.16)	

CMYK percentages

%37.21
%0
%95.35
%15.69

Codes

Color #87D70A in popluar color models

87D70A
RGB13521510
HSL83°91.11%44.12%
HSB/HSV83°95.35%84.31%
CMYK37.21%0.00%95.35%
15.69%

Color #87D70A in popluar number systems.

HEX87D70A
Decimal13521510
Binary10000111110101111010
Octal20732712

Shades and tints

Shades of #87D70A

#87D70A
(135,215,10)
#7BC40A
(123,196,10)
#6FB10A
(111,177,10)
#639E0A
(99,158,10)
#578B0A
(87,139,10)
#4B780A
(75,120,10)
#3F650A
(63,101,10)
#33520A
(51,82,10)
#273F0A
(39,63,10)
#1B2C0A
(27,44,10)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #87D70A

#87D70A
(135,215,10)
#91DA20
(145,218,32)
#9BDD36
(155,221,54)
#A5E04C
(165,224,76)
#AFE362
(175,227,98)
#B9E678
(185,230,120)
#C3E98E
(195,233,142)
#CDECA4
(205,236,164)
#D7EFBA
(215,239,186)
#E1F2D0
(225,242,208)
#EBF5E6
(235,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D70A color. Also use rgb(135,215,10) instead hex code.

Text Font Color

.myTextColor { color: #87D70A; }

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

This text font color is #87D70A.


Background Color

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

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

This div background color is #87D70A.


Border color

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

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

This div border color is #87D70A.


Opacity

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

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

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

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

This text has shadow with #87D70A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D70A on black background.


Color preview on white background

This text has color #87D70A on white background.



Black color preview on #87D70A background

This text has black color on #87D70A background.


White color preview on #87D70A background

This text has white color on #87D70A background.