HEX: #85CE58
RGB: (133,206,88)
#85CE58 contains mainly green color. Web safe color of #85CE58 is #99CC66 (or #9C6).
#85CE58 color RGB value is (133,206,88).
RGB: (133,206,88)
(52%, 81%, 35%)
R 133 of 255 = 52%
G 206 of 255 = 81%
B 88 of 255 = 35%
R + G + B ~ 56%. #85CE58 is middle color (not dark and not light).
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'%
#85CE58 color CMYK value is (35,0,57,19).
CMYK: (35,0,57,19)
C35M0Y57K19 (35%, 0%, 57%, 19%)
(0.35 / 0.00 / 0.57 / 0.19)
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 of #85CE58
Tints of #85CE58
Examples of css and html codes for elements with #85CE58 color. Also use rgb(133,206,88) instead hex code.
.myTextColor { color: #85CE58; }
<p style="color:#85CE58">This sample text font color is #85CE58.</p>
This text font color is #85CE58.
.myBgColor { background-color: #85CE58; }
<div style="background-color:#85CE58">Inner text</div>
This div background color is #85CE58.
.myBorderColor { border: 1px solid #85CE58; }
<div style="border:3px solid #85CE58">Div</div>
This div border color is #85CE58.
.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%.
.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.
/* 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 text has color #85CE58 on black background.
This text has color #85CE58 on white background.
This text has black color on #85CE58 background.
This text has white color on #85CE58 background.
Complementary color for #hex is #7A31A7.