COLOR #6DF85A

HEX: #6DF85A RGB: (109,248,90)

Color info

#6DF85A contains mainly green color. Web safe color of #6DF85A is #66FF66 (or #6F6).

RGB color model

#6DF85A color RGB value is (109,248,90).

RGB: (109,248,90) (43%, 97%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 248 of 255 = 97%
B 90 of 255 = 35%

109
248
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 248 + 90 = 447 (100%)
R 109 of 447 ~ 24.38%
G 248 of 447 ~ 55.48%
B 90 of 447 ~ 20.13'%

%24.38
%55.48
%20.13

CMYK color model

#6DF85A color CMYK value is (56,0,64,3).

  • cyan value is 56.05%
  • magenta value is 0.00%
  • yellow value is 63.71%
  • key color value is 2.75%

CMYK: (56,0,64,3)
C56M0Y64K3 (56%, 0%, 64%, 3%)
(0.56 / 0.00 / 0.64 / 0.03)

CMYK percentages

%56.05
%0
%63.71
%2.75

Codes

Color #6DF85A in popluar color models

6D F8 5A
RGB 109 248 90
HSL 113° 91.86% 66.27%
HSB/HSV 113° 63.71% 97.25%
CMYK 56.05% 0.00% 63.71%
2.75%

Color #6DF85A in popluar number systems.

HEX 6D F8 5A
Decimal 109 248 90
Binary 1101101 11111000 1011010
Octal 155 370 132

Shades and tints

Shades of #6DF85A

#6DF85A
(109,248,90)
#64E252
(100,226,82)
#5BCC4A
(91,204,74)
#52B642
(82,182,66)
#49A03A
(73,160,58)
#408A32
(64,138,50)
#37742A
(55,116,42)
#2E5E22
(46,94,34)
#25481A
(37,72,26)
#1C3212
(28,50,18)
#131C0A
(19,28,10)
#000000
(0,0,0)

Tints of #6DF85A

#6DF85A
(109,248,90)
#7AF869
(122,248,105)
#87F878
(135,248,120)
#94F887
(148,248,135)
#A1F896
(161,248,150)
#AEF8A5
(174,248,165)
#BBF8B4
(187,248,180)
#C8F8C3
(200,248,195)
#D5F8D2
(213,248,210)
#E2F8E1
(226,248,225)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF85A color. Also use rgb(109,248,90) instead hex code.

Text Font Color

.myTextColor { color: #6DF85A; }

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

This text font color is #6DF85A.

Background Color

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

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

This div background color is #6DF85A.

Border color

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

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

This div border color is #6DF85A.

Opacity

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

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

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

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

This text has shadow with #6DF85A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DF85A.

Preview

Color preview on black background

This text has color #6DF85A on black background.


Color preview on white background

This text has color #6DF85A on white background.


Black color preview on #6DF85A background

This text has black color on #6DF85A background.


White color preview on #6DF85A background

This text has white color on #6DF85A background.


Related colors

Complementary color

Complementary color for #hex is #9207A5.


I love getcolorcode.com

Triadic colors

1 #5A6DF8 and #F85A6D with #6DF85A are triadic colors.

2 #5AF86D and #F86D5A with #6DF85A are triadic colors.