COLOR #63BF6F

HEX: #63BF6F
RGB: (99,191,111)

Renk bilgisi

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

RGB renk modeli

#63BF6F color RGB value is (99,191,111).

  • kırmız ton 99;
  • yeşil ton 191;
  • mavi ton 111.
RGB:
(99,191,111)
(39%,75%,44%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 191 of 255 = 75%
B 111 of 255 = 44%

99
191
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 191 + 111 = 401 (100%)
R 99 of 401 ~ 24.69%
G 191 of 401 ~ 47.63%
B 111 of 401 ~ 27.68%

%24.69
%47.63
%27.68

CMYK RENK MODELİ

#63BF6F rengi CMYK tonu (48,0,42,25).

  • camgöbeği tonu 48.17%
  • eflatun tonu 0.00%
  • sarı tonu 41.88%
  • ana renk tonu 25.10%
CMYK:
(48,0,42,25)
C48M0Y42K25 
(48%,0%,42%,25%)
(0.48/0.00/0.42/0.25)	

CMYK yüzdeleri

%48.17
%0
%41.88
%25.1

Codes

Color #63BF6F in popluar color models

63BF6F
RGB99191111
HSL128°41.82%56.86%
HSB/HSV128°48.17%74.90%
CMYK48.17%0.00%41.88%
25.10%

Color #63BF6F in popluar number systems.

HEX63BF6F
Decimal99191111
Binary1100011101111111101111
Octal143277157

Shades and tints

Shades of #63BF6F

#63BF6F
(99,191,111)
#5AAE65
(90,174,101)
#519D5B
(81,157,91)
#488C51
(72,140,81)
#3F7B47
(63,123,71)
#366A3D
(54,106,61)
#2D5933
(45,89,51)
#244829
(36,72,41)
#1B371F
(27,55,31)
#122615
(18,38,21)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #63BF6F

#63BF6F
(99,191,111)
#71C47C
(113,196,124)
#7FC989
(127,201,137)
#8DCE96
(141,206,150)
#9BD3A3
(155,211,163)
#A9D8B0
(169,216,176)
#B7DDBD
(183,221,189)
#C5E2CA
(197,226,202)
#D3E7D7
(211,231,215)
#E1ECE4
(225,236,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BF6F color. Also use rgb(99,191,111) instead hex code.

Text Font Color

.myTextColor { color: #63BF6F; }

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

This text font color is #63BF6F.


Background Color

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

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

This div background color is #63BF6F.


Border color

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

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

This div border color is #63BF6F.


Opacity

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

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

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

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

This text has shadow with #63BF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BF6F on black background.


Color preview on white background

This text has color #63BF6F on white background.



Black color preview on #63BF6F background

This text has black color on #63BF6F background.


White color preview on #63BF6F background

This text has white color on #63BF6F background.