COLOR #63BE75

HEX: #63BE75
RGB: (99,190,117)

Color info

#63BE75 contains mainly green color. Web safe color of #63BE75 is #66CC66 (or #6C6).

RGB color model

#63BE75 color RGB value is (99,190,117).

  • red value is 99;
  • green value is 190;
  • blue value is 117.
RGB:
(99,190,117)
(39%,75%,46%)

RGB channels and saturation

R 99 of 255 = 39%
G 190 of 255 = 75%
B 117 of 255 = 46%

99
190
117

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

Portions of RGB colors in percentages

R + G + B =
99 + 190 + 117 = 406 (100%)
R 99 of 406 ~ 24.38%
G 190 of 406 ~ 46.8%
B 117 of 406 ~ 28.82%

%24.38
%46.8
%28.82

CMYK color model

#63BE75 color CMYK value is (48,0,38,25).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK:
(48,0,38,25)
C48M0Y38K25 
(48%,0%,38%,25%)
(0.48/0.00/0.38/0.25)	

CMYK percentages

%47.89
%0
%38.42
%25.49

Codes

Color #63BE75 in popluar color models

63BE75
RGB99190117
HSL132°41.18%56.67%
HSB/HSV132°47.89%74.51%
CMYK47.89%0.00%38.42%
25.49%

Color #63BE75 in popluar number systems.

HEX63BE75
Decimal99190117
Binary1100011101111101110101
Octal143276165

Shades and tints

Shades of #63BE75

#63BE75
(99,190,117)
#5AAD6B
(90,173,107)
#519C61
(81,156,97)
#488B57
(72,139,87)
#3F7A4D
(63,122,77)
#366943
(54,105,67)
#2D5839
(45,88,57)
#24472F
(36,71,47)
#1B3625
(27,54,37)
#12251B
(18,37,27)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #63BE75

#63BE75
(99,190,117)
#71C381
(113,195,129)
#7FC88D
(127,200,141)
#8DCD99
(141,205,153)
#9BD2A5
(155,210,165)
#A9D7B1
(169,215,177)
#B7DCBD
(183,220,189)
#C5E1C9
(197,225,201)
#D3E6D5
(211,230,213)
#E1EBE1
(225,235,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BE75 color. Also use rgb(99,190,117) instead hex code.

Text Font Color

.myTextColor { color: #63BE75; }

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

This text font color is #63BE75.


Background Color

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

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

This div background color is #63BE75.


Border color

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

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

This div border color is #63BE75.


Opacity

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

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

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

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

This text has shadow with #63BE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BE75 on black background.


Color preview on white background

This text has color #63BE75 on white background.



Black color preview on #63BE75 background

This text has black color on #63BE75 background.


White color preview on #63BE75 background

This text has white color on #63BE75 background.