COLOR #68F795

HEX: #68F795
RGB: (104,247,149)

Color info

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

RGB color model

#68F795 color RGB value is (104,247,149).

  • red value is 104;
  • green value is 247;
  • blue value is 149.
RGB:
(104,247,149)
(41%,97%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 247 of 255 = 97%
B 149 of 255 = 58%

104
247
149

R + G + B ~ 65%. #68F795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 247 + 149 = 500 (100%)
R 104 of 500 ~ 20.8%
G 247 of 500 ~ 49.4%
B 149 of 500 ~ 29.8%

%20.8
%49.4
%29.8

CMYK color model

#68F795 color CMYK value is (58,0,40,3).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 3.14%
CMYK:
(58,0,40,3)
C58M0Y40K3 
(58%,0%,40%,3%)
(0.58/0.00/0.40/0.03)	

CMYK percentages

%57.89
%0
%39.68
%3.14

Codes

Color #68F795 in popluar color models

68F795
RGB104247149
HSL139°89.94%68.82%
HSB/HSV139°57.89%96.86%
CMYK57.89%0.00%39.68%
3.14%

Color #68F795 in popluar number systems.

HEX68F795
Decimal104247149
Binary11010001111011110010101
Octal150367225

Shades and tints

Shades of #68F795

#68F795
(104,247,149)
#5FE188
(95,225,136)
#56CB7B
(86,203,123)
#4DB56E
(77,181,110)
#449F61
(68,159,97)
#3B8954
(59,137,84)
#327347
(50,115,71)
#295D3A
(41,93,58)
#20472D
(32,71,45)
#173120
(23,49,32)
#0E1B13
(14,27,19)
#000000
(0,0,0)

Tints of #68F795

#68F795
(104,247,149)
#75F79E
(117,247,158)
#82F7A7
(130,247,167)
#8FF7B0
(143,247,176)
#9CF7B9
(156,247,185)
#A9F7C2
(169,247,194)
#B6F7CB
(182,247,203)
#C3F7D4
(195,247,212)
#D0F7DD
(208,247,221)
#DDF7E6
(221,247,230)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F795 color. Also use rgb(104,247,149) instead hex code.

Text Font Color

.myTextColor { color: #68F795; }

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

This text font color is #68F795.


Background Color

.myBgColor { background-color: #68F795; }

<div style="background-color:#68F795">Inner text</div>

This div background color is #68F795.


Border color

.myBorderColor { border: 1px solid #68F795; }

<div style="border:3px solid #68F795">Div</div>

This div border color is #68F795.


Opacity

.myOpacity80 { color: #68F795; opacity: 0.8; }

<p style="color:#68F795;opacity:0.8;">80%</p>

Text with #68F795 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 #68F795;}

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

This text has shadow with #68F795 color.

.textShadow {text-shadow: 3px 3px 1px #68F795, 3px 3px 1px red;}

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

This text has shadow with #68F795 primary color and red secondary color.


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

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

This text has shadow with #68F795 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F795 on black background.


Color preview on white background

This text has color #68F795 on white background.



Black color preview on #68F795 background

This text has black color on #68F795 background.


White color preview on #68F795 background

This text has white color on #68F795 background.