COLOR #63BB71

HEX: #63BB71
RGB: (99,187,113)

Renk bilgisi

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

RGB renk modeli

#63BB71 color RGB value is (99,187,113).

  • kırmız ton 99;
  • yeşil ton 187;
  • mavi ton 113.
RGB:
(99,187,113)
(39%,73%,44%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 187 of 255 = 73%
B 113 of 255 = 44%

99
187
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 187 + 113 = 399 (100%)
R 99 of 399 ~ 24.81%
G 187 of 399 ~ 46.87%
B 113 of 399 ~ 28.32%

%24.81
%46.87
%28.32

CMYK RENK MODELİ

#63BB71 rengi CMYK tonu (47,0,40,27).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 39.57%
  • ana renk tonu 26.67%
CMYK:
(47,0,40,27)
C47M0Y40K27 
(47%,0%,40%,27%)
(0.47/0.00/0.40/0.27)	

CMYK yüzdeleri

%47.06
%0
%39.57
%26.67

Codes

Color #63BB71 in popluar color models

63BB71
RGB99187113
HSL130°39.29%56.08%
HSB/HSV130°47.06%73.33%
CMYK47.06%0.00%39.57%
26.67%

Color #63BB71 in popluar number systems.

HEX63BB71
Decimal99187113
Binary1100011101110111110001
Octal143273161

Shades and tints

Shades of #63BB71

#63BB71
(99,187,113)
#5AAA67
(90,170,103)
#51995D
(81,153,93)
#488853
(72,136,83)
#3F7749
(63,119,73)
#36663F
(54,102,63)
#2D5535
(45,85,53)
#24442B
(36,68,43)
#1B3321
(27,51,33)
#122217
(18,34,23)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #63BB71

#63BB71
(99,187,113)
#71C17D
(113,193,125)
#7FC789
(127,199,137)
#8DCD95
(141,205,149)
#9BD3A1
(155,211,161)
#A9D9AD
(169,217,173)
#B7DFB9
(183,223,185)
#C5E5C5
(197,229,197)
#D3EBD1
(211,235,209)
#E1F1DD
(225,241,221)
#EFF7E9
(239,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BB71 color. Also use rgb(99,187,113) instead hex code.

Text Font Color

.myTextColor { color: #63BB71; }

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

This text font color is #63BB71.


Background Color

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

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

This div background color is #63BB71.


Border color

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

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

This div border color is #63BB71.


Opacity

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

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

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

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

This text has shadow with #63BB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BB71 on black background.


Color preview on white background

This text has color #63BB71 on white background.



Black color preview on #63BB71 background

This text has black color on #63BB71 background.


White color preview on #63BB71 background

This text has white color on #63BB71 background.