COLOR #6DFB61

HEX: #6DFB61
RGB: (109,251,97)

Color info

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

RGB color model

#6DFB61 color RGB value is (109,251,97).

  • red value is 109;
  • green value is 251;
  • blue value is 97.
RGB:
(109,251,97)
(43%,98%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 251 of 255 = 98%
B 97 of 255 = 38%

109
251
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 251 + 97 = 457 (100%)
R 109 of 457 ~ 23.85%
G 251 of 457 ~ 54.92%
B 97 of 457 ~ 21.23%

%23.85
%54.92
%21.23

CMYK color model

#6DFB61 color CMYK value is (57,0,61,2).

  • cyan value is 56.57%
  • magenta value is 0.00%
  • yellow value is 61.35%
  • key color value is 1.57%
CMYK:
(57,0,61,2)
C57M0Y61K2 
(57%,0%,61%,2%)
(0.57/0.00/0.61/0.02)	

CMYK percentages

%56.57
%0
%61.35
%1.57

Codes

Color #6DFB61 in popluar color models

6DFB61
RGB10925197
HSL115°95.06%68.24%
HSB/HSV115°61.35%98.43%
CMYK56.57%0.00%61.35%
1.57%

Color #6DFB61 in popluar number systems.

HEX6DFB61
Decimal10925197
Binary1101101111110111100001
Octal155373141

Shades and tints

Shades of #6DFB61

#6DFB61
(109,251,97)
#64E559
(100,229,89)
#5BCF51
(91,207,81)
#52B949
(82,185,73)
#49A341
(73,163,65)
#408D39
(64,141,57)
#377731
(55,119,49)
#2E6129
(46,97,41)
#254B21
(37,75,33)
#1C3519
(28,53,25)
#131F11
(19,31,17)
#000000
(0,0,0)

Tints of #6DFB61

#6DFB61
(109,251,97)
#7AFB6F
(122,251,111)
#87FB7D
(135,251,125)
#94FB8B
(148,251,139)
#A1FB99
(161,251,153)
#AEFBA7
(174,251,167)
#BBFBB5
(187,251,181)
#C8FBC3
(200,251,195)
#D5FBD1
(213,251,209)
#E2FBDF
(226,251,223)
#EFFBED
(239,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DFB61 color. Also use rgb(109,251,97) instead hex code.

Text Font Color

.myTextColor { color: #6DFB61; }

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

This text font color is #6DFB61.


Background Color

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

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

This div background color is #6DFB61.


Border color

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

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

This div border color is #6DFB61.


Opacity

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

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

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

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

This text has shadow with #6DFB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DFB61 on black background.


Color preview on white background

This text has color #6DFB61 on white background.



Black color preview on #6DFB61 background

This text has black color on #6DFB61 background.


White color preview on #6DFB61 background

This text has white color on #6DFB61 background.