COLOR #63F172

HEX: #63F172
RGB: (99,241,114)

Color info

#63F172 contains mainly green color. Web safe color of #63F172 is #66FF66 (or #6F6).

RGB color model

#63F172 color RGB value is (99,241,114).

  • red value is 99;
  • green value is 241;
  • blue value is 114.
RGB:
(99,241,114)
(39%,95%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 241 of 255 = 95%
B 114 of 255 = 45%

99
241
114

R + G + B ~ 60%. #63F172 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 241 + 114 = 454 (100%)
R 99 of 454 ~ 21.81%
G 241 of 454 ~ 53.08%
B 114 of 454 ~ 25.11%

%21.81
%53.08
%25.11

CMYK color model

#63F172 color CMYK value is (59,0,53,5).

  • cyan value is 58.92%
  • magenta value is 0.00%
  • yellow value is 52.70%
  • key color value is 5.49%
CMYK:
(59,0,53,5)
C59M0Y53K5 
(59%,0%,53%,5%)
(0.59/0.00/0.53/0.05)	

CMYK percentages

%58.92
%0
%52.7
%5.49

Codes

Color #63F172 in popluar color models

63F172
RGB99241114
HSL126°83.53%66.67%
HSB/HSV126°58.92%94.51%
CMYK58.92%0.00%52.70%
5.49%

Color #63F172 in popluar number systems.

HEX63F172
Decimal99241114
Binary1100011111100011110010
Octal143361162

Shades and tints

Shades of #63F172

#63F172
(99,241,114)
#5ADC68
(90,220,104)
#51C75E
(81,199,94)
#48B254
(72,178,84)
#3F9D4A
(63,157,74)
#368840
(54,136,64)
#2D7336
(45,115,54)
#245E2C
(36,94,44)
#1B4922
(27,73,34)
#123418
(18,52,24)
#091F0E
(9,31,14)
#000000
(0,0,0)

Tints of #63F172

#63F172
(99,241,114)
#71F27E
(113,242,126)
#7FF38A
(127,243,138)
#8DF496
(141,244,150)
#9BF5A2
(155,245,162)
#A9F6AE
(169,246,174)
#B7F7BA
(183,247,186)
#C5F8C6
(197,248,198)
#D3F9D2
(211,249,210)
#E1FADE
(225,250,222)
#EFFBEA
(239,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F172 color. Also use rgb(99,241,114) instead hex code.

Text Font Color

.myTextColor { color: #63F172; }

<p style="color:#63F172">This sample text font color is #63F172.</p>

This text font color is #63F172.


Background Color

.myBgColor { background-color: #63F172; }

<div style="background-color:#63F172">Inner text</div>

This div background color is #63F172.


Border color

.myBorderColor { border: 1px solid #63F172; }

<div style="border:3px solid #63F172">Div</div>

This div border color is #63F172.


Opacity

.myOpacity80 { color: #63F172; opacity: 0.8; }

<p style="color:#63F172;opacity:0.8;">80%</p>

Text with #63F172 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63F172;}

<p style="text-shadow: 3px 3px 1px #63F172">Text here.</p>

This text has shadow with #63F172 color.

.textShadow {text-shadow: 3px 3px 1px #63F172, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63F172, 5px 5px 20px red">Text here.</p>

This text has shadow with #63F172 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63F172, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63F172, Direction=45, Strength=4)">Text</p>

This text has shadow with #63F172 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63F172;
  -webkit-box-shadow:	1px 1px 3px 2px #63F172;
  box-shadow:		1px 1px 3px 2px #63F172;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63F172;
-webkit-box-shadow: 1px 1px 3px 2px #63F172;
box-shadow:1px 1px 3px 2px #63F172;">
Div content here</div>
This div box has shadow with color #63F172.

Preview

Color preview on black background

This text has color #63F172 on black background.


Color preview on white background

This text has color #63F172 on white background.



Black color preview on #63F172 background

This text has black color on #63F172 background.


White color preview on #63F172 background

This text has white color on #63F172 background.