COLOR #6FDB46

HEX: #6FDB46 RGB: (111,219,70)

Color info

#6FDB46 contains mainly green color. Web safe color of #6FDB46 is #66CC33 (or #6C3).

RGB color model

#6FDB46 color RGB value is (111,219,70).

RGB: (111,219,70) (44%, 86%, 27%)

RGB channels and saturation

R 111 of 255 = 44%
G 219 of 255 = 86%
B 70 of 255 = 27%

111
219
70

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

Portions of RGB colors in percentages

R + G + B = 111 + 219 + 70 = 400 (100%)
R 111 of 400 ~ 27.75%
G 219 of 400 ~ 54.75%
B 70 of 400 ~ 17.5'%

%27.75
%54.75
%17.5

CMYK color model

#6FDB46 color CMYK value is (49,0,68,14).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 68.04%
  • key color value is 14.12%

CMYK: (49,0,68,14)
C49M0Y68K14 (49%, 0%, 68%, 14%)
(0.49 / 0.00 / 0.68 / 0.14)

CMYK percentages

%49.32
%0
%68.04
%14.12

Codes

Color #6FDB46 in popluar color models

6F DB 46
RGB 111 219 70
HSL 103° 67.42% 56.67%
HSB/HSV 103° 68.04% 85.88%
CMYK 49.32% 0.00% 68.04%
14.12%

Color #6FDB46 in popluar number systems.

HEX 6F DB 46
Decimal 111 219 70
Binary 1101111 11011011 1000110
Octal 157 333 106

Shades and tints

Shades of #6FDB46

#6FDB46
(111,219,70)
#65C840
(101,200,64)
#5BB53A
(91,181,58)
#51A234
(81,162,52)
#478F2E
(71,143,46)
#3D7C28
(61,124,40)
#336922
(51,105,34)
#29561C
(41,86,28)
#1F4316
(31,67,22)
#153010
(21,48,16)
#0B1D0A
(11,29,10)
#000000
(0,0,0)

Tints of #6FDB46

#6FDB46
(111,219,70)
#7CDE56
(124,222,86)
#89E166
(137,225,102)
#96E476
(150,228,118)
#A3E786
(163,231,134)
#B0EA96
(176,234,150)
#BDEDA6
(189,237,166)
#CAF0B6
(202,240,182)
#D7F3C6
(215,243,198)
#E4F6D6
(228,246,214)
#F1F9E6
(241,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FDB46 color. Also use rgb(111,219,70) instead hex code.

Text Font Color

.myTextColor { color: #6FDB46; }

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

This text font color is #6FDB46.

Background Color

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

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

This div background color is #6FDB46.

Border color

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

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

This div border color is #6FDB46.

Opacity

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

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

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

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

This text has shadow with #6FDB46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FDB46.

Preview

Color preview on black background

This text has color #6FDB46 on black background.


Color preview on white background

This text has color #6FDB46 on white background.


Black color preview on #6FDB46 background

This text has black color on #6FDB46 background.


White color preview on #6FDB46 background

This text has white color on #6FDB46 background.


Related colors

Complementary color

Complementary color for #hex is #9024B9.


I love getcolorcode.com

Triadic colors

1 #466FDB and #DB466F with #6FDB46 are triadic colors.

2 #46DB6F and #DB6F46 with #6FDB46 are triadic colors.