COLOR #68FF87

HEX: #68FF87 RGB: (104,255,135)

Color info

#68FF87 contains mainly green color. Web safe color of #68FF87 is #66FF99 (or #6F9).

RGB color model

#68FF87 color RGB value is (104,255,135).

RGB: (104,255,135) (41%, 100%, 53%)

RGB channels and saturation

R 104 of 255 = 41%
G 255 of 255 = 100%
B 135 of 255 = 53%

104
255
135

R + G + B ~ 65%. #68FF87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 255 + 135 = 494 (100%)
R 104 of 494 ~ 21.05%
G 255 of 494 ~ 51.62%
B 135 of 494 ~ 27.33'%

%21.05
%51.62
%27.33

CMYK color model

#68FF87 color CMYK value is (59,0,47,0).

  • cyan value is 59.22%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 0.00%

CMYK: (59,0,47,0)
C59M0Y47K0 (59%, 0%, 47%, 0%)
(0.59 / 0.00 / 0.47 / 0.00)

CMYK percentages

%59.22
%0
%47.06
%0

Codes

Color #68FF87 in popluar color models

68 FF 87
RGB 104 255 135
HSL 132° 100.00% 70.39%
HSB/HSV 132° 59.22% 100.00%
CMYK 59.22% 0.00% 47.06%
0.00%

Color #68FF87 in popluar number systems.

HEX 68 FF 87
Decimal 104 255 135
Binary 1101000 11111111 10000111
Octal 150 377 207

Shades and tints

Shades of #68FF87

#68FF87
(104,255,135)
#5FE87B
(95,232,123)
#56D16F
(86,209,111)
#4DBA63
(77,186,99)
#44A357
(68,163,87)
#3B8C4B
(59,140,75)
#32753F
(50,117,63)
#295E33
(41,94,51)
#204727
(32,71,39)
#17301B
(23,48,27)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #68FF87

#68FF87
(104,255,135)
#75FF91
(117,255,145)
#82FF9B
(130,255,155)
#8FFFA5
(143,255,165)
#9CFFAF
(156,255,175)
#A9FFB9
(169,255,185)
#B6FFC3
(182,255,195)
#C3FFCD
(195,255,205)
#D0FFD7
(208,255,215)
#DDFFE1
(221,255,225)
#EAFFEB
(234,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68FF87; }

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

This text font color is #68FF87.

Background Color

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

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

This div background color is #68FF87.

Border color

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

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

This div border color is #68FF87.

Opacity

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

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

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

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

This text has shadow with #68FF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68FF87.

Preview

Color preview on black background

This text has color #68FF87 on black background.


Color preview on white background

This text has color #68FF87 on white background.


Black color preview on #68FF87 background

This text has black color on #68FF87 background.


White color preview on #68FF87 background

This text has white color on #68FF87 background.


Related colors

Complementary color

Complementary color for #hex is #970078.


I love getcolorcode.com

Triadic colors

1 #8768FF and #FF8768 with #68FF87 are triadic colors.

2 #87FF68 and #FF6887 with #68FF87 are triadic colors.