COLOR #63EE0D

HEX: #63EE0D
RGB: (99,238,13)

Renk bilgisi

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

RGB renk modeli

#63EE0D color RGB value is (99,238,13).

  • kırmız ton 99;
  • yeşil ton 238;
  • mavi ton 13.
RGB:
(99,238,13)
(39%,93%,5%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 238 of 255 = 93%
B 13 of 255 = 5%

99
238
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 238 + 13 = 350 (100%)
R 99 of 350 ~ 28.29%
G 238 of 350 ~ 68%
B 13 of 350 ~ 3.71%

%28.29
%68

CMYK RENK MODELİ

#63EE0D rengi CMYK tonu (58,0,95,7).

  • camgöbeği tonu 58.40%
  • eflatun tonu 0.00%
  • sarı tonu 94.54%
  • ana renk tonu 6.67%
CMYK:
(58,0,95,7)
C58M0Y95K7 
(58%,0%,95%,7%)
(0.58/0.00/0.95/0.07)	

CMYK yüzdeleri

%58.4
%0
%94.54
%6.67

Codes

Color #63EE0D in popluar color models

63EE0D
RGB9923813
HSL97°89.64%49.22%
HSB/HSV97°94.54%93.33%
CMYK58.40%0.00%94.54%
6.67%

Color #63EE0D in popluar number systems.

HEX63EE0D
Decimal9923813
Binary1100011111011101101
Octal14335615

Shades and tints

Shades of #63EE0D

#63EE0D
(99,238,13)
#5AD90C
(90,217,12)
#51C40B
(81,196,11)
#48AF0A
(72,175,10)
#3F9A09
(63,154,9)
#368508
(54,133,8)
#2D7007
(45,112,7)
#245B06
(36,91,6)
#1B4605
(27,70,5)
#123104
(18,49,4)
#091C03
(9,28,3)
#000000
(0,0,0)

Tints of #63EE0D

#63EE0D
(99,238,13)
#71EF23
(113,239,35)
#7FF039
(127,240,57)
#8DF14F
(141,241,79)
#9BF265
(155,242,101)
#A9F37B
(169,243,123)
#B7F491
(183,244,145)
#C5F5A7
(197,245,167)
#D3F6BD
(211,246,189)
#E1F7D3
(225,247,211)
#EFF8E9
(239,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63EE0D color. Also use rgb(99,238,13) instead hex code.

Text Font Color

.myTextColor { color: #63EE0D; }

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

This text font color is #63EE0D.


Background Color

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

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

This div background color is #63EE0D.


Border color

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

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

This div border color is #63EE0D.


Opacity

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

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

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

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

This text has shadow with #63EE0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63EE0D on black background.


Color preview on white background

This text has color #63EE0D on white background.



Black color preview on #63EE0D background

This text has black color on #63EE0D background.


White color preview on #63EE0D background

This text has white color on #63EE0D background.