COLOR #68CE68

HEX: #68CE68
RGB: (104,206,104)

Color info

#68CE68 contains mainly green color. Web safe color of #68CE68 is #66CC66 (or #6C6).

RGB color model

#68CE68 color RGB value is (104,206,104).

  • red value is 104;
  • green value is 206;
  • blue value is 104.
RGB:
(104,206,104)
(41%,81%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 206 of 255 = 81%
B 104 of 255 = 41%

104
206
104

R + G + B ~ 54%. #68CE68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 206 + 104 = 414 (100%)
R 104 of 414 ~ 25.12%
G 206 of 414 ~ 49.76%
B 104 of 414 ~ 25.12%

%25.12
%49.76
%25.12

CMYK color model

#68CE68 color CMYK value is (50,0,50,19).

  • cyan value is 49.51%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 19.22%
CMYK:
(50,0,50,19)
C50M0Y50K19 
(50%,0%,50%,19%)
(0.50/0.00/0.50/0.19)	

CMYK percentages

%49.51
%0
%49.51
%19.22

Codes

Color #68CE68 in popluar color models

68CE68
RGB104206104
HSL120°51.00%60.78%
HSB/HSV120°49.51%80.78%
CMYK49.51%0.00%49.51%
19.22%

Color #68CE68 in popluar number systems.

HEX68CE68
Decimal104206104
Binary1101000110011101101000
Octal150316150

Shades and tints

Shades of #68CE68

#68CE68
(104,206,104)
#5FBC5F
(95,188,95)
#56AA56
(86,170,86)
#4D984D
(77,152,77)
#448644
(68,134,68)
#3B743B
(59,116,59)
#326232
(50,98,50)
#295029
(41,80,41)
#203E20
(32,62,32)
#172C17
(23,44,23)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #68CE68

#68CE68
(104,206,104)
#75D275
(117,210,117)
#82D682
(130,214,130)
#8FDA8F
(143,218,143)
#9CDE9C
(156,222,156)
#A9E2A9
(169,226,169)
#B6E6B6
(182,230,182)
#C3EAC3
(195,234,195)
#D0EED0
(208,238,208)
#DDF2DD
(221,242,221)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68CE68; }

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

This text font color is #68CE68.


Background Color

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

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

This div background color is #68CE68.


Border color

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

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

This div border color is #68CE68.


Opacity

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

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

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

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

This text has shadow with #68CE68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CE68 on black background.


Color preview on white background

This text has color #68CE68 on white background.



Black color preview on #68CE68 background

This text has black color on #68CE68 background.


White color preview on #68CE68 background

This text has white color on #68CE68 background.