COLOR #68CD65

HEX: #68CD65
RGB: (104,205,101)

Color info

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

RGB color model

#68CD65 color RGB value is (104,205,101).

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

RGB channels and saturation

R 104 of 255 = 41%
G 205 of 255 = 80%
B 101 of 255 = 40%

104
205
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 205 + 101 = 410 (100%)
R 104 of 410 ~ 25.37%
G 205 of 410 ~ 50%
B 101 of 410 ~ 24.63%

%25.37
%50
%24.63

CMYK color model

#68CD65 color CMYK value is (49,0,51,20).

  • cyan value is 49.27%
  • magenta value is 0.00%
  • yellow value is 50.73%
  • key color value is 19.61%
CMYK:
(49,0,51,20)
C49M0Y51K20 
(49%,0%,51%,20%)
(0.49/0.00/0.51/0.20)	

CMYK percentages

%49.27
%0
%50.73
%19.61

Codes

Color #68CD65 in popluar color models

68CD65
RGB104205101
HSL118°50.98%60.00%
HSB/HSV118°50.73%80.39%
CMYK49.27%0.00%50.73%
19.61%

Color #68CD65 in popluar number systems.

HEX68CD65
Decimal104205101
Binary1101000110011011100101
Octal150315145

Shades and tints

Shades of #68CD65

#68CD65
(104,205,101)
#5FBB5C
(95,187,92)
#56A953
(86,169,83)
#4D974A
(77,151,74)
#448541
(68,133,65)
#3B7338
(59,115,56)
#32612F
(50,97,47)
#294F26
(41,79,38)
#203D1D
(32,61,29)
#172B14
(23,43,20)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #68CD65

#68CD65
(104,205,101)
#75D173
(117,209,115)
#82D581
(130,213,129)
#8FD98F
(143,217,143)
#9CDD9D
(156,221,157)
#A9E1AB
(169,225,171)
#B6E5B9
(182,229,185)
#C3E9C7
(195,233,199)
#D0EDD5
(208,237,213)
#DDF1E3
(221,241,227)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68CD65; }

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

This text font color is #68CD65.


Background Color

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

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

This div background color is #68CD65.


Border color

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

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

This div border color is #68CD65.


Opacity

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

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

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

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

This text has shadow with #68CD65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CD65 on black background.


Color preview on white background

This text has color #68CD65 on white background.



Black color preview on #68CD65 background

This text has black color on #68CD65 background.


White color preview on #68CD65 background

This text has white color on #68CD65 background.