COLOR #63C286

HEX: #63C286
RGB: (99,194,134)

Renk bilgisi

#63C286 contains mainly green color. #63C286 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63C286 color RGB value is (99,194,134).

  • kırmız ton 99;
  • yeşil ton 194;
  • mavi ton 134.
RGB:
(99,194,134)
(39%,76%,53%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 194 of 255 = 76%
B 134 of 255 = 53%

99
194
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 194 + 134 = 427 (100%)
R 99 of 427 ~ 23.19%
G 194 of 427 ~ 45.43%
B 134 of 427 ~ 31.38%

%23.19
%45.43
%31.38

CMYK RENK MODELİ

#63C286 rengi CMYK tonu (49,0,31,24).

  • camgöbeği tonu 48.97%
  • eflatun tonu 0.00%
  • sarı tonu 30.93%
  • ana renk tonu 23.92%
CMYK:
(49,0,31,24)
C49M0Y31K24 
(49%,0%,31%,24%)
(0.49/0.00/0.31/0.24)	

CMYK yüzdeleri

%48.97
%0
%30.93
%23.92

Codes

Color #63C286 in popluar color models

63C286
RGB99194134
HSL142°43.78%57.45%
HSB/HSV142°48.97%76.08%
CMYK48.97%0.00%30.93%
23.92%

Color #63C286 in popluar number systems.

HEX63C286
Decimal99194134
Binary11000111100001010000110
Octal143302206

Shades and tints

Shades of #63C286

#63C286
(99,194,134)
#5AB17A
(90,177,122)
#51A06E
(81,160,110)
#488F62
(72,143,98)
#3F7E56
(63,126,86)
#366D4A
(54,109,74)
#2D5C3E
(45,92,62)
#244B32
(36,75,50)
#1B3A26
(27,58,38)
#12291A
(18,41,26)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #63C286

#63C286
(99,194,134)
#71C791
(113,199,145)
#7FCC9C
(127,204,156)
#8DD1A7
(141,209,167)
#9BD6B2
(155,214,178)
#A9DBBD
(169,219,189)
#B7E0C8
(183,224,200)
#C5E5D3
(197,229,211)
#D3EADE
(211,234,222)
#E1EFE9
(225,239,233)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C286 color. Also use rgb(99,194,134) instead hex code.

Text Font Color

.myTextColor { color: #63C286; }

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

This text font color is #63C286.


Background Color

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

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

This div background color is #63C286.


Border color

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

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

This div border color is #63C286.


Opacity

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

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

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

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

This text has shadow with #63C286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C286 on black background.


Color preview on white background

This text has color #63C286 on white background.



Black color preview on #63C286 background

This text has black color on #63C286 background.


White color preview on #63C286 background

This text has white color on #63C286 background.