COLOR #63FA41

HEX: #63FA41
RGB: (99,250,65)

Renk bilgisi

#63FA41 contains mainly green color. #63FA41 ‘ nin web güvenlik rengi #66FF33 (ya da #6F3) dir.

RGB renk modeli

#63FA41 color RGB value is (99,250,65).

  • kırmız ton 99;
  • yeşil ton 250;
  • mavi ton 65.
RGB:
(99,250,65)
(39%,98%,25%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 250 of 255 = 98%
B 65 of 255 = 25%

99
250
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 250 + 65 = 414 (100%)
R 99 of 414 ~ 23.91%
G 250 of 414 ~ 60.39%
B 65 of 414 ~ 15.7%

%23.91
%60.39
%15.7

CMYK RENK MODELİ

#63FA41 rengi CMYK tonu (60,0,74,2).

  • camgöbeği tonu 60.40%
  • eflatun tonu 0.00%
  • sarı tonu 74.00%
  • ana renk tonu 1.96%
CMYK:
(60,0,74,2)
C60M0Y74K2 
(60%,0%,74%,2%)
(0.60/0.00/0.74/0.02)	

CMYK yüzdeleri

%60.4
%0
%74
%1.96

Codes

Color #63FA41 in popluar color models

63FA41
RGB9925065
HSL109°94.87%61.76%
HSB/HSV109°74.00%98.04%
CMYK60.40%0.00%74.00%
1.96%

Color #63FA41 in popluar number systems.

HEX63FA41
Decimal9925065
Binary1100011111110101000001
Octal143372101

Shades and tints

Shades of #63FA41

#63FA41
(99,250,65)
#5AE43C
(90,228,60)
#51CE37
(81,206,55)
#48B832
(72,184,50)
#3FA22D
(63,162,45)
#368C28
(54,140,40)
#2D7623
(45,118,35)
#24601E
(36,96,30)
#1B4A19
(27,74,25)
#123414
(18,52,20)
#091E0F
(9,30,15)
#000000
(0,0,0)

Tints of #63FA41

#63FA41
(99,250,65)
#71FA52
(113,250,82)
#7FFA63
(127,250,99)
#8DFA74
(141,250,116)
#9BFA85
(155,250,133)
#A9FA96
(169,250,150)
#B7FAA7
(183,250,167)
#C5FAB8
(197,250,184)
#D3FAC9
(211,250,201)
#E1FADA
(225,250,218)
#EFFAEB
(239,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63FA41 color. Also use rgb(99,250,65) instead hex code.

Text Font Color

.myTextColor { color: #63FA41; }

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

This text font color is #63FA41.


Background Color

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

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

This div background color is #63FA41.


Border color

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

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

This div border color is #63FA41.


Opacity

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

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

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

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

This text has shadow with #63FA41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63FA41 on black background.


Color preview on white background

This text has color #63FA41 on white background.



Black color preview on #63FA41 background

This text has black color on #63FA41 background.


White color preview on #63FA41 background

This text has white color on #63FA41 background.