COLOR #6FD97B

HEX: #6FD97B
RGB: (111,217,123)

Renk bilgisi

#6FD97B contains mainly green color. #6FD97B ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6FD97B color RGB value is (111,217,123).

  • kırmız ton 111;
  • yeşil ton 217;
  • mavi ton 123.
RGB:
(111,217,123)
(44%,85%,48%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 217 of 255 = 85%
B 123 of 255 = 48%

111
217
123

R + G + B ~ 59%. #6FD97B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 217 + 123 = 451 (100%)
R 111 of 451 ~ 24.61%
G 217 of 451 ~ 48.12%
B 123 of 451 ~ 27.27%

%24.61
%48.12
%27.27

CMYK RENK MODELİ

#6FD97B rengi CMYK tonu (49,0,43,15).

  • camgöbeği tonu 48.85%
  • eflatun tonu 0.00%
  • sarı tonu 43.32%
  • ana renk tonu 14.90%
CMYK:
(49,0,43,15)
C49M0Y43K15 
(49%,0%,43%,15%)
(0.49/0.00/0.43/0.15)	

CMYK yüzdeleri

%48.85
%0
%43.32
%14.9

Codes

Color #6FD97B in popluar color models

6FD97B
RGB111217123
HSL127°58.24%64.31%
HSB/HSV127°48.85%85.10%
CMYK48.85%0.00%43.32%
14.90%

Color #6FD97B in popluar number systems.

HEX6FD97B
Decimal111217123
Binary1101111110110011111011
Octal157331173

Shades and tints

Shades of #6FD97B

#6FD97B
(111,217,123)
#65C670
(101,198,112)
#5BB365
(91,179,101)
#51A05A
(81,160,90)
#478D4F
(71,141,79)
#3D7A44
(61,122,68)
#336739
(51,103,57)
#29542E
(41,84,46)
#1F4123
(31,65,35)
#152E18
(21,46,24)
#0B1B0D
(11,27,13)
#000000
(0,0,0)

Tints of #6FD97B

#6FD97B
(111,217,123)
#7CDC87
(124,220,135)
#89DF93
(137,223,147)
#96E29F
(150,226,159)
#A3E5AB
(163,229,171)
#B0E8B7
(176,232,183)
#BDEBC3
(189,235,195)
#CAEECF
(202,238,207)
#D7F1DB
(215,241,219)
#E4F4E7
(228,244,231)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD97B color. Also use rgb(111,217,123) instead hex code.

Text Font Color

.myTextColor { color: #6FD97B; }

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

This text font color is #6FD97B.


Background Color

.myBgColor { background-color: #6FD97B; }

<div style="background-color:#6FD97B">Inner text</div>

This div background color is #6FD97B.


Border color

.myBorderColor { border: 1px solid #6FD97B; }

<div style="border:3px solid #6FD97B">Div</div>

This div border color is #6FD97B.


Opacity

.myOpacity80 { color: #6FD97B; opacity: 0.8; }

<p style="color:#6FD97B;opacity:0.8;">80%</p>

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

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

This text has shadow with #6FD97B color.

.textShadow {text-shadow: 3px 3px 1px #6FD97B, 3px 3px 1px red;}

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

This text has shadow with #6FD97B primary color and red secondary color.


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

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

This text has shadow with #6FD97B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD97B on black background.


Color preview on white background

This text has color #6FD97B on white background.



Black color preview on #6FD97B background

This text has black color on #6FD97B background.


White color preview on #6FD97B background

This text has white color on #6FD97B background.