COLOR #63CF7F

HEX: #63CF7F
RGB: (99,207,127)

Renk bilgisi

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

RGB renk modeli

#63CF7F color RGB value is (99,207,127).

  • kırmız ton 99;
  • yeşil ton 207;
  • mavi ton 127.
RGB:
(99,207,127)
(39%,81%,50%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 207 of 255 = 81%
B 127 of 255 = 50%

99
207
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 207 + 127 = 433 (100%)
R 99 of 433 ~ 22.86%
G 207 of 433 ~ 47.81%
B 127 of 433 ~ 29.33%

%22.86
%47.81
%29.33

CMYK RENK MODELİ

#63CF7F rengi CMYK tonu (52,0,39,19).

  • camgöbeği tonu 52.17%
  • eflatun tonu 0.00%
  • sarı tonu 38.65%
  • ana renk tonu 18.82%
CMYK:
(52,0,39,19)
C52M0Y39K19 
(52%,0%,39%,19%)
(0.52/0.00/0.39/0.19)	

CMYK yüzdeleri

%52.17
%0
%38.65
%18.82

Codes

Color #63CF7F in popluar color models

63CF7F
RGB99207127
HSL136°52.94%60.00%
HSB/HSV136°52.17%81.18%
CMYK52.17%0.00%38.65%
18.82%

Color #63CF7F in popluar number systems.

HEX63CF7F
Decimal99207127
Binary1100011110011111111111
Octal143317177

Shades and tints

Shades of #63CF7F

#63CF7F
(99,207,127)
#5ABD74
(90,189,116)
#51AB69
(81,171,105)
#48995E
(72,153,94)
#3F8753
(63,135,83)
#367548
(54,117,72)
#2D633D
(45,99,61)
#245132
(36,81,50)
#1B3F27
(27,63,39)
#122D1C
(18,45,28)
#091B11
(9,27,17)
#000000
(0,0,0)

Tints of #63CF7F

#63CF7F
(99,207,127)
#71D38A
(113,211,138)
#7FD795
(127,215,149)
#8DDBA0
(141,219,160)
#9BDFAB
(155,223,171)
#A9E3B6
(169,227,182)
#B7E7C1
(183,231,193)
#C5EBCC
(197,235,204)
#D3EFD7
(211,239,215)
#E1F3E2
(225,243,226)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CF7F color. Also use rgb(99,207,127) instead hex code.

Text Font Color

.myTextColor { color: #63CF7F; }

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

This text font color is #63CF7F.


Background Color

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

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

This div background color is #63CF7F.


Border color

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

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

This div border color is #63CF7F.


Opacity

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

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

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

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

This text has shadow with #63CF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CF7F on black background.


Color preview on white background

This text has color #63CF7F on white background.



Black color preview on #63CF7F background

This text has black color on #63CF7F background.


White color preview on #63CF7F background

This text has white color on #63CF7F background.