COLOR #86CF57

HEX: #86CF57 RGB: (134,207,87)

Color info

#86CF57 contains mainly green color. Web safe color of #86CF57 is #99CC66 (or #9C6).

RGB color model

#86CF57 color RGB value is (134,207,87).

RGB: (134,207,87) (53%, 81%, 34%)

RGB channels and saturation

R 134 of 255 = 53%
G 207 of 255 = 81%
B 87 of 255 = 34%

134
207
87

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

Portions of RGB colors in percentages

R + G + B = 134 + 207 + 87 = 428 (100%)
R 134 of 428 ~ 31.31%
G 207 of 428 ~ 48.36%
B 87 of 428 ~ 20.33'%

%31.31
%48.36
%20.33

CMYK color model

#86CF57 color CMYK value is (35,0,58,19).

  • cyan value is 35.27%
  • magenta value is 0.00%
  • yellow value is 57.97%
  • key color value is 18.82%
CMYK: (35,0,58,19) C35M0Y58K19 (35%,0%,58%,19%) (0.35/0.00/0.58/0.19) 

CMYK percentages

%35.27
%0
%57.97
%18.82

Codes

Color #86CF57 in popluar color models

86 CF 57
RGB 134 207 87
HSL 97° 55.56% 57.65%
HSB/HSV 97° 57.97% 81.18%
CMYK 35.27% 0.00% 57.97%
18.82%

Color #86CF57 in popluar number systems.

HEX 86 CF 57
Decimal 134 207 87
Binary 10000110 11001111 1010111
Octal 206 317 127

Shades and tints

Shades of #86CF57

#86CF57
(134,207,87)
#7ABD50
(122,189,80)
#6EAB49
(110,171,73)
#629942
(98,153,66)
#56873B
(86,135,59)
#4A7534
(74,117,52)
#3E632D
(62,99,45)
#325126
(50,81,38)
#263F1F
(38,63,31)
#1A2D18
(26,45,24)
#0E1B11
(14,27,17)
#000000
(0,0,0)

Tints of #86CF57

#86CF57
(134,207,87)
#91D366
(145,211,102)
#9CD775
(156,215,117)
#A7DB84
(167,219,132)
#B2DF93
(178,223,147)
#BDE3A2
(189,227,162)
#C8E7B1
(200,231,177)
#D3EBC0
(211,235,192)
#DEEFCF
(222,239,207)
#E9F3DE
(233,243,222)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86CF57 color. Also use rgb(134,207,87) instead hex code.

Text Font Color

.myTextColor { color: #86CF57; }

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

This text font color is #86CF57.

Background Color

.myBgColor { background-color: #86CF57; }

<div style="background-color:#86CF57">Inner text</div>

This div background color is #86CF57.

Border color

.myBorderColor { border: 1px solid #86CF57; }

<div style="border:3px solid #86CF57">Div</div>

This div border color is #86CF57.

Opacity

.myOpacity80 { color: #86CF57; opacity: 0.8; }

<p style="color:#86CF57;opacity:0.8;">80%</p>

Text with #86CF57 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 #86CF57;}

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

This text has shadow with #86CF57 color.


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

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

This text has shadow with #86CF57 primary color and red secondary color.


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

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

This text has shadow with #86CF57 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #86CF57.

Preview

Color preview on black background

This text has color #86CF57 on black background.


Color preview on white background

This text has color #86CF57 on white background.


Black color preview on #86CF57 background

This text has black color on #86CF57 background.


White color preview on #86CF57 background

This text has white color on #86CF57 background.


Related colors

Complementary color

Complementary color for #hex is #7930A8.


I love getcolorcode.com

Triadic colors

1 #5786CF and #CF5786 with #86CF57 are triadic colors.

2 #57CF86 and #CF8657 with #86CF57 are triadic colors.