COLOR #87CF4B

HEX: #87CF4B RGB: (135,207,75)

Color info

#87CF4B contains mainly green color. Web safe color of #87CF4B is #99CC33 (or #9C3).

RGB color model

#87CF4B color RGB value is (135,207,75).

RGB: (135,207,75) (53%, 81%, 29%)

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 75 of 255 = 29%

135
207
75

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

Portions of RGB colors in percentages

R + G + B = 135 + 207 + 75 = 417 (100%)
R 135 of 417 ~ 32.37%
G 207 of 417 ~ 49.64%
B 75 of 417 ~ 17.99'%

%32.37
%49.64
%17.99

CMYK color model

#87CF4B color CMYK value is (35,0,64,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 63.77%
  • key color value is 18.82%
CMYK: (35,0,64,19) C35M0Y64K19 (35%,0%,64%,19%) (0.35/0.00/0.64/0.19) 

CMYK percentages

%34.78
%0
%63.77
%18.82

Codes

Color #87CF4B in popluar color models

87 CF 4B
RGB 135 207 75
HSL 93° 57.89% 55.29%
HSB/HSV 93° 63.77% 81.18%
CMYK 34.78% 0.00% 63.77%
18.82%

Color #87CF4B in popluar number systems.

HEX 87 CF 4B
Decimal 135 207 75
Binary 10000111 11001111 1001011
Octal 207 317 113

Shades and tints

Shades of #87CF4B

#87CF4B
(135,207,75)
#7BBD45
(123,189,69)
#6FAB3F
(111,171,63)
#639939
(99,153,57)
#578733
(87,135,51)
#4B752D
(75,117,45)
#3F6327
(63,99,39)
#335121
(51,81,33)
#273F1B
(39,63,27)
#1B2D15
(27,45,21)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #87CF4B

#87CF4B
(135,207,75)
#91D35B
(145,211,91)
#9BD76B
(155,215,107)
#A5DB7B
(165,219,123)
#AFDF8B
(175,223,139)
#B9E39B
(185,227,155)
#C3E7AB
(195,231,171)
#CDEBBB
(205,235,187)
#D7EFCB
(215,239,203)
#E1F3DB
(225,243,219)
#EBF7EB
(235,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CF4B color. Also use rgb(135,207,75) instead hex code.

Text Font Color

.myTextColor { color: #87CF4B; }

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

This text font color is #87CF4B.

Background Color

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

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

This div background color is #87CF4B.

Border color

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

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

This div border color is #87CF4B.

Opacity

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

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

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

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

This text has shadow with #87CF4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CF4B.

Preview

Color preview on black background

This text has color #87CF4B on black background.


Color preview on white background

This text has color #87CF4B on white background.


Black color preview on #87CF4B background

This text has black color on #87CF4B background.


White color preview on #87CF4B background

This text has white color on #87CF4B background.


Related colors

Complementary color

Complementary color for #hex is #7830B4.


I love getcolorcode.com

Triadic colors

1 #4B87CF and #CF4B87 with #87CF4B are triadic colors.

2 #4BCF87 and #CF874B with #87CF4B are triadic colors.