HEX: #85E473
RGB: (133,228,115)
#85E473 contains mainly green color. Web safe color of #85E473 is #99CC66 (or #9C6).
#85E473 color RGB value is (133,228,115).
RGB: (133,228,115)
(52%, 89%, 45%)
R 133 of 255 = 52%
G 228 of 255 = 89%
B 115 of 255 = 45%
R + G + B ~ 62%. #85E473 is quite light color.
R + G + B = 133 + 228 + 115 = 476 (100%)
R 133 of 476 ~ 27.94%
G 228 of 476 ~ 47.9%
B 115 of 476 ~ 24.16'%
#85E473 color CMYK value is (42,0,50,11).
CMYK: (42,0,50,11)
C42M0Y50K11 (42%, 0%, 50%, 11%)
(0.42 / 0.00 / 0.50 / 0.11)
Color #85E473 in popluar color models
85 | E4 | 73 | |
---|---|---|---|
RGB | 133 | 228 | 115 |
HSL | 110° | 67.66% | 67.25% |
HSB/HSV | 110° | 49.56% | 89.41% |
CMYK | 41.67% | 0.00% | 49.56% |
10.59% |
Color #85E473 in popluar number systems.
HEX | 85 | E4 | 73 |
Decimal | 133 | 228 | 115 |
Binary | 10000101 | 11100100 | 1110011 |
Octal | 205 | 344 | 163 |
Shades of #85E473
Tints of #85E473
Examples of css and html codes for elements with #85E473 color. Also use rgb(133,228,115) instead hex code.
.myTextColor { color: #85E473; }
<p style="color:#85E473">This sample text font color is #85E473.</p>
This text font color is #85E473.
.myBgColor { background-color: #85E473; }
<div style="background-color:#85E473">Inner text</div>
This div background color is #85E473.
.myBorderColor { border: 1px solid #85E473; }
<div style="border:3px solid #85E473">Div</div>
This div border color is #85E473.
.myOpacity80 { color: #85E473; opacity: 0.8; }
<p style="color:#85E473;opacity:0.8;">80%</p>
Text with #85E473 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85E473;}
<p style="text-shadow: 3px 3px 1px #85E473">Text here.</p>
This text has shadow with #85E473 color.
.textShadow {text-shadow: 3px 3px 1px #85E473', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85E473, 5px 5px 20px red">Text here.</p>
This text has shadow with #85E473 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85E473, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85E473, Direction=45, Strength=4)">Text</p>
This text has shadow with #85E473 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85E473;
-webkit-box-shadow: 1px 1px 3px 2px #85E473;
box-shadow: 1px 1px 3px 2px #85E473;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85E473; -webkit-box-shadow: 1px 1px 3px 2px #85E473; box-shadow:1px 1px 3px 2px #85E473;">
Div content here
</div>
This text has color #85E473 on black background.
This text has color #85E473 on white background.
This text has black color on #85E473 background.
This text has white color on #85E473 background.
Complementary color for #85E473 is #7A1B8C.