COLOR #6DB41B

HEX: #6DB41B
RGB: (109,180,27)

Color info

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

RGB color model

#6DB41B color RGB value is (109,180,27).

  • red value is 109;
  • green value is 180;
  • blue value is 27.
RGB:
(109,180,27)
(43%,71%,11%)

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 27 of 255 = 11%

109
180
27

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

Portions of RGB colors in percentages

R + G + B =
109 + 180 + 27 = 316 (100%)
R 109 of 316 ~ 34.49%
G 180 of 316 ~ 56.96%
B 27 of 316 ~ 8.54%

%34.49
%56.96

CMYK color model

#6DB41B color CMYK value is (39,0,85,29).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 29.41%
CMYK:
(39,0,85,29)
C39M0Y85K29 
(39%,0%,85%,29%)
(0.39/0.00/0.85/0.29)	

CMYK percentages

%39.44
%0
%85
%29.41

Codes

Color #6DB41B in popluar color models

6DB41B
RGB10918027
HSL88°73.91%40.59%
HSB/HSV88°85.00%70.59%
CMYK39.44%0.00%85.00%
29.41%

Color #6DB41B in popluar number systems.

HEX6DB41B
Decimal10918027
Binary11011011011010011011
Octal15526433

Shades and tints

Shades of #6DB41B

#6DB41B
(109,180,27)
#64A419
(100,164,25)
#5B9417
(91,148,23)
#528415
(82,132,21)
#497413
(73,116,19)
#406411
(64,100,17)
#37540F
(55,84,15)
#2E440D
(46,68,13)
#25340B
(37,52,11)
#1C2409
(28,36,9)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #6DB41B

#6DB41B
(109,180,27)
#7ABA2F
(122,186,47)
#87C043
(135,192,67)
#94C657
(148,198,87)
#A1CC6B
(161,204,107)
#AED27F
(174,210,127)
#BBD893
(187,216,147)
#C8DEA7
(200,222,167)
#D5E4BB
(213,228,187)
#E2EACF
(226,234,207)
#EFF0E3
(239,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB41B color. Also use rgb(109,180,27) instead hex code.

Text Font Color

.myTextColor { color: #6DB41B; }

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

This text font color is #6DB41B.


Background Color

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

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

This div background color is #6DB41B.


Border color

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

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

This div border color is #6DB41B.


Opacity

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

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

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

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

This text has shadow with #6DB41B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB41B on black background.


Color preview on white background

This text has color #6DB41B on white background.



Black color preview on #6DB41B background

This text has black color on #6DB41B background.


White color preview on #6DB41B background

This text has white color on #6DB41B background.