COLOR #6EF785

HEX: #6EF785
RGB: (110,247,133)

Color info

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

RGB color model

#6EF785 color RGB value is (110,247,133).

  • red value is 110;
  • green value is 247;
  • blue value is 133.
RGB:
(110,247,133)
(43%,97%,52%)

RGB channels and saturation

R 110 of 255 = 43%
G 247 of 255 = 97%
B 133 of 255 = 52%

110
247
133

R + G + B ~ 64%. #6EF785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 247 + 133 = 490 (100%)
R 110 of 490 ~ 22.45%
G 247 of 490 ~ 50.41%
B 133 of 490 ~ 27.14%

%22.45
%50.41
%27.14

CMYK color model

#6EF785 color CMYK value is (55,0,46,3).

  • cyan value is 55.47%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 3.14%
CMYK:
(55,0,46,3)
C55M0Y46K3 
(55%,0%,46%,3%)
(0.55/0.00/0.46/0.03)	

CMYK percentages

%55.47
%0
%46.15
%3.14

Codes

Color #6EF785 in popluar color models

6EF785
RGB110247133
HSL130°89.54%70.00%
HSB/HSV130°55.47%96.86%
CMYK55.47%0.00%46.15%
3.14%

Color #6EF785 in popluar number systems.

HEX6EF785
Decimal110247133
Binary11011101111011110000101
Octal156367205

Shades and tints

Shades of #6EF785

#6EF785
(110,247,133)
#64E179
(100,225,121)
#5ACB6D
(90,203,109)
#50B561
(80,181,97)
#469F55
(70,159,85)
#3C8949
(60,137,73)
#32733D
(50,115,61)
#285D31
(40,93,49)
#1E4725
(30,71,37)
#143119
(20,49,25)
#0A1B0D
(10,27,13)
#000000
(0,0,0)

Tints of #6EF785

#6EF785
(110,247,133)
#7BF790
(123,247,144)
#88F79B
(136,247,155)
#95F7A6
(149,247,166)
#A2F7B1
(162,247,177)
#AFF7BC
(175,247,188)
#BCF7C7
(188,247,199)
#C9F7D2
(201,247,210)
#D6F7DD
(214,247,221)
#E3F7E8
(227,247,232)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF785 color. Also use rgb(110,247,133) instead hex code.

Text Font Color

.myTextColor { color: #6EF785; }

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

This text font color is #6EF785.


Background Color

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

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

This div background color is #6EF785.


Border color

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

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

This div border color is #6EF785.


Opacity

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

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

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

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

This text has shadow with #6EF785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF785 on black background.


Color preview on white background

This text has color #6EF785 on white background.



Black color preview on #6EF785 background

This text has black color on #6EF785 background.


White color preview on #6EF785 background

This text has white color on #6EF785 background.