HEX: #85BE40
RGB: (133,190,64)
#85BE40 contains mainly red and green colors. Web safe color of #85BE40 is #99CC33 (or #9C3).
#85BE40 color RGB value is (133,190,64).
RGB: (133,190,64)
(52%, 75%, 25%)
R 133 of 255 = 52%
G 190 of 255 = 75%
B 64 of 255 = 25%
R + G + B ~ 51%. #85BE40 is middle color (not dark and not light).
R + G + B = 133 + 190 + 64 = 387 (100%)
R 133 of 387 ~ 34.37%
G 190 of 387 ~ 49.1%
B 64 of 387 ~ 16.54'%
#85BE40 color CMYK value is (30,0,66,25).
CMYK: (30,0,66,25)
C30M0Y66K25 (30%, 0%, 66%, 25%)
(0.30 / 0.00 / 0.66 / 0.25)
Color #85BE40 in popluar color models
85 | BE | 40 | |
---|---|---|---|
RGB | 133 | 190 | 64 |
HSL | 87° | 49.61% | 49.80% |
HSB/HSV | 87° | 66.32% | 74.51% |
CMYK | 30.00% | 0.00% | 66.32% |
25.49% |
Color #85BE40 in popluar number systems.
HEX | 85 | BE | 40 |
Decimal | 133 | 190 | 64 |
Binary | 10000101 | 10111110 | 1000000 |
Octal | 205 | 276 | 100 |
Shades of #85BE40
Tints of #85BE40
Examples of css and html codes for elements with #85BE40 color. Also use rgb(133,190,64) instead hex code.
.myTextColor { color: #85BE40; }
<p style="color:#85BE40">This sample text font color is #85BE40.</p>
This text font color is #85BE40.
.myBgColor { background-color: #85BE40; }
<div style="background-color:#85BE40">Inner text</div>
This div background color is #85BE40.
.myBorderColor { border: 1px solid #85BE40; }
<div style="border:3px solid #85BE40">Div</div>
This div border color is #85BE40.
.myOpacity80 { color: #85BE40; opacity: 0.8; }
<p style="color:#85BE40;opacity:0.8;">80%</p>
Text with #85BE40 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85BE40;}
<p style="text-shadow: 3px 3px 1px #85BE40">Text here.</p>
This text has shadow with #85BE40 color.
.textShadow {text-shadow: 3px 3px 1px #85BE40', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85BE40, 5px 5px 20px red">Text here.</p>
This text has shadow with #85BE40 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85BE40, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85BE40, Direction=45, Strength=4)">Text</p>
This text has shadow with #85BE40 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85BE40;
-webkit-box-shadow: 1px 1px 3px 2px #85BE40;
box-shadow: 1px 1px 3px 2px #85BE40;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85BE40; -webkit-box-shadow: 1px 1px 3px 2px #85BE40; box-shadow:1px 1px 3px 2px #85BE40;">
Div content here
</div>
This text has color #85BE40 on black background.
This text has color #85BE40 on white background.
This text has black color on #85BE40 background.
This text has white color on #85BE40 background.
Complementary color for #hex is #7A41BF.