COLOR #68EE7B

HEX: #68EE7B
RGB: (104,238,123)

Color info

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

RGB color model

#68EE7B color RGB value is (104,238,123).

  • red value is 104;
  • green value is 238;
  • blue value is 123.
RGB:
(104,238,123)
(41%,93%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 238 of 255 = 93%
B 123 of 255 = 48%

104
238
123

R + G + B ~ 61%. #68EE7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 238 + 123 = 465 (100%)
R 104 of 465 ~ 22.37%
G 238 of 465 ~ 51.18%
B 123 of 465 ~ 26.45%

%22.37
%51.18
%26.45

CMYK color model

#68EE7B color CMYK value is (56,0,48,7).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 48.32%
  • key color value is 6.67%
CMYK:
(56,0,48,7)
C56M0Y48K7 
(56%,0%,48%,7%)
(0.56/0.00/0.48/0.07)	

CMYK percentages

%56.3
%0
%48.32
%6.67

Codes

Color #68EE7B in popluar color models

68EE7B
RGB104238123
HSL129°79.76%67.06%
HSB/HSV129°56.30%93.33%
CMYK56.30%0.00%48.32%
6.67%

Color #68EE7B in popluar number systems.

HEX68EE7B
Decimal104238123
Binary1101000111011101111011
Octal150356173

Shades and tints

Shades of #68EE7B

#68EE7B
(104,238,123)
#5FD970
(95,217,112)
#56C465
(86,196,101)
#4DAF5A
(77,175,90)
#449A4F
(68,154,79)
#3B8544
(59,133,68)
#327039
(50,112,57)
#295B2E
(41,91,46)
#204623
(32,70,35)
#173118
(23,49,24)
#0E1C0D
(14,28,13)
#000000
(0,0,0)

Tints of #68EE7B

#68EE7B
(104,238,123)
#75EF87
(117,239,135)
#82F093
(130,240,147)
#8FF19F
(143,241,159)
#9CF2AB
(156,242,171)
#A9F3B7
(169,243,183)
#B6F4C3
(182,244,195)
#C3F5CF
(195,245,207)
#D0F6DB
(208,246,219)
#DDF7E7
(221,247,231)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68EE7B color. Also use rgb(104,238,123) instead hex code.

Text Font Color

.myTextColor { color: #68EE7B; }

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

This text font color is #68EE7B.


Background Color

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

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

This div background color is #68EE7B.


Border color

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

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

This div border color is #68EE7B.


Opacity

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

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

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

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

This text has shadow with #68EE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68EE7B on black background.


Color preview on white background

This text has color #68EE7B on white background.



Black color preview on #68EE7B background

This text has black color on #68EE7B background.


White color preview on #68EE7B background

This text has white color on #68EE7B background.