HEX: #85EF5E
RGB: (133,239,94)
#85EF5E contains mainly green color. Web safe color of #85EF5E is #99FF66 (or #9F6).
#85EF5E color RGB value is (133,239,94).
RGB: (133,239,94)
(52%, 94%, 37%)
R 133 of 255 = 52%
G 239 of 255 = 94%
B 94 of 255 = 37%
R + G + B ~ 61%. #85EF5E is quite light color.
R + G + B = 133 + 239 + 94 = 466 (100%)
R 133 of 466 ~ 28.54%
G 239 of 466 ~ 51.29%
B 94 of 466 ~ 20.17'%
#85EF5E color CMYK value is (44,0,61,6).
CMYK: (44,0,61,6)
C44M0Y61K6 (44%, 0%, 61%, 6%)
(0.44 / 0.00 / 0.61 / 0.06)
Color #85EF5E in popluar color models
85 | EF | 5E | |
---|---|---|---|
RGB | 133 | 239 | 94 |
HSL | 104° | 81.92% | 65.29% |
HSB/HSV | 104° | 60.67% | 93.73% |
CMYK | 44.35% | 0.00% | 60.67% |
6.27% |
Color #85EF5E in popluar number systems.
HEX | 85 | EF | 5E |
Decimal | 133 | 239 | 94 |
Binary | 10000101 | 11101111 | 1011110 |
Octal | 205 | 357 | 136 |
Shades of #85EF5E
Tints of #85EF5E
Examples of css and html codes for elements with #85EF5E color. Also use rgb(133,239,94) instead hex code.
.myTextColor { color: #85EF5E; }
<p style="color:#85EF5E">This sample text font color is #85EF5E.</p>
This text font color is #85EF5E.
.myBgColor { background-color: #85EF5E; }
<div style="background-color:#85EF5E">Inner text</div>
This div background color is #85EF5E.
.myBorderColor { border: 1px solid #85EF5E; }
<div style="border:3px solid #85EF5E">Div</div>
This div border color is #85EF5E.
.myOpacity80 { color: #85EF5E; opacity: 0.8; }
<p style="color:#85EF5E;opacity:0.8;">80%</p>
Text with #85EF5E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85EF5E;}
<p style="text-shadow: 3px 3px 1px #85EF5E">Text here.</p>
This text has shadow with #85EF5E color.
.textShadow {text-shadow: 3px 3px 1px #85EF5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85EF5E, 5px 5px 20px red">Text here.</p>
This text has shadow with #85EF5E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85EF5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85EF5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #85EF5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85EF5E;
-webkit-box-shadow: 1px 1px 3px 2px #85EF5E;
box-shadow: 1px 1px 3px 2px #85EF5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85EF5E; -webkit-box-shadow: 1px 1px 3px 2px #85EF5E; box-shadow:1px 1px 3px 2px #85EF5E;">
Div content here
</div>
This text has color #85EF5E on black background.
This text has color #85EF5E on white background.
This text has black color on #85EF5E background.
This text has white color on #85EF5E background.
Complementary color for #85EF5E is #7A10A1.