COLOR #6DE480

HEX: #6DE480
RGB: (109,228,128)

Renk bilgisi

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

RGB renk modeli

#6DE480 color RGB value is (109,228,128).

  • kırmız ton 109;
  • yeşil ton 228;
  • mavi ton 128.
RGB:
(109,228,128)
(43%,89%,50%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 228 of 255 = 89%
B 128 of 255 = 50%

109
228
128

R + G + B ~ 61%. #6DE480 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 228 + 128 = 465 (100%)
R 109 of 465 ~ 23.44%
G 228 of 465 ~ 49.03%
B 128 of 465 ~ 27.53%

%23.44
%49.03
%27.53

CMYK RENK MODELİ

#6DE480 rengi CMYK tonu (52,0,44,11).

  • camgöbeği tonu 52.19%
  • eflatun tonu 0.00%
  • sarı tonu 43.86%
  • ana renk tonu 10.59%
CMYK:
(52,0,44,11)
C52M0Y44K11 
(52%,0%,44%,11%)
(0.52/0.00/0.44/0.11)	

CMYK yüzdeleri

%52.19
%0
%43.86
%10.59

Codes

Color #6DE480 in popluar color models

6DE480
RGB109228128
HSL130°68.79%66.08%
HSB/HSV130°52.19%89.41%
CMYK52.19%0.00%43.86%
10.59%

Color #6DE480 in popluar number systems.

HEX6DE480
Decimal109228128
Binary11011011110010010000000
Octal155344200

Shades and tints

Shades of #6DE480

#6DE480
(109,228,128)
#64D075
(100,208,117)
#5BBC6A
(91,188,106)
#52A85F
(82,168,95)
#499454
(73,148,84)
#408049
(64,128,73)
#376C3E
(55,108,62)
#2E5833
(46,88,51)
#254428
(37,68,40)
#1C301D
(28,48,29)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #6DE480

#6DE480
(109,228,128)
#7AE68B
(122,230,139)
#87E896
(135,232,150)
#94EAA1
(148,234,161)
#A1ECAC
(161,236,172)
#AEEEB7
(174,238,183)
#BBF0C2
(187,240,194)
#C8F2CD
(200,242,205)
#D5F4D8
(213,244,216)
#E2F6E3
(226,246,227)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE480 color. Also use rgb(109,228,128) instead hex code.

Text Font Color

.myTextColor { color: #6DE480; }

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

This text font color is #6DE480.


Background Color

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

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

This div background color is #6DE480.


Border color

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

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

This div border color is #6DE480.


Opacity

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

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

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

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

This text has shadow with #6DE480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE480 on black background.


Color preview on white background

This text has color #6DE480 on white background.



Black color preview on #6DE480 background

This text has black color on #6DE480 background.


White color preview on #6DE480 background

This text has white color on #6DE480 background.