COLOR #63D46E

HEX: #63D46E
RGB: (99,212,110)

Renk bilgisi

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

RGB renk modeli

#63D46E color RGB value is (99,212,110).

  • kırmız ton 99;
  • yeşil ton 212;
  • mavi ton 110.
RGB:
(99,212,110)
(39%,83%,43%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 212 of 255 = 83%
B 110 of 255 = 43%

99
212
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 212 + 110 = 421 (100%)
R 99 of 421 ~ 23.52%
G 212 of 421 ~ 50.36%
B 110 of 421 ~ 26.13%

%23.52
%50.36
%26.13

CMYK RENK MODELİ

#63D46E rengi CMYK tonu (53,0,48,17).

  • camgöbeği tonu 53.30%
  • eflatun tonu 0.00%
  • sarı tonu 48.11%
  • ana renk tonu 16.86%
CMYK:
(53,0,48,17)
C53M0Y48K17 
(53%,0%,48%,17%)
(0.53/0.00/0.48/0.17)	

CMYK yüzdeleri

%53.3
%0
%48.11
%16.86

Codes

Color #63D46E in popluar color models

63D46E
RGB99212110
HSL126°56.78%60.98%
HSB/HSV126°53.30%83.14%
CMYK53.30%0.00%48.11%
16.86%

Color #63D46E in popluar number systems.

HEX63D46E
Decimal99212110
Binary1100011110101001101110
Octal143324156

Shades and tints

Shades of #63D46E

#63D46E
(99,212,110)
#5AC164
(90,193,100)
#51AE5A
(81,174,90)
#489B50
(72,155,80)
#3F8846
(63,136,70)
#36753C
(54,117,60)
#2D6232
(45,98,50)
#244F28
(36,79,40)
#1B3C1E
(27,60,30)
#122914
(18,41,20)
#09160A
(9,22,10)
#000000
(0,0,0)

Tints of #63D46E

#63D46E
(99,212,110)
#71D77B
(113,215,123)
#7FDA88
(127,218,136)
#8DDD95
(141,221,149)
#9BE0A2
(155,224,162)
#A9E3AF
(169,227,175)
#B7E6BC
(183,230,188)
#C5E9C9
(197,233,201)
#D3ECD6
(211,236,214)
#E1EFE3
(225,239,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D46E color. Also use rgb(99,212,110) instead hex code.

Text Font Color

.myTextColor { color: #63D46E; }

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

This text font color is #63D46E.


Background Color

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

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

This div background color is #63D46E.


Border color

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

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

This div border color is #63D46E.


Opacity

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

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

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

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

This text has shadow with #63D46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D46E on black background.


Color preview on white background

This text has color #63D46E on white background.



Black color preview on #63D46E background

This text has black color on #63D46E background.


White color preview on #63D46E background

This text has white color on #63D46E background.