COLOR #6DB215

HEX: #6DB215
RGB: (109,178,21)

Renk bilgisi

#6DB215 contains mainly green color. #6DB215 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#6DB215 color RGB value is (109,178,21).

  • kırmız ton 109;
  • yeşil ton 178;
  • mavi ton 21.
RGB:
(109,178,21)
(43%,70%,8%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 178 of 255 = 70%
B 21 of 255 = 8%

109
178
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 178 + 21 = 308 (100%)
R 109 of 308 ~ 35.39%
G 178 of 308 ~ 57.79%
B 21 of 308 ~ 6.82%

%35.39
%57.79

CMYK RENK MODELİ

#6DB215 rengi CMYK tonu (39,0,88,30).

  • camgöbeği tonu 38.76%
  • eflatun tonu 0.00%
  • sarı tonu 88.20%
  • ana renk tonu 30.20%
CMYK:
(39,0,88,30)
C39M0Y88K30 
(39%,0%,88%,30%)
(0.39/0.00/0.88/0.30)	

CMYK yüzdeleri

%38.76
%0
%88.2
%30.2

Codes

Color #6DB215 in popluar color models

6DB215
RGB10917821
HSL86°78.89%39.02%
HSB/HSV86°88.20%69.80%
CMYK38.76%0.00%88.20%
30.20%

Color #6DB215 in popluar number systems.

HEX6DB215
Decimal10917821
Binary11011011011001010101
Octal15526225

Shades and tints

Shades of #6DB215

#6DB215
(109,178,21)
#64A214
(100,162,20)
#5B9213
(91,146,19)
#528212
(82,130,18)
#497211
(73,114,17)
#406210
(64,98,16)
#37520F
(55,82,15)
#2E420E
(46,66,14)
#25320D
(37,50,13)
#1C220C
(28,34,12)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #6DB215

#6DB215
(109,178,21)
#7AB92A
(122,185,42)
#87C03F
(135,192,63)
#94C754
(148,199,84)
#A1CE69
(161,206,105)
#AED57E
(174,213,126)
#BBDC93
(187,220,147)
#C8E3A8
(200,227,168)
#D5EABD
(213,234,189)
#E2F1D2
(226,241,210)
#EFF8E7
(239,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB215 color. Also use rgb(109,178,21) instead hex code.

Text Font Color

.myTextColor { color: #6DB215; }

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

This text font color is #6DB215.


Background Color

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

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

This div background color is #6DB215.


Border color

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

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

This div border color is #6DB215.


Opacity

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

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

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

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

This text has shadow with #6DB215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB215 on black background.


Color preview on white background

This text has color #6DB215 on white background.



Black color preview on #6DB215 background

This text has black color on #6DB215 background.


White color preview on #6DB215 background

This text has white color on #6DB215 background.