COLOR #68C457

HEX: #68C457
RGB: (104,196,87)

Color info

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

RGB color model

#68C457 color RGB value is (104,196,87).

  • red value is 104;
  • green value is 196;
  • blue value is 87.
RGB:
(104,196,87)
(41%,77%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 196 of 255 = 77%
B 87 of 255 = 34%

104
196
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 196 + 87 = 387 (100%)
R 104 of 387 ~ 26.87%
G 196 of 387 ~ 50.65%
B 87 of 387 ~ 22.48%

%26.87
%50.65
%22.48

CMYK color model

#68C457 color CMYK value is (47,0,56,23).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 55.61%
  • key color value is 23.14%
CMYK:
(47,0,56,23)
C47M0Y56K23 
(47%,0%,56%,23%)
(0.47/0.00/0.56/0.23)	

CMYK percentages

%46.94
%0
%55.61
%23.14

Codes

Color #68C457 in popluar color models

68C457
RGB10419687
HSL111°48.02%55.49%
HSB/HSV111°55.61%76.86%
CMYK46.94%0.00%55.61%
23.14%

Color #68C457 in popluar number systems.

HEX68C457
Decimal10419687
Binary1101000110001001010111
Octal150304127

Shades and tints

Shades of #68C457

#68C457
(104,196,87)
#5FB350
(95,179,80)
#56A249
(86,162,73)
#4D9142
(77,145,66)
#44803B
(68,128,59)
#3B6F34
(59,111,52)
#325E2D
(50,94,45)
#294D26
(41,77,38)
#203C1F
(32,60,31)
#172B18
(23,43,24)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #68C457

#68C457
(104,196,87)
#75C966
(117,201,102)
#82CE75
(130,206,117)
#8FD384
(143,211,132)
#9CD893
(156,216,147)
#A9DDA2
(169,221,162)
#B6E2B1
(182,226,177)
#C3E7C0
(195,231,192)
#D0ECCF
(208,236,207)
#DDF1DE
(221,241,222)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C457; }

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

This text font color is #68C457.


Background Color

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

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

This div background color is #68C457.


Border color

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

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

This div border color is #68C457.


Opacity

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

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

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

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

This text has shadow with #68C457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C457 on black background.


Color preview on white background

This text has color #68C457 on white background.



Black color preview on #68C457 background

This text has black color on #68C457 background.


White color preview on #68C457 background

This text has white color on #68C457 background.