COLOR #63E964

HEX: #63E964
RGB: (99,233,100)

Renk bilgisi

#63E964 contains mainly green color. #63E964 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#63E964 color RGB value is (99,233,100).

  • kırmız ton 99;
  • yeşil ton 233;
  • mavi ton 100.
RGB:
(99,233,100)
(39%,91%,39%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 233 of 255 = 91%
B 100 of 255 = 39%

99
233
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 233 + 100 = 432 (100%)
R 99 of 432 ~ 22.92%
G 233 of 432 ~ 53.94%
B 100 of 432 ~ 23.15%

%22.92
%53.94
%23.15

CMYK RENK MODELİ

#63E964 rengi CMYK tonu (58,0,57,9).

  • camgöbeği tonu 57.51%
  • eflatun tonu 0.00%
  • sarı tonu 57.08%
  • ana renk tonu 8.63%
CMYK:
(58,0,57,9)
C58M0Y57K9 
(58%,0%,57%,9%)
(0.58/0.00/0.57/0.09)	

CMYK yüzdeleri

%57.51
%0
%57.08
%8.63

Codes

Color #63E964 in popluar color models

63E964
RGB99233100
HSL120°75.28%65.10%
HSB/HSV120°57.51%91.37%
CMYK57.51%0.00%57.08%
8.63%

Color #63E964 in popluar number systems.

HEX63E964
Decimal99233100
Binary1100011111010011100100
Octal143351144

Shades and tints

Shades of #63E964

#63E964
(99,233,100)
#5AD45B
(90,212,91)
#51BF52
(81,191,82)
#48AA49
(72,170,73)
#3F9540
(63,149,64)
#368037
(54,128,55)
#2D6B2E
(45,107,46)
#245625
(36,86,37)
#1B411C
(27,65,28)
#122C13
(18,44,19)
#09170A
(9,23,10)
#000000
(0,0,0)

Tints of #63E964

#63E964
(99,233,100)
#71EB72
(113,235,114)
#7FED80
(127,237,128)
#8DEF8E
(141,239,142)
#9BF19C
(155,241,156)
#A9F3AA
(169,243,170)
#B7F5B8
(183,245,184)
#C5F7C6
(197,247,198)
#D3F9D4
(211,249,212)
#E1FBE2
(225,251,226)
#EFFDF0
(239,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63E964 color. Also use rgb(99,233,100) instead hex code.

Text Font Color

.myTextColor { color: #63E964; }

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

This text font color is #63E964.


Background Color

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

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

This div background color is #63E964.


Border color

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

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

This div border color is #63E964.


Opacity

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

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

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

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

This text has shadow with #63E964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63E964 on black background.


Color preview on white background

This text has color #63E964 on white background.



Black color preview on #63E964 background

This text has black color on #63E964 background.


White color preview on #63E964 background

This text has white color on #63E964 background.