HEX: #04C615
RGB: (4,198,21)
#04C615 contains mainly green color. Web safe color of #04C615 is #00CC00 (or #0C0).
#04C615 color RGB value is (4,198,21).
RGB: (4,198,21)
(2%, 78%, 8%)
R 4 of 255 = 2%
G 198 of 255 = 78%
B 21 of 255 = 8%
R + G + B ~ 29%. #04C615 is quite dark color.
R + G + B = 4 + 198 + 21 = 223 (100%)
R 4 of 223 ~ 1.79%
G 198 of 223 ~ 88.79%
B 21 of 223 ~ 9.42'%
#04C615 color CMYK value is (98,0,89,22).
CMYK: (98,0,89,22)
C98M0Y89K22 (98%, 0%, 89%, 22%)
(0.98 / 0.00 / 0.89 / 0.22)
Color #04C615 in popluar color models
04 | C6 | 15 | |
---|---|---|---|
RGB | 4 | 198 | 21 |
HSL | 125° | 96.04% | 39.61% |
HSB/HSV | 125° | 97.98% | 77.65% |
CMYK | 97.98% | 0.00% | 89.39% |
22.35% |
Color #04C615 in popluar number systems.
HEX | 04 | C6 | 15 |
Decimal | 4 | 198 | 21 |
Binary | 100 | 11000110 | 10101 |
Octal | 4 | 306 | 25 |
Shades of #04C615
Tints of #04C615
Examples of css and html codes for elements with #04C615 color. Also use rgb(4,198,21) instead hex code.
.myTextColor { color: #04C615; }
<p style="color:#04C615">This sample text font color is #04C615.</p>
This text font color is #04C615.
.myBgColor { background-color: #04C615; }
<div style="background-color:#04C615">Inner text</div>
This div background color is #04C615.
.myBorderColor { border: 1px solid #04C615; }
<div style="border:3px solid #04C615">Div</div>
This div border color is #04C615.
.myOpacity80 { color: #04C615; opacity: 0.8; }
<p style="color:#04C615;opacity:0.8;">80%</p>
Text with #04C615 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #04C615;}
<p style="text-shadow: 3px 3px 1px #04C615">Text here.</p>
This text has shadow with #04C615 color.
.textShadow {text-shadow: 3px 3px 1px #04C615', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #04C615, 5px 5px 20px red">Text here.</p>
This text has shadow with #04C615 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04C615, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#04C615, Direction=45, Strength=4)">Text</p>
This text has shadow with #04C615 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #04C615;
-webkit-box-shadow: 1px 1px 3px 2px #04C615;
box-shadow: 1px 1px 3px 2px #04C615;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04C615; -webkit-box-shadow: 1px 1px 3px 2px #04C615; box-shadow:1px 1px 3px 2px #04C615;">
Div content here
</div>
This text has color #04C615 on black background.
This text has color #04C615 on white background.
This text has black color on #04C615 background.
This text has white color on #04C615 background.
Complementary color for #hex is #FB39EA.