COLOR #63FB95

HEX: #63FB95
RGB: (99,251,149)

Color info

#63FB95 contains mainly green color. Web safe color of #63FB95 is #66FF99 (or #6F9).

RGB color model

#63FB95 color RGB value is (99,251,149).

  • red value is 99;
  • green value is 251;
  • blue value is 149.
RGB:
(99,251,149)
(39%,98%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 251 of 255 = 98%
B 149 of 255 = 58%

99
251
149

R + G + B ~ 65%. #63FB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 251 + 149 = 499 (100%)
R 99 of 499 ~ 19.84%
G 251 of 499 ~ 50.3%
B 149 of 499 ~ 29.86%

%19.84
%50.3
%29.86

CMYK color model

#63FB95 color CMYK value is (61,0,41,2).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 1.57%
CMYK:
(61,0,41,2)
C61M0Y41K2 
(61%,0%,41%,2%)
(0.61/0.00/0.41/0.02)	

CMYK percentages

%60.56
%0
%40.64
%1.57

Codes

Color #63FB95 in popluar color models

63FB95
RGB99251149
HSL140°95.00%68.63%
HSB/HSV140°60.56%98.43%
CMYK60.56%0.00%40.64%
1.57%

Color #63FB95 in popluar number systems.

HEX63FB95
Decimal99251149
Binary11000111111101110010101
Octal143373225

Shades and tints

Shades of #63FB95

#63FB95
(99,251,149)
#5AE588
(90,229,136)
#51CF7B
(81,207,123)
#48B96E
(72,185,110)
#3FA361
(63,163,97)
#368D54
(54,141,84)
#2D7747
(45,119,71)
#24613A
(36,97,58)
#1B4B2D
(27,75,45)
#123520
(18,53,32)
#091F13
(9,31,19)
#000000
(0,0,0)

Tints of #63FB95

#63FB95
(99,251,149)
#71FB9E
(113,251,158)
#7FFBA7
(127,251,167)
#8DFBB0
(141,251,176)
#9BFBB9
(155,251,185)
#A9FBC2
(169,251,194)
#B7FBCB
(183,251,203)
#C5FBD4
(197,251,212)
#D3FBDD
(211,251,221)
#E1FBE6
(225,251,230)
#EFFBEF
(239,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63FB95 color. Also use rgb(99,251,149) instead hex code.

Text Font Color

.myTextColor { color: #63FB95; }

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

This text font color is #63FB95.


Background Color

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

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

This div background color is #63FB95.


Border color

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

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

This div border color is #63FB95.


Opacity

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

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

Text with #63FB95 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 #63FB95;}

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

This text has shadow with #63FB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63FB95 on black background.


Color preview on white background

This text has color #63FB95 on white background.



Black color preview on #63FB95 background

This text has black color on #63FB95 background.


White color preview on #63FB95 background

This text has white color on #63FB95 background.