COLOR #85CE58

HEX: #85CE58 RGB: (133,206,88)

Color info

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

RGB color model

#85CE58 color RGB value is (133,206,88).

RGB: (133,206,88) (52%, 81%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 206 of 255 = 81%
B 88 of 255 = 35%

133
206
88

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

Portions of RGB colors in percentages

R + G + B = 133 + 206 + 88 = 427 (100%)
R 133 of 427 ~ 31.15%
G 206 of 427 ~ 48.24%
B 88 of 427 ~ 20.61'%

%31.15
%48.24
%20.61

CMYK color model

#85CE58 color CMYK value is (35,0,57,19).

  • cyan value is 35.44%
  • magenta value is 0.00%
  • yellow value is 57.28%
  • key color value is 19.22%

CMYK: (35,0,57,19)
C35M0Y57K19 (35%, 0%, 57%, 19%)
(0.35 / 0.00 / 0.57 / 0.19)

CMYK percentages

%35.44
%0
%57.28
%19.22

Codes

Color #85CE58 in popluar color models

85 CE 58
RGB 133 206 88
HSL 97° 54.63% 57.65%
HSB/HSV 97° 57.28% 80.78%
CMYK 35.44% 0.00% 57.28%
19.22%

Color #85CE58 in popluar number systems.

HEX 85 CE 58
Decimal 133 206 88
Binary 10000101 11001110 1011000
Octal 205 316 130

Shades and tints

Shades of #85CE58

#85CE58
(133,206,88)
#79BC50
(121,188,80)
#6DAA48
(109,170,72)
#619840
(97,152,64)
#558638
(85,134,56)
#497430
(73,116,48)
#3D6228
(61,98,40)
#315020
(49,80,32)
#253E18
(37,62,24)
#192C10
(25,44,16)
#0D1A08
(13,26,8)
#000000
(0,0,0)

Tints of #85CE58

#85CE58
(133,206,88)
#90D267
(144,210,103)
#9BD676
(155,214,118)
#A6DA85
(166,218,133)
#B1DE94
(177,222,148)
#BCE2A3
(188,226,163)
#C7E6B2
(199,230,178)
#D2EAC1
(210,234,193)
#DDEED0
(221,238,208)
#E8F2DF
(232,242,223)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CE58 color. Also use rgb(133,206,88) instead hex code.

Text Font Color

.myTextColor { color: #85CE58; }

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

This text font color is #85CE58.

Background Color

.myBgColor { background-color: #85CE58; }

<div style="background-color:#85CE58">Inner text</div>

This div background color is #85CE58.

Border color

.myBorderColor { border: 1px solid #85CE58; }

<div style="border:3px solid #85CE58">Div</div>

This div border color is #85CE58.

Opacity

.myOpacity80 { color: #85CE58; opacity: 0.8; }

<p style="color:#85CE58;opacity:0.8;">80%</p>

Text with #85CE58 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 #85CE58;}

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

This text has shadow with #85CE58 color.


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

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

This text has shadow with #85CE58 primary color and red secondary color.


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

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

This text has shadow with #85CE58 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85CE58.

Preview

Color preview on black background

This text has color #85CE58 on black background.


Color preview on white background

This text has color #85CE58 on white background.


Black color preview on #85CE58 background

This text has black color on #85CE58 background.


White color preview on #85CE58 background

This text has white color on #85CE58 background.


Related colors

Complementary color

Complementary color for #hex is #7A31A7.


I love getcolorcode.com

Triadic colors

1 #5885CE and #CE5885 with #85CE58 are triadic colors.

2 #58CE85 and #CE8558 with #85CE58 are triadic colors.