HEX: #58B55C
RGB: (88,181,92)
#58B55C contains mainly green color. Web safe color of #58B55C is #66CC66 (or #6C6).
#58B55C color RGB value is (88,181,92).
RGB: (88,181,92)
(35%, 71%, 36%)
R 88 of 255 = 35%
G 181 of 255 = 71%
B 92 of 255 = 36%
R + G + B ~ 47%. #58B55C is middle color (not dark and not light).
R + G + B = 88 + 181 + 92 = 361 (100%)
R 88 of 361 ~ 24.38%
G 181 of 361 ~ 50.14%
B 92 of 361 ~ 25.48'%
#58B55C color CMYK value is (51,0,49,29).
CMYK: (51,0,49,29)
C51M0Y49K29 (51%, 0%, 49%, 29%)
(0.51 / 0.00 / 0.49 / 0.29)
Color #58B55C in popluar color models
58 | B5 | 5C | |
---|---|---|---|
RGB | 88 | 181 | 92 |
HSL | 123° | 38.59% | 52.75% |
HSB/HSV | 123° | 51.38% | 70.98% |
CMYK | 51.38% | 0.00% | 49.17% |
29.02% |
Color #58B55C in popluar number systems.
HEX | 58 | B5 | 5C |
Decimal | 88 | 181 | 92 |
Binary | 1011000 | 10110101 | 1011100 |
Octal | 130 | 265 | 134 |
Shades of #58B55C
Tints of #58B55C
Examples of css and html codes for elements with #58B55C color. Also use rgb(88,181,92) instead hex code.
.myTextColor { color: #58B55C; }
<p style="color:#58B55C">This sample text font color is #58B55C.</p>
This text font color is #58B55C.
.myBgColor { background-color: #58B55C; }
<div style="background-color:#58B55C">Inner text</div>
This div background color is #58B55C.
.myBorderColor { border: 1px solid #58B55C; }
<div style="border:3px solid #58B55C">Div</div>
This div border color is #58B55C.
.myOpacity80 { color: #58B55C; opacity: 0.8; }
<p style="color:#58B55C;opacity:0.8;">80%</p>
Text with #58B55C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58B55C;}
<p style="text-shadow: 3px 3px 1px #58B55C">Text here.</p>
This text has shadow with #58B55C color.
.textShadow {text-shadow: 3px 3px 1px #58B55C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58B55C, 5px 5px 20px red">Text here.</p>
This text has shadow with #58B55C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58B55C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58B55C, Direction=45, Strength=4)">Text</p>
This text has shadow with #58B55C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58B55C;
-webkit-box-shadow: 1px 1px 3px 2px #58B55C;
box-shadow: 1px 1px 3px 2px #58B55C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58B55C; -webkit-box-shadow: 1px 1px 3px 2px #58B55C; box-shadow:1px 1px 3px 2px #58B55C;">
Div content here
</div>
This text has color #58B55C on black background.
This text has color #58B55C on white background.
This text has black color on #58B55C background.
This text has white color on #58B55C background.
Complementary color for #hex is #A74AA3.