COLOR #6EB51F

HEX: #6EB51F
RGB: (110,181,31)

Renk bilgisi

#6EB51F contains mainly green color. #6EB51F ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#6EB51F color RGB value is (110,181,31).

  • kırmız ton 110;
  • yeşil ton 181;
  • mavi ton 31.
RGB:
(110,181,31)
(43%,71%,12%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 181 of 255 = 71%
B 31 of 255 = 12%

110
181
31

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 181 + 31 = 322 (100%)
R 110 of 322 ~ 34.16%
G 181 of 322 ~ 56.21%
B 31 of 322 ~ 9.63%

%34.16
%56.21
%9.63

CMYK RENK MODELİ

#6EB51F rengi CMYK tonu (39,0,83,29).

  • camgöbeği tonu 39.23%
  • eflatun tonu 0.00%
  • sarı tonu 82.87%
  • ana renk tonu 29.02%
CMYK:
(39,0,83,29)
C39M0Y83K29 
(39%,0%,83%,29%)
(0.39/0.00/0.83/0.29)	

CMYK yüzdeleri

%39.23
%0
%82.87
%29.02

Codes

Color #6EB51F in popluar color models

6EB51F
RGB11018131
HSL88°70.75%41.57%
HSB/HSV88°82.87%70.98%
CMYK39.23%0.00%82.87%
29.02%

Color #6EB51F in popluar number systems.

HEX6EB51F
Decimal11018131
Binary11011101011010111111
Octal15626537

Shades and tints

Shades of #6EB51F

#6EB51F
(110,181,31)
#64A51D
(100,165,29)
#5A951B
(90,149,27)
#508519
(80,133,25)
#467517
(70,117,23)
#3C6515
(60,101,21)
#325513
(50,85,19)
#284511
(40,69,17)
#1E350F
(30,53,15)
#14250D
(20,37,13)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #6EB51F

#6EB51F
(110,181,31)
#7BBB33
(123,187,51)
#88C147
(136,193,71)
#95C75B
(149,199,91)
#A2CD6F
(162,205,111)
#AFD383
(175,211,131)
#BCD997
(188,217,151)
#C9DFAB
(201,223,171)
#D6E5BF
(214,229,191)
#E3EBD3
(227,235,211)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB51F color. Also use rgb(110,181,31) instead hex code.

Text Font Color

.myTextColor { color: #6EB51F; }

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

This text font color is #6EB51F.


Background Color

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

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

This div background color is #6EB51F.


Border color

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

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

This div border color is #6EB51F.


Opacity

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

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

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

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

This text has shadow with #6EB51F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB51F on black background.


Color preview on white background

This text has color #6EB51F on white background.



Black color preview on #6EB51F background

This text has black color on #6EB51F background.


White color preview on #6EB51F background

This text has white color on #6EB51F background.