COLOR #68DD64

HEX: #68DD64 RGB: (104,221,100)

Color info

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

RGB color model

#68DD64 color RGB value is (104,221,100).

RGB: (104,221,100) (41%, 87%, 39%)

RGB channels and saturation

R 104 of 255 = 41%
G 221 of 255 = 87%
B 100 of 255 = 39%

104
221
100

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

Portions of RGB colors in percentages

R + G + B = 104 + 221 + 100 = 425 (100%)
R 104 of 425 ~ 24.47%
G 221 of 425 ~ 52%
B 100 of 425 ~ 23.53'%

%24.47
%52
%23.53

CMYK color model

#68DD64 color CMYK value is (53,0,55,13).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 54.75%
  • key color value is 13.33%

CMYK: (53,0,55,13)
C53M0Y55K13 (53%, 0%, 55%, 13%)
(0.53 / 0.00 / 0.55 / 0.13)

CMYK percentages

%52.94
%0
%54.75
%13.33

Codes

Color #68DD64 in popluar color models

68 DD 64
RGB 104 221 100
HSL 118° 64.02% 62.94%
HSB/HSV 118° 54.75% 86.67%
CMYK 52.94% 0.00% 54.75%
13.33%

Color #68DD64 in popluar number systems.

HEX 68 DD 64
Decimal 104 221 100
Binary 1101000 11011101 1100100
Octal 150 335 144

Shades and tints

Shades of #68DD64

#68DD64
(104,221,100)
#5FC95B
(95,201,91)
#56B552
(86,181,82)
#4DA149
(77,161,73)
#448D40
(68,141,64)
#3B7937
(59,121,55)
#32652E
(50,101,46)
#295125
(41,81,37)
#203D1C
(32,61,28)
#172913
(23,41,19)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #68DD64

#68DD64
(104,221,100)
#75E072
(117,224,114)
#82E380
(130,227,128)
#8FE68E
(143,230,142)
#9CE99C
(156,233,156)
#A9ECAA
(169,236,170)
#B6EFB8
(182,239,184)
#C3F2C6
(195,242,198)
#D0F5D4
(208,245,212)
#DDF8E2
(221,248,226)
#EAFBF0
(234,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68DD64; }

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

This text font color is #68DD64.

Background Color

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

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

This div background color is #68DD64.

Border color

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

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

This div border color is #68DD64.

Opacity

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

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

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

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

This text has shadow with #68DD64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68DD64.

Preview

Color preview on black background

This text has color #68DD64 on black background.


Color preview on white background

This text has color #68DD64 on white background.


Black color preview on #68DD64 background

This text has black color on #68DD64 background.


White color preview on #68DD64 background

This text has white color on #68DD64 background.


Related colors

Complementary color

Complementary color for #68DD64 is #97229B.


I love getcolorcode.com

Triadic colors

1 #6468DD and #DD6468 with #68DD64 are triadic colors.

2 #64DD68 and #DD6864 with #68DD64 are triadic colors.