COLOR #6DF990

HEX: #6DF990 RGB: (109,249,144)

Color info

#6DF990 contains mainly green color. Web safe color of #6DF990 is #66FF99 (or #6F9).

RGB color model

#6DF990 color RGB value is (109,249,144).

RGB: (109,249,144) (43%, 98%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 249 of 255 = 98%
B 144 of 255 = 56%

109
249
144

R + G + B ~ 66%. #6DF990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 249 + 144 = 502 (100%)
R 109 of 502 ~ 21.71%
G 249 of 502 ~ 49.6%
B 144 of 502 ~ 28.69'%

%21.71
%49.6
%28.69

CMYK color model

#6DF990 color CMYK value is (56,0,42,2).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 2.35%

CMYK: (56,0,42,2)
C56M0Y42K2 (56%, 0%, 42%, 2%)
(0.56 / 0.00 / 0.42 / 0.02)

CMYK percentages

%56.22
%0
%42.17
%2.35

Codes

Color #6DF990 in popluar color models

6D F9 90
RGB 109 249 144
HSL 135° 92.11% 70.20%
HSB/HSV 135° 56.22% 97.65%
CMYK 56.22% 0.00% 42.17%
2.35%

Color #6DF990 in popluar number systems.

HEX 6D F9 90
Decimal 109 249 144
Binary 1101101 11111001 10010000
Octal 155 371 220

Shades and tints

Shades of #6DF990

#6DF990
(109,249,144)
#64E383
(100,227,131)
#5BCD76
(91,205,118)
#52B769
(82,183,105)
#49A15C
(73,161,92)
#408B4F
(64,139,79)
#377542
(55,117,66)
#2E5F35
(46,95,53)
#254928
(37,73,40)
#1C331B
(28,51,27)
#131D0E
(19,29,14)
#000000
(0,0,0)

Tints of #6DF990

#6DF990
(109,249,144)
#7AF99A
(122,249,154)
#87F9A4
(135,249,164)
#94F9AE
(148,249,174)
#A1F9B8
(161,249,184)
#AEF9C2
(174,249,194)
#BBF9CC
(187,249,204)
#C8F9D6
(200,249,214)
#D5F9E0
(213,249,224)
#E2F9EA
(226,249,234)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF990 color. Also use rgb(109,249,144) instead hex code.

Text Font Color

.myTextColor { color: #6DF990; }

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

This text font color is #6DF990.

Background Color

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

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

This div background color is #6DF990.

Border color

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

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

This div border color is #6DF990.

Opacity

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

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

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

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

This text has shadow with #6DF990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DF990.

Preview

Color preview on black background

This text has color #6DF990 on black background.


Color preview on white background

This text has color #6DF990 on white background.


Black color preview on #6DF990 background

This text has black color on #6DF990 background.


White color preview on #6DF990 background

This text has white color on #6DF990 background.


Related colors

Complementary color

Complementary color for #hex is #92066F.


I love getcolorcode.com

Triadic colors

1 #906DF9 and #F9906D with #6DF990 are triadic colors.

2 #90F96D and #F96D90 with #6DF990 are triadic colors.