COLOR #87D452

HEX: #87D452 RGB: (135,212,82)

Color info

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

RGB color model

#87D452 color RGB value is (135,212,82).

RGB: (135,212,82) (53%, 83%, 32%)

RGB channels and saturation

R 135 of 255 = 53%
G 212 of 255 = 83%
B 82 of 255 = 32%

135
212
82

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

Portions of RGB colors in percentages

R + G + B = 135 + 212 + 82 = 429 (100%)
R 135 of 429 ~ 31.47%
G 212 of 429 ~ 49.42%
B 82 of 429 ~ 19.11'%

%31.47
%49.42
%19.11

CMYK color model

#87D452 color CMYK value is (36,0,61,17).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 61.32%
  • key color value is 16.86%

CMYK: (36,0,61,17)
C36M0Y61K17 (36%, 0%, 61%, 17%)
(0.36 / 0.00 / 0.61 / 0.17)

CMYK percentages

%36.32
%0
%61.32
%16.86

Codes

Color #87D452 in popluar color models

87 D4 52
RGB 135 212 82
HSL 96° 60.19% 57.65%
HSB/HSV 96° 61.32% 83.14%
CMYK 36.32% 0.00% 61.32%
16.86%

Color #87D452 in popluar number systems.

HEX 87 D4 52
Decimal 135 212 82
Binary 10000111 11010100 1010010
Octal 207 324 122

Shades and tints

Shades of #87D452

#87D452
(135,212,82)
#7BC14B
(123,193,75)
#6FAE44
(111,174,68)
#639B3D
(99,155,61)
#578836
(87,136,54)
#4B752F
(75,117,47)
#3F6228
(63,98,40)
#334F21
(51,79,33)
#273C1A
(39,60,26)
#1B2913
(27,41,19)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #87D452

#87D452
(135,212,82)
#91D761
(145,215,97)
#9BDA70
(155,218,112)
#A5DD7F
(165,221,127)
#AFE08E
(175,224,142)
#B9E39D
(185,227,157)
#C3E6AC
(195,230,172)
#CDE9BB
(205,233,187)
#D7ECCA
(215,236,202)
#E1EFD9
(225,239,217)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D452; }

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

This text font color is #87D452.

Background Color

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

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

This div background color is #87D452.

Border color

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

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

This div border color is #87D452.

Opacity

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

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

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

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

This text has shadow with #87D452 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D452.

Preview

Color preview on black background

This text has color #87D452 on black background.


Color preview on white background

This text has color #87D452 on white background.


Black color preview on #87D452 background

This text has black color on #87D452 background.


White color preview on #87D452 background

This text has white color on #87D452 background.


Related colors

Complementary color

Complementary color for #hex is #782BAD.


I love getcolorcode.com

Triadic colors

1 #5287D4 and #D45287 with #87D452 are triadic colors.

2 #52D487 and #D48752 with #87D452 are triadic colors.