HEX: #63D298
RGB: (99,210,152)
#63D298 contains mainly green and blue colors. Web safe color of #63D298 is #66CC99 (or #6C9).
#63D298 color RGB value is (99,210,152).
RGB: (99,210,152)
(39%, 82%, 60%)
R 99 of 255 = 39%
G 210 of 255 = 82%
B 152 of 255 = 60%
R + G + B ~ 60%. #63D298 is middle color (not dark and not light).
R + G + B = 99 + 210 + 152 = 461 (100%)
R 99 of 461 ~ 21.48%
G 210 of 461 ~ 45.55%
B 152 of 461 ~ 32.97'%
#63D298 color CMYK value is (53,0,28,18).
CMYK: (53,0,28,18)
C53M0Y28K18 (53%, 0%, 28%, 18%)
(0.53 / 0.00 / 0.28 / 0.18)
Color #63D298 in popluar color models
63 | D2 | 98 | |
---|---|---|---|
RGB | 99 | 210 | 152 |
HSL | 149° | 55.22% | 60.59% |
HSB/HSV | 149° | 52.86% | 82.35% |
CMYK | 52.86% | 0.00% | 27.62% |
17.65% |
Color #63D298 in popluar number systems.
HEX | 63 | D2 | 98 |
Decimal | 99 | 210 | 152 |
Binary | 1100011 | 11010010 | 10011000 |
Octal | 143 | 322 | 230 |
Shades of #63D298
Tints of #63D298
Examples of css and html codes for elements with #63D298 color. Also use rgb(99,210,152) instead hex code.
.myTextColor { color: #63D298; }
<p style="color:#63D298">This sample text font color is #63D298.</p>
This text font color is #63D298.
.myBgColor { background-color: #63D298; }
<div style="background-color:#63D298">Inner text</div>
This div background color is #63D298.
.myBorderColor { border: 1px solid #63D298; }
<div style="border:3px solid #63D298">Div</div>
This div border color is #63D298.
.myOpacity80 { color: #63D298; opacity: 0.8; }
<p style="color:#63D298;opacity:0.8;">80%</p>
Text with #63D298 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63D298;}
<p style="text-shadow: 3px 3px 1px #63D298">Text here.</p>
This text has shadow with #63D298 color.
.textShadow {text-shadow: 3px 3px 1px #63D298', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63D298, 5px 5px 20px red">Text here.</p>
This text has shadow with #63D298 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63D298, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63D298, Direction=45, Strength=4)">Text</p>
This text has shadow with #63D298 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63D298;
-webkit-box-shadow: 1px 1px 3px 2px #63D298;
box-shadow: 1px 1px 3px 2px #63D298;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63D298; -webkit-box-shadow: 1px 1px 3px 2px #63D298; box-shadow:1px 1px 3px 2px #63D298;">
Div content here
</div>
This text has color #63D298 on black background.
This text has color #63D298 on white background.
This text has black color on #63D298 background.
This text has white color on #63D298 background.
Complementary color for #hex is #9C2D67.