COLOR #68D465

HEX: #68D465
RGB: (104,212,101)

Color info

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

RGB color model

#68D465 color RGB value is (104,212,101).

  • red value is 104;
  • green value is 212;
  • blue value is 101.
RGB:
(104,212,101)
(41%,83%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 212 of 255 = 83%
B 101 of 255 = 40%

104
212
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 212 + 101 = 417 (100%)
R 104 of 417 ~ 24.94%
G 212 of 417 ~ 50.84%
B 101 of 417 ~ 24.22%

%24.94
%50.84
%24.22

CMYK color model

#68D465 color CMYK value is (51,0,52,17).

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 16.86%
CMYK:
(51,0,52,17)
C51M0Y52K17 
(51%,0%,52%,17%)
(0.51/0.00/0.52/0.17)	

CMYK percentages

%50.94
%0
%52.36
%16.86

Codes

Color #68D465 in popluar color models

68D465
RGB104212101
HSL118°56.35%61.37%
HSB/HSV118°52.36%83.14%
CMYK50.94%0.00%52.36%
16.86%

Color #68D465 in popluar number systems.

HEX68D465
Decimal104212101
Binary1101000110101001100101
Octal150324145

Shades and tints

Shades of #68D465

#68D465
(104,212,101)
#5FC15C
(95,193,92)
#56AE53
(86,174,83)
#4D9B4A
(77,155,74)
#448841
(68,136,65)
#3B7538
(59,117,56)
#32622F
(50,98,47)
#294F26
(41,79,38)
#203C1D
(32,60,29)
#172914
(23,41,20)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #68D465

#68D465
(104,212,101)
#75D773
(117,215,115)
#82DA81
(130,218,129)
#8FDD8F
(143,221,143)
#9CE09D
(156,224,157)
#A9E3AB
(169,227,171)
#B6E6B9
(182,230,185)
#C3E9C7
(195,233,199)
#D0ECD5
(208,236,213)
#DDEFE3
(221,239,227)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D465; }

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

This text font color is #68D465.


Background Color

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

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

This div background color is #68D465.


Border color

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

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

This div border color is #68D465.


Opacity

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

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

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

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

This text has shadow with #68D465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D465 on black background.


Color preview on white background

This text has color #68D465 on white background.



Black color preview on #68D465 background

This text has black color on #68D465 background.


White color preview on #68D465 background

This text has white color on #68D465 background.