COLOR #7FC387

HEX: #7FC387
RGB: (127,195,135)

Renk bilgisi

#7FC387 contains mainly green color. #7FC387 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7FC387 color RGB value is (127,195,135).

  • kırmız ton 127;
  • yeşil ton 195;
  • mavi ton 135.
RGB:
(127,195,135)
(50%,76%,53%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 195 of 255 = 76%
B 135 of 255 = 53%

127
195
135

R + G + B ~ 60%. #7FC387 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 195 + 135 = 457 (100%)
R 127 of 457 ~ 27.79%
G 195 of 457 ~ 42.67%
B 135 of 457 ~ 29.54%

%27.79
%42.67
%29.54

CMYK RENK MODELİ

#7FC387 rengi CMYK tonu (35,0,31,24).

  • camgöbeği tonu 34.87%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 23.53%
CMYK:
(35,0,31,24)
C35M0Y31K24 
(35%,0%,31%,24%)
(0.35/0.00/0.31/0.24)	

CMYK yüzdeleri

%34.87
%0
%30.77
%23.53

Codes

Color #7FC387 in popluar color models

7FC387
RGB127195135
HSL127°36.17%63.14%
HSB/HSV127°34.87%76.47%
CMYK34.87%0.00%30.77%
23.53%

Color #7FC387 in popluar number systems.

HEX7FC387
Decimal127195135
Binary11111111100001110000111
Octal177303207

Shades and tints

Shades of #7FC387

#7FC387
(127,195,135)
#74B27B
(116,178,123)
#69A16F
(105,161,111)
#5E9063
(94,144,99)
#537F57
(83,127,87)
#486E4B
(72,110,75)
#3D5D3F
(61,93,63)
#324C33
(50,76,51)
#273B27
(39,59,39)
#1C2A1B
(28,42,27)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #7FC387

#7FC387
(127,195,135)
#8AC891
(138,200,145)
#95CD9B
(149,205,155)
#A0D2A5
(160,210,165)
#ABD7AF
(171,215,175)
#B6DCB9
(182,220,185)
#C1E1C3
(193,225,195)
#CCE6CD
(204,230,205)
#D7EBD7
(215,235,215)
#E2F0E1
(226,240,225)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC387 color. Also use rgb(127,195,135) instead hex code.

Text Font Color

.myTextColor { color: #7FC387; }

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

This text font color is #7FC387.


Background Color

.myBgColor { background-color: #7FC387; }

<div style="background-color:#7FC387">Inner text</div>

This div background color is #7FC387.


Border color

.myBorderColor { border: 1px solid #7FC387; }

<div style="border:3px solid #7FC387">Div</div>

This div border color is #7FC387.


Opacity

.myOpacity80 { color: #7FC387; opacity: 0.8; }

<p style="color:#7FC387;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FC387 color.

.textShadow {text-shadow: 3px 3px 1px #7FC387, 3px 3px 1px red;}

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

This text has shadow with #7FC387 primary color and red secondary color.


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

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

This text has shadow with #7FC387 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC387 on black background.


Color preview on white background

This text has color #7FC387 on white background.



Black color preview on #7FC387 background

This text has black color on #7FC387 background.


White color preview on #7FC387 background

This text has white color on #7FC387 background.