COLOR #63C28F

HEX: #63C28F
RGB: (99,194,143)

Renk bilgisi

#63C28F contains mainly green and blue colors. #63C28F ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63C28F color RGB value is (99,194,143).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 194 of 255 = 76%
B 143 of 255 = 56%

99
194
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 194 + 143 = 436 (100%)
R 99 of 436 ~ 22.71%
G 194 of 436 ~ 44.5%
B 143 of 436 ~ 32.8%

%22.71
%44.5
%32.8

CMYK RENK MODELİ

#63C28F rengi CMYK tonu (49,0,26,24).

  • camgöbeği tonu 48.97%
  • eflatun tonu 0.00%
  • sarı tonu 26.29%
  • ana renk tonu 23.92%
CMYK:
(49,0,26,24)
C49M0Y26K24 
(49%,0%,26%,24%)
(0.49/0.00/0.26/0.24)	

CMYK yüzdeleri

%48.97
%0
%26.29
%23.92

Codes

Color #63C28F in popluar color models

63C28F
RGB99194143
HSL148°43.78%57.45%
HSB/HSV148°48.97%76.08%
CMYK48.97%0.00%26.29%
23.92%

Color #63C28F in popluar number systems.

HEX63C28F
Decimal99194143
Binary11000111100001010001111
Octal143302217

Shades and tints

Shades of #63C28F

#63C28F
(99,194,143)
#5AB182
(90,177,130)
#51A075
(81,160,117)
#488F68
(72,143,104)
#3F7E5B
(63,126,91)
#366D4E
(54,109,78)
#2D5C41
(45,92,65)
#244B34
(36,75,52)
#1B3A27
(27,58,39)
#12291A
(18,41,26)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #63C28F

#63C28F
(99,194,143)
#71C799
(113,199,153)
#7FCCA3
(127,204,163)
#8DD1AD
(141,209,173)
#9BD6B7
(155,214,183)
#A9DBC1
(169,219,193)
#B7E0CB
(183,224,203)
#C5E5D5
(197,229,213)
#D3EADF
(211,234,223)
#E1EFE9
(225,239,233)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63C28F; }

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

This text font color is #63C28F.


Background Color

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

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

This div background color is #63C28F.


Border color

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

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

This div border color is #63C28F.


Opacity

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

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

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

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

This text has shadow with #63C28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C28F on black background.


Color preview on white background

This text has color #63C28F on white background.



Black color preview on #63C28F background

This text has black color on #63C28F background.


White color preview on #63C28F background

This text has white color on #63C28F background.