COLOR #68D258

HEX: #68D258
RGB: (104,210,88)

Color info

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

RGB color model

#68D258 color RGB value is (104,210,88).

  • red value is 104;
  • green value is 210;
  • blue value is 88.
RGB:
(104,210,88)
(41%,82%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 210 of 255 = 82%
B 88 of 255 = 35%

104
210
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 210 + 88 = 402 (100%)
R 104 of 402 ~ 25.87%
G 210 of 402 ~ 52.24%
B 88 of 402 ~ 21.89%

%25.87
%52.24
%21.89

CMYK color model

#68D258 color CMYK value is (50,0,58,18).

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 58.10%
  • key color value is 17.65%
CMYK:
(50,0,58,18)
C50M0Y58K18 
(50%,0%,58%,18%)
(0.50/0.00/0.58/0.18)	

CMYK percentages

%50.48
%0
%58.1
%17.65

Codes

Color #68D258 in popluar color models

68D258
RGB10421088
HSL112°57.55%58.43%
HSB/HSV112°58.10%82.35%
CMYK50.48%0.00%58.10%
17.65%

Color #68D258 in popluar number systems.

HEX68D258
Decimal10421088
Binary1101000110100101011000
Octal150322130

Shades and tints

Shades of #68D258

#68D258
(104,210,88)
#5FBF50
(95,191,80)
#56AC48
(86,172,72)
#4D9940
(77,153,64)
#448638
(68,134,56)
#3B7330
(59,115,48)
#326028
(50,96,40)
#294D20
(41,77,32)
#203A18
(32,58,24)
#172710
(23,39,16)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #68D258

#68D258
(104,210,88)
#75D667
(117,214,103)
#82DA76
(130,218,118)
#8FDE85
(143,222,133)
#9CE294
(156,226,148)
#A9E6A3
(169,230,163)
#B6EAB2
(182,234,178)
#C3EEC1
(195,238,193)
#D0F2D0
(208,242,208)
#DDF6DF
(221,246,223)
#EAFAEE
(234,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D258; }

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

This text font color is #68D258.


Background Color

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

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

This div background color is #68D258.


Border color

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

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

This div border color is #68D258.


Opacity

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

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

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

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

This text has shadow with #68D258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D258 on black background.


Color preview on white background

This text has color #68D258 on white background.



Black color preview on #68D258 background

This text has black color on #68D258 background.


White color preview on #68D258 background

This text has white color on #68D258 background.