COLOR #87D340

HEX: #87D340
RGB: (135,211,64)

Renk bilgisi

#87D340 contains mainly green color. #87D340 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#87D340 color RGB value is (135,211,64).

  • kırmız ton 135;
  • yeşil ton 211;
  • mavi ton 64.
RGB:
(135,211,64)
(53%,83%,25%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 211 of 255 = 83%
B 64 of 255 = 25%

135
211
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 211 + 64 = 410 (100%)
R 135 of 410 ~ 32.93%
G 211 of 410 ~ 51.46%
B 64 of 410 ~ 15.61%

%32.93
%51.46
%15.61

CMYK RENK MODELİ

#87D340 rengi CMYK tonu (36,0,70,17).

  • camgöbeği tonu 36.02%
  • eflatun tonu 0.00%
  • sarı tonu 69.67%
  • ana renk tonu 17.25%
CMYK:
(36,0,70,17)
C36M0Y70K17 
(36%,0%,70%,17%)
(0.36/0.00/0.70/0.17)	

CMYK yüzdeleri

%36.02
%0
%69.67
%17.25

Codes

Color #87D340 in popluar color models

87D340
RGB13521164
HSL91°62.55%53.92%
HSB/HSV91°69.67%82.75%
CMYK36.02%0.00%69.67%
17.25%

Color #87D340 in popluar number systems.

HEX87D340
Decimal13521164
Binary10000111110100111000000
Octal207323100

Shades and tints

Shades of #87D340

#87D340
(135,211,64)
#7BC03B
(123,192,59)
#6FAD36
(111,173,54)
#639A31
(99,154,49)
#57872C
(87,135,44)
#4B7427
(75,116,39)
#3F6122
(63,97,34)
#334E1D
(51,78,29)
#273B18
(39,59,24)
#1B2813
(27,40,19)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #87D340

#87D340
(135,211,64)
#91D751
(145,215,81)
#9BDB62
(155,219,98)
#A5DF73
(165,223,115)
#AFE384
(175,227,132)
#B9E795
(185,231,149)
#C3EBA6
(195,235,166)
#CDEFB7
(205,239,183)
#D7F3C8
(215,243,200)
#E1F7D9
(225,247,217)
#EBFBEA
(235,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D340 color. Also use rgb(135,211,64) instead hex code.

Text Font Color

.myTextColor { color: #87D340; }

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

This text font color is #87D340.


Background Color

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

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

This div background color is #87D340.


Border color

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

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

This div border color is #87D340.


Opacity

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

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

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

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

This text has shadow with #87D340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D340 on black background.


Color preview on white background

This text has color #87D340 on white background.



Black color preview on #87D340 background

This text has black color on #87D340 background.


White color preview on #87D340 background

This text has white color on #87D340 background.