COLOR #87CE42

HEX: #87CE42
RGB: (135,206,66)

Renk bilgisi

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

RGB renk modeli

#87CE42 color RGB value is (135,206,66).

  • kırmız ton 135;
  • yeşil ton 206;
  • mavi ton 66.
RGB:
(135,206,66)
(53%,81%,26%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 206 of 255 = 81%
B 66 of 255 = 26%

135
206
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 206 + 66 = 407 (100%)
R 135 of 407 ~ 33.17%
G 206 of 407 ~ 50.61%
B 66 of 407 ~ 16.22%

%33.17
%50.61
%16.22

CMYK RENK MODELİ

#87CE42 rengi CMYK tonu (34,0,68,19).

  • camgöbeği tonu 34.47%
  • eflatun tonu 0.00%
  • sarı tonu 67.96%
  • ana renk tonu 19.22%
CMYK:
(34,0,68,19)
C34M0Y68K19 
(34%,0%,68%,19%)
(0.34/0.00/0.68/0.19)	

CMYK yüzdeleri

%34.47
%0
%67.96
%19.22

Codes

Color #87CE42 in popluar color models

87CE42
RGB13520666
HSL90°58.82%53.33%
HSB/HSV90°67.96%80.78%
CMYK34.47%0.00%67.96%
19.22%

Color #87CE42 in popluar number systems.

HEX87CE42
Decimal13520666
Binary10000111110011101000010
Octal207316102

Shades and tints

Shades of #87CE42

#87CE42
(135,206,66)
#7BBC3C
(123,188,60)
#6FAA36
(111,170,54)
#639830
(99,152,48)
#57862A
(87,134,42)
#4B7424
(75,116,36)
#3F621E
(63,98,30)
#335018
(51,80,24)
#273E12
(39,62,18)
#1B2C0C
(27,44,12)
#0F1A06
(15,26,6)
#000000
(0,0,0)

Tints of #87CE42

#87CE42
(135,206,66)
#91D253
(145,210,83)
#9BD664
(155,214,100)
#A5DA75
(165,218,117)
#AFDE86
(175,222,134)
#B9E297
(185,226,151)
#C3E6A8
(195,230,168)
#CDEAB9
(205,234,185)
#D7EECA
(215,238,202)
#E1F2DB
(225,242,219)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CE42 color. Also use rgb(135,206,66) instead hex code.

Text Font Color

.myTextColor { color: #87CE42; }

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

This text font color is #87CE42.


Background Color

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

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

This div background color is #87CE42.


Border color

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

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

This div border color is #87CE42.


Opacity

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

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

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

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

This text has shadow with #87CE42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CE42 on black background.


Color preview on white background

This text has color #87CE42 on white background.



Black color preview on #87CE42 background

This text has black color on #87CE42 background.


White color preview on #87CE42 background

This text has white color on #87CE42 background.