COLOR #87DE52

HEX: #87DE52
RGB: (135,222,82)

Color info

#87DE52 contains mainly green color. Web safe color of #87DE52 is #99CC66 (or #9C6).

RGB color model

#87DE52 color RGB value is (135,222,82).

  • red value is 135;
  • green value is 222;
  • blue value is 82.
RGB:
(135,222,82)
(53%,87%,32%)

RGB channels and saturation

R 135 of 255 = 53%
G 222 of 255 = 87%
B 82 of 255 = 32%

135
222
82

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

Portions of RGB colors in percentages

R + G + B =
135 + 222 + 82 = 439 (100%)
R 135 of 439 ~ 30.75%
G 222 of 439 ~ 50.57%
B 82 of 439 ~ 18.68%

%30.75
%50.57
%18.68

CMYK color model

#87DE52 color CMYK value is (39,0,63,13).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 63.06%
  • key color value is 12.94%
CMYK:
(39,0,63,13)
C39M0Y63K13 
(39%,0%,63%,13%)
(0.39/0.00/0.63/0.13)	

CMYK percentages

%39.19
%0
%63.06
%12.94

Codes

Color #87DE52 in popluar color models

87DE52
RGB13522282
HSL97°67.96%59.61%
HSB/HSV97°63.06%87.06%
CMYK39.19%0.00%63.06%
12.94%

Color #87DE52 in popluar number systems.

HEX87DE52
Decimal13522282
Binary10000111110111101010010
Octal207336122

Shades and tints

Shades of #87DE52

#87DE52
(135,222,82)
#7BCA4B
(123,202,75)
#6FB644
(111,182,68)
#63A23D
(99,162,61)
#578E36
(87,142,54)
#4B7A2F
(75,122,47)
#3F6628
(63,102,40)
#335221
(51,82,33)
#273E1A
(39,62,26)
#1B2A13
(27,42,19)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #87DE52

#87DE52
(135,222,82)
#91E161
(145,225,97)
#9BE470
(155,228,112)
#A5E77F
(165,231,127)
#AFEA8E
(175,234,142)
#B9ED9D
(185,237,157)
#C3F0AC
(195,240,172)
#CDF3BB
(205,243,187)
#D7F6CA
(215,246,202)
#E1F9D9
(225,249,217)
#EBFCE8
(235,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DE52 color. Also use rgb(135,222,82) instead hex code.

Text Font Color

.myTextColor { color: #87DE52; }

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

This text font color is #87DE52.


Background Color

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

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

This div background color is #87DE52.


Border color

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

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

This div border color is #87DE52.


Opacity

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

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

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

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

This text has shadow with #87DE52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DE52 on black background.


Color preview on white background

This text has color #87DE52 on white background.



Black color preview on #87DE52 background

This text has black color on #87DE52 background.


White color preview on #87DE52 background

This text has white color on #87DE52 background.