COLOR #68D24F

HEX: #68D24F RGB: (104,210,79)

Color info

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

RGB color model

#68D24F color RGB value is (104,210,79).

RGB: (104,210,79) (41%, 82%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 210 of 255 = 82%
B 79 of 255 = 31%

104
210
79

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

Portions of RGB colors in percentages

R + G + B = 104 + 210 + 79 = 393 (100%)
R 104 of 393 ~ 26.46%
G 210 of 393 ~ 53.44%
B 79 of 393 ~ 20.1'%

%26.46
%53.44
%20.1

CMYK color model

#68D24F color CMYK value is (50,0,62,18).

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 62.38%
  • key color value is 17.65%

CMYK: (50,0,62,18)
C50M0Y62K18 (50%, 0%, 62%, 18%)
(0.50 / 0.00 / 0.62 / 0.18)

CMYK percentages

%50.48
%0
%62.38
%17.65

Codes

Color #68D24F in popluar color models

68 D2 4F
RGB 104 210 79
HSL 109° 59.28% 56.67%
HSB/HSV 109° 62.38% 82.35%
CMYK 50.48% 0.00% 62.38%
17.65%

Color #68D24F in popluar number systems.

HEX 68 D2 4F
Decimal 104 210 79
Binary 1101000 11010010 1001111
Octal 150 322 117

Shades and tints

Shades of #68D24F

#68D24F
(104,210,79)
#5FBF48
(95,191,72)
#56AC41
(86,172,65)
#4D993A
(77,153,58)
#448633
(68,134,51)
#3B732C
(59,115,44)
#326025
(50,96,37)
#294D1E
(41,77,30)
#203A17
(32,58,23)
#172710
(23,39,16)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #68D24F

#68D24F
(104,210,79)
#75D65F
(117,214,95)
#82DA6F
(130,218,111)
#8FDE7F
(143,222,127)
#9CE28F
(156,226,143)
#A9E69F
(169,230,159)
#B6EAAF
(182,234,175)
#C3EEBF
(195,238,191)
#D0F2CF
(208,242,207)
#DDF6DF
(221,246,223)
#EAFAEF
(234,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D24F; }

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

This text font color is #68D24F.

Background Color

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

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

This div background color is #68D24F.

Border color

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

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

This div border color is #68D24F.

Opacity

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

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

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

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

This text has shadow with #68D24F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D24F.

Preview

Color preview on black background

This text has color #68D24F on black background.


Color preview on white background

This text has color #68D24F on white background.


Black color preview on #68D24F background

This text has black color on #68D24F background.


White color preview on #68D24F background

This text has white color on #68D24F background.


Related colors

Complementary color

Complementary color for #hex is #972DB0.


I love getcolorcode.com

Triadic colors

1 #4F68D2 and #D24F68 with #68D24F are triadic colors.

2 #4FD268 and #D2684F with #68D24F are triadic colors.