COLOR #6DE474

HEX: #6DE474
RGB: (109,228,116)

Color info

#6DE474 contains mainly green color. Web safe color of #6DE474 is #66CC66 (or #6C6).

RGB color model

#6DE474 color RGB value is (109,228,116).

  • red value is 109;
  • green value is 228;
  • blue value is 116.
RGB:
(109,228,116)
(43%,89%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 228 of 255 = 89%
B 116 of 255 = 45%

109
228
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 228 + 116 = 453 (100%)
R 109 of 453 ~ 24.06%
G 228 of 453 ~ 50.33%
B 116 of 453 ~ 25.61%

%24.06
%50.33
%25.61

CMYK color model

#6DE474 color CMYK value is (52,0,49,11).

  • cyan value is 52.19%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 10.59%
CMYK:
(52,0,49,11)
C52M0Y49K11 
(52%,0%,49%,11%)
(0.52/0.00/0.49/0.11)	

CMYK percentages

%52.19
%0
%49.12
%10.59

Codes

Color #6DE474 in popluar color models

6DE474
RGB109228116
HSL124°68.79%66.08%
HSB/HSV124°52.19%89.41%
CMYK52.19%0.00%49.12%
10.59%

Color #6DE474 in popluar number systems.

HEX6DE474
Decimal109228116
Binary1101101111001001110100
Octal155344164

Shades and tints

Shades of #6DE474

#6DE474
(109,228,116)
#64D06A
(100,208,106)
#5BBC60
(91,188,96)
#52A856
(82,168,86)
#49944C
(73,148,76)
#408042
(64,128,66)
#376C38
(55,108,56)
#2E582E
(46,88,46)
#254424
(37,68,36)
#1C301A
(28,48,26)
#131C10
(19,28,16)
#000000
(0,0,0)

Tints of #6DE474

#6DE474
(109,228,116)
#7AE680
(122,230,128)
#87E88C
(135,232,140)
#94EA98
(148,234,152)
#A1ECA4
(161,236,164)
#AEEEB0
(174,238,176)
#BBF0BC
(187,240,188)
#C8F2C8
(200,242,200)
#D5F4D4
(213,244,212)
#E2F6E0
(226,246,224)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DE474; }

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

This text font color is #6DE474.


Background Color

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

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

This div background color is #6DE474.


Border color

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

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

This div border color is #6DE474.


Opacity

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

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

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

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

This text has shadow with #6DE474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE474 on black background.


Color preview on white background

This text has color #6DE474 on white background.



Black color preview on #6DE474 background

This text has black color on #6DE474 background.


White color preview on #6DE474 background

This text has white color on #6DE474 background.