COLOR #63D618

HEX: #63D618
RGB: (99,214,24)

Renk bilgisi

#63D618 contains mainly green color. #63D618 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#63D618 color RGB value is (99,214,24).

  • kırmız ton 99;
  • yeşil ton 214;
  • mavi ton 24.
RGB:
(99,214,24)
(39%,84%,9%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 214 of 255 = 84%
B 24 of 255 = 9%

99
214
24

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 214 + 24 = 337 (100%)
R 99 of 337 ~ 29.38%
G 214 of 337 ~ 63.5%
B 24 of 337 ~ 7.12%

%29.38
%63.5

CMYK RENK MODELİ

#63D618 rengi CMYK tonu (54,0,89,16).

  • camgöbeği tonu 53.74%
  • eflatun tonu 0.00%
  • sarı tonu 88.79%
  • ana renk tonu 16.08%
CMYK:
(54,0,89,16)
C54M0Y89K16 
(54%,0%,89%,16%)
(0.54/0.00/0.89/0.16)	

CMYK yüzdeleri

%53.74
%0
%88.79
%16.08

Codes

Color #63D618 in popluar color models

63D618
RGB9921424
HSL96°79.83%46.67%
HSB/HSV96°88.79%83.92%
CMYK53.74%0.00%88.79%
16.08%

Color #63D618 in popluar number systems.

HEX63D618
Decimal9921424
Binary11000111101011011000
Octal14332630

Shades and tints

Shades of #63D618

#63D618
(99,214,24)
#5AC316
(90,195,22)
#51B014
(81,176,20)
#489D12
(72,157,18)
#3F8A10
(63,138,16)
#36770E
(54,119,14)
#2D640C
(45,100,12)
#24510A
(36,81,10)
#1B3E08
(27,62,8)
#122B06
(18,43,6)
#091804
(9,24,4)
#000000
(0,0,0)

Tints of #63D618

#63D618
(99,214,24)
#71D92D
(113,217,45)
#7FDC42
(127,220,66)
#8DDF57
(141,223,87)
#9BE26C
(155,226,108)
#A9E581
(169,229,129)
#B7E896
(183,232,150)
#C5EBAB
(197,235,171)
#D3EEC0
(211,238,192)
#E1F1D5
(225,241,213)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D618 color. Also use rgb(99,214,24) instead hex code.

Text Font Color

.myTextColor { color: #63D618; }

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

This text font color is #63D618.


Background Color

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

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

This div background color is #63D618.


Border color

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

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

This div border color is #63D618.


Opacity

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

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

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

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

This text has shadow with #63D618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D618 on black background.


Color preview on white background

This text has color #63D618 on white background.



Black color preview on #63D618 background

This text has black color on #63D618 background.


White color preview on #63D618 background

This text has white color on #63D618 background.