COLOR #6DF60B

HEX: #6DF60B
RGB: (109,246,11)

Color info

#6DF60B contains mainly green color. Web safe color of #6DF60B is #66FF00 (or #6F0).

RGB color model

#6DF60B color RGB value is (109,246,11).

  • red value is 109;
  • green value is 246;
  • blue value is 11.
RGB:
(109,246,11)
(43%,96%,4%)

RGB channels and saturation

R 109 of 255 = 43%
G 246 of 255 = 96%
B 11 of 255 = 4%

109
246
11

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

Portions of RGB colors in percentages

R + G + B =
109 + 246 + 11 = 366 (100%)
R 109 of 366 ~ 29.78%
G 246 of 366 ~ 67.21%
B 11 of 366 ~ 3.01%

%29.78
%67.21

CMYK color model

#6DF60B color CMYK value is (56,0,96,4).

  • cyan value is 55.69%
  • magenta value is 0.00%
  • yellow value is 95.53%
  • key color value is 3.53%
CMYK:
(56,0,96,4)
C56M0Y96K4 
(56%,0%,96%,4%)
(0.56/0.00/0.96/0.04)	

CMYK percentages

%55.69
%0
%95.53
%3.53

Codes

Color #6DF60B in popluar color models

6DF60B
RGB10924611
HSL95°92.89%50.39%
HSB/HSV95°95.53%96.47%
CMYK55.69%0.00%95.53%
3.53%

Color #6DF60B in popluar number systems.

HEX6DF60B
Decimal10924611
Binary1101101111101101011
Octal15536613

Shades and tints

Shades of #6DF60B

#6DF60B
(109,246,11)
#64E00A
(100,224,10)
#5BCA09
(91,202,9)
#52B408
(82,180,8)
#499E07
(73,158,7)
#408806
(64,136,6)
#377205
(55,114,5)
#2E5C04
(46,92,4)
#254603
(37,70,3)
#1C3002
(28,48,2)
#131A01
(19,26,1)
#000000
(0,0,0)

Tints of #6DF60B

#6DF60B
(109,246,11)
#7AF621
(122,246,33)
#87F637
(135,246,55)
#94F64D
(148,246,77)
#A1F663
(161,246,99)
#AEF679
(174,246,121)
#BBF68F
(187,246,143)
#C8F6A5
(200,246,165)
#D5F6BB
(213,246,187)
#E2F6D1
(226,246,209)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF60B color. Also use rgb(109,246,11) instead hex code.

Text Font Color

.myTextColor { color: #6DF60B; }

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

This text font color is #6DF60B.


Background Color

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

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

This div background color is #6DF60B.


Border color

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

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

This div border color is #6DF60B.


Opacity

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

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

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

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

This text has shadow with #6DF60B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF60B on black background.


Color preview on white background

This text has color #6DF60B on white background.



Black color preview on #6DF60B background

This text has black color on #6DF60B background.


White color preview on #6DF60B background

This text has white color on #6DF60B background.