COLOR #68DB4A

HEX: #68DB4A
RGB: (104,219,74)

Color info

#68DB4A contains mainly green color. Web safe color of #68DB4A is #66CC33 (or #6C3).

RGB color model

#68DB4A color RGB value is (104,219,74).

  • red value is 104;
  • green value is 219;
  • blue value is 74.
RGB:
(104,219,74)
(41%,86%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 219 of 255 = 86%
B 74 of 255 = 29%

104
219
74

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

Portions of RGB colors in percentages

R + G + B =
104 + 219 + 74 = 397 (100%)
R 104 of 397 ~ 26.2%
G 219 of 397 ~ 55.16%
B 74 of 397 ~ 18.64%

%26.2
%55.16
%18.64

CMYK color model

#68DB4A color CMYK value is (53,0,66,14).

  • cyan value is 52.51%
  • magenta value is 0.00%
  • yellow value is 66.21%
  • key color value is 14.12%
CMYK:
(53,0,66,14)
C53M0Y66K14 
(53%,0%,66%,14%)
(0.53/0.00/0.66/0.14)	

CMYK percentages

%52.51
%0
%66.21
%14.12

Codes

Color #68DB4A in popluar color models

68DB4A
RGB10421974
HSL108°66.82%57.45%
HSB/HSV108°66.21%85.88%
CMYK52.51%0.00%66.21%
14.12%

Color #68DB4A in popluar number systems.

HEX68DB4A
Decimal10421974
Binary1101000110110111001010
Octal150333112

Shades and tints

Shades of #68DB4A

#68DB4A
(104,219,74)
#5FC844
(95,200,68)
#56B53E
(86,181,62)
#4DA238
(77,162,56)
#448F32
(68,143,50)
#3B7C2C
(59,124,44)
#326926
(50,105,38)
#295620
(41,86,32)
#20431A
(32,67,26)
#173014
(23,48,20)
#0E1D0E
(14,29,14)
#000000
(0,0,0)

Tints of #68DB4A

#68DB4A
(104,219,74)
#75DE5A
(117,222,90)
#82E16A
(130,225,106)
#8FE47A
(143,228,122)
#9CE78A
(156,231,138)
#A9EA9A
(169,234,154)
#B6EDAA
(182,237,170)
#C3F0BA
(195,240,186)
#D0F3CA
(208,243,202)
#DDF6DA
(221,246,218)
#EAF9EA
(234,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68DB4A; }

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

This text font color is #68DB4A.


Background Color

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

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

This div background color is #68DB4A.


Border color

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

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

This div border color is #68DB4A.


Opacity

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

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

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

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

This text has shadow with #68DB4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68DB4A on black background.


Color preview on white background

This text has color #68DB4A on white background.



Black color preview on #68DB4A background

This text has black color on #68DB4A background.


White color preview on #68DB4A background

This text has white color on #68DB4A background.