COLOR #6EC631

HEX: #6EC631
RGB: (110,198,49)

Renk bilgisi

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

RGB renk modeli

#6EC631 color RGB value is (110,198,49).

  • kırmız ton 110;
  • yeşil ton 198;
  • mavi ton 49.
RGB:
(110,198,49)
(43%,78%,19%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 198 of 255 = 78%
B 49 of 255 = 19%

110
198
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 198 + 49 = 357 (100%)
R 110 of 357 ~ 30.81%
G 198 of 357 ~ 55.46%
B 49 of 357 ~ 13.73%

%30.81
%55.46
%13.73

CMYK RENK MODELİ

#6EC631 rengi CMYK tonu (44,0,75,22).

  • camgöbeği tonu 44.44%
  • eflatun tonu 0.00%
  • sarı tonu 75.25%
  • ana renk tonu 22.35%
CMYK:
(44,0,75,22)
C44M0Y75K22 
(44%,0%,75%,22%)
(0.44/0.00/0.75/0.22)	

CMYK yüzdeleri

%44.44
%0
%75.25
%22.35

Codes

Color #6EC631 in popluar color models

6EC631
RGB11019849
HSL95°60.32%48.43%
HSB/HSV95°75.25%77.65%
CMYK44.44%0.00%75.25%
22.35%

Color #6EC631 in popluar number systems.

HEX6EC631
Decimal11019849
Binary110111011000110110001
Octal15630661

Shades and tints

Shades of #6EC631

#6EC631
(110,198,49)
#64B42D
(100,180,45)
#5AA229
(90,162,41)
#509025
(80,144,37)
#467E21
(70,126,33)
#3C6C1D
(60,108,29)
#325A19
(50,90,25)
#284815
(40,72,21)
#1E3611
(30,54,17)
#14240D
(20,36,13)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #6EC631

#6EC631
(110,198,49)
#7BCB43
(123,203,67)
#88D055
(136,208,85)
#95D567
(149,213,103)
#A2DA79
(162,218,121)
#AFDF8B
(175,223,139)
#BCE49D
(188,228,157)
#C9E9AF
(201,233,175)
#D6EEC1
(214,238,193)
#E3F3D3
(227,243,211)
#F0F8E5
(240,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC631 color. Also use rgb(110,198,49) instead hex code.

Text Font Color

.myTextColor { color: #6EC631; }

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

This text font color is #6EC631.


Background Color

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

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

This div background color is #6EC631.


Border color

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

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

This div border color is #6EC631.


Opacity

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

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

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

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

This text has shadow with #6EC631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC631 on black background.


Color preview on white background

This text has color #6EC631 on white background.



Black color preview on #6EC631 background

This text has black color on #6EC631 background.


White color preview on #6EC631 background

This text has white color on #6EC631 background.