COLOR #6EDA4C

HEX: #6EDA4C
RGB: (110,218,76)

Renk bilgisi

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

RGB renk modeli

#6EDA4C color RGB value is (110,218,76).

  • kırmız ton 110;
  • yeşil ton 218;
  • mavi ton 76.
RGB:
(110,218,76)
(43%,85%,30%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 218 of 255 = 85%
B 76 of 255 = 30%

110
218
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 218 + 76 = 404 (100%)
R 110 of 404 ~ 27.23%
G 218 of 404 ~ 53.96%
B 76 of 404 ~ 18.81%

%27.23
%53.96
%18.81

CMYK RENK MODELİ

#6EDA4C rengi CMYK tonu (50,0,65,15).

  • camgöbeği tonu 49.54%
  • eflatun tonu 0.00%
  • sarı tonu 65.14%
  • ana renk tonu 14.51%
CMYK:
(50,0,65,15)
C50M0Y65K15 
(50%,0%,65%,15%)
(0.50/0.00/0.65/0.15)	

CMYK yüzdeleri

%49.54
%0
%65.14
%14.51

Codes

Color #6EDA4C in popluar color models

6EDA4C
RGB11021876
HSL106°65.74%57.65%
HSB/HSV106°65.14%85.49%
CMYK49.54%0.00%65.14%
14.51%

Color #6EDA4C in popluar number systems.

HEX6EDA4C
Decimal11021876
Binary1101110110110101001100
Octal156332114

Shades and tints

Shades of #6EDA4C

#6EDA4C
(110,218,76)
#64C746
(100,199,70)
#5AB440
(90,180,64)
#50A13A
(80,161,58)
#468E34
(70,142,52)
#3C7B2E
(60,123,46)
#326828
(50,104,40)
#285522
(40,85,34)
#1E421C
(30,66,28)
#142F16
(20,47,22)
#0A1C10
(10,28,16)
#000000
(0,0,0)

Tints of #6EDA4C

#6EDA4C
(110,218,76)
#7BDD5C
(123,221,92)
#88E06C
(136,224,108)
#95E37C
(149,227,124)
#A2E68C
(162,230,140)
#AFE99C
(175,233,156)
#BCECAC
(188,236,172)
#C9EFBC
(201,239,188)
#D6F2CC
(214,242,204)
#E3F5DC
(227,245,220)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDA4C color. Also use rgb(110,218,76) instead hex code.

Text Font Color

.myTextColor { color: #6EDA4C; }

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

This text font color is #6EDA4C.


Background Color

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

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

This div background color is #6EDA4C.


Border color

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

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

This div border color is #6EDA4C.


Opacity

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

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

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

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

This text has shadow with #6EDA4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDA4C on black background.


Color preview on white background

This text has color #6EDA4C on white background.



Black color preview on #6EDA4C background

This text has black color on #6EDA4C background.


White color preview on #6EDA4C background

This text has white color on #6EDA4C background.