COLOR #63EF14

HEX: #63EF14
RGB: (99,239,20)

Renk bilgisi

#63EF14 contains mainly green color. #63EF14 ‘ nin web güvenlik rengi #66FF00 (ya da #6F0) dir.

RGB renk modeli

#63EF14 color RGB value is (99,239,20).

  • kırmız ton 99;
  • yeşil ton 239;
  • mavi ton 20.
RGB:
(99,239,20)
(39%,94%,8%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 239 of 255 = 94%
B 20 of 255 = 8%

99
239
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 239 + 20 = 358 (100%)
R 99 of 358 ~ 27.65%
G 239 of 358 ~ 66.76%
B 20 of 358 ~ 5.59%

%27.65
%66.76

CMYK RENK MODELİ

#63EF14 rengi CMYK tonu (59,0,92,6).

  • camgöbeği tonu 58.58%
  • eflatun tonu 0.00%
  • sarı tonu 91.63%
  • ana renk tonu 6.27%
CMYK:
(59,0,92,6)
C59M0Y92K6 
(59%,0%,92%,6%)
(0.59/0.00/0.92/0.06)	

CMYK yüzdeleri

%58.58
%0
%91.63
%6.27

Codes

Color #63EF14 in popluar color models

63EF14
RGB9923920
HSL98°87.25%50.78%
HSB/HSV98°91.63%93.73%
CMYK58.58%0.00%91.63%
6.27%

Color #63EF14 in popluar number systems.

HEX63EF14
Decimal9923920
Binary11000111110111110100
Octal14335724

Shades and tints

Shades of #63EF14

#63EF14
(99,239,20)
#5ADA13
(90,218,19)
#51C512
(81,197,18)
#48B011
(72,176,17)
#3F9B10
(63,155,16)
#36860F
(54,134,15)
#2D710E
(45,113,14)
#245C0D
(36,92,13)
#1B470C
(27,71,12)
#12320B
(18,50,11)
#091D0A
(9,29,10)
#000000
(0,0,0)

Tints of #63EF14

#63EF14
(99,239,20)
#71F029
(113,240,41)
#7FF13E
(127,241,62)
#8DF253
(141,242,83)
#9BF368
(155,243,104)
#A9F47D
(169,244,125)
#B7F592
(183,245,146)
#C5F6A7
(197,246,167)
#D3F7BC
(211,247,188)
#E1F8D1
(225,248,209)
#EFF9E6
(239,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63EF14 color. Also use rgb(99,239,20) instead hex code.

Text Font Color

.myTextColor { color: #63EF14; }

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

This text font color is #63EF14.


Background Color

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

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

This div background color is #63EF14.


Border color

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

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

This div border color is #63EF14.


Opacity

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

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

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

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

This text has shadow with #63EF14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63EF14 on black background.


Color preview on white background

This text has color #63EF14 on white background.



Black color preview on #63EF14 background

This text has black color on #63EF14 background.


White color preview on #63EF14 background

This text has white color on #63EF14 background.