COLOR #63BE73

HEX: #63BE73
RGB: (99,190,115)

Renk bilgisi

#63BE73 contains mainly green color. #63BE73 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63BE73 color RGB value is (99,190,115).

  • kırmız ton 99;
  • yeşil ton 190;
  • mavi ton 115.
RGB:
(99,190,115)
(39%,75%,45%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 190 of 255 = 75%
B 115 of 255 = 45%

99
190
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 190 + 115 = 404 (100%)
R 99 of 404 ~ 24.5%
G 190 of 404 ~ 47.03%
B 115 of 404 ~ 28.47%

%24.5
%47.03
%28.47

CMYK RENK MODELİ

#63BE73 rengi CMYK tonu (48,0,39,25).

  • camgöbeği tonu 47.89%
  • eflatun tonu 0.00%
  • sarı tonu 39.47%
  • ana renk tonu 25.49%
CMYK:
(48,0,39,25)
C48M0Y39K25 
(48%,0%,39%,25%)
(0.48/0.00/0.39/0.25)	

CMYK yüzdeleri

%47.89
%0
%39.47
%25.49

Codes

Color #63BE73 in popluar color models

63BE73
RGB99190115
HSL131°41.18%56.67%
HSB/HSV131°47.89%74.51%
CMYK47.89%0.00%39.47%
25.49%

Color #63BE73 in popluar number systems.

HEX63BE73
Decimal99190115
Binary1100011101111101110011
Octal143276163

Shades and tints

Shades of #63BE73

#63BE73
(99,190,115)
#5AAD69
(90,173,105)
#519C5F
(81,156,95)
#488B55
(72,139,85)
#3F7A4B
(63,122,75)
#366941
(54,105,65)
#2D5837
(45,88,55)
#24472D
(36,71,45)
#1B3623
(27,54,35)
#122519
(18,37,25)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #63BE73

#63BE73
(99,190,115)
#71C37F
(113,195,127)
#7FC88B
(127,200,139)
#8DCD97
(141,205,151)
#9BD2A3
(155,210,163)
#A9D7AF
(169,215,175)
#B7DCBB
(183,220,187)
#C5E1C7
(197,225,199)
#D3E6D3
(211,230,211)
#E1EBDF
(225,235,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BE73; }

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

This text font color is #63BE73.


Background Color

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

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

This div background color is #63BE73.


Border color

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

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

This div border color is #63BE73.


Opacity

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

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

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

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

This text has shadow with #63BE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BE73 on black background.


Color preview on white background

This text has color #63BE73 on white background.



Black color preview on #63BE73 background

This text has black color on #63BE73 background.


White color preview on #63BE73 background

This text has white color on #63BE73 background.