COLOR #68CB68

HEX: #68CB68
RGB: (104,203,104)

Color info

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

RGB color model

#68CB68 color RGB value is (104,203,104).

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

RGB channels and saturation

R 104 of 255 = 41%
G 203 of 255 = 80%
B 104 of 255 = 41%

104
203
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 203 + 104 = 411 (100%)
R 104 of 411 ~ 25.3%
G 203 of 411 ~ 49.39%
B 104 of 411 ~ 25.3%

%25.3
%49.39
%25.3

CMYK color model

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

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 20.39%
CMYK:
(49,0,49,20)
C49M0Y49K20 
(49%,0%,49%,20%)
(0.49/0.00/0.49/0.20)	

CMYK percentages

%48.77
%0
%48.77
%20.39

Codes

Color #68CB68 in popluar color models

68CB68
RGB104203104
HSL120°48.77%60.20%
HSB/HSV120°48.77%79.61%
CMYK48.77%0.00%48.77%
20.39%

Color #68CB68 in popluar number systems.

HEX68CB68
Decimal104203104
Binary1101000110010111101000
Octal150313150

Shades and tints

Shades of #68CB68

#68CB68
(104,203,104)
#5FB95F
(95,185,95)
#56A756
(86,167,86)
#4D954D
(77,149,77)
#448344
(68,131,68)
#3B713B
(59,113,59)
#325F32
(50,95,50)
#294D29
(41,77,41)
#203B20
(32,59,32)
#172917
(23,41,23)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #68CB68

#68CB68
(104,203,104)
#75CF75
(117,207,117)
#82D382
(130,211,130)
#8FD78F
(143,215,143)
#9CDB9C
(156,219,156)
#A9DFA9
(169,223,169)
#B6E3B6
(182,227,182)
#C3E7C3
(195,231,195)
#D0EBD0
(208,235,208)
#DDEFDD
(221,239,221)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68CB68; }

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

This text font color is #68CB68.


Background Color

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

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

This div background color is #68CB68.


Border color

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

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

This div border color is #68CB68.


Opacity

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

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

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

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

This text has shadow with #68CB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CB68 on black background.


Color preview on white background

This text has color #68CB68 on white background.



Black color preview on #68CB68 background

This text has black color on #68CB68 background.


White color preview on #68CB68 background

This text has white color on #68CB68 background.