COLOR #63D525

HEX: #63D525
RGB: (99,213,37)

Renk bilgisi

#63D525 contains mainly green color. #63D525 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#63D525 color RGB value is (99,213,37).

  • kırmız ton 99;
  • yeşil ton 213;
  • mavi ton 37.
RGB:
(99,213,37)
(39%,84%,15%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 213 of 255 = 84%
B 37 of 255 = 15%

99
213
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 213 + 37 = 349 (100%)
R 99 of 349 ~ 28.37%
G 213 of 349 ~ 61.03%
B 37 of 349 ~ 10.6%

%28.37
%61.03
%10.6

CMYK RENK MODELİ

#63D525 rengi CMYK tonu (54,0,83,16).

  • camgöbeği tonu 53.52%
  • eflatun tonu 0.00%
  • sarı tonu 82.63%
  • ana renk tonu 16.47%
CMYK:
(54,0,83,16)
C54M0Y83K16 
(54%,0%,83%,16%)
(0.54/0.00/0.83/0.16)	

CMYK yüzdeleri

%53.52
%0
%82.63
%16.47

Codes

Color #63D525 in popluar color models

63D525
RGB9921337
HSL99°70.40%49.02%
HSB/HSV99°82.63%83.53%
CMYK53.52%0.00%82.63%
16.47%

Color #63D525 in popluar number systems.

HEX63D525
Decimal9921337
Binary110001111010101100101
Octal14332545

Shades and tints

Shades of #63D525

#63D525
(99,213,37)
#5AC222
(90,194,34)
#51AF1F
(81,175,31)
#489C1C
(72,156,28)
#3F8919
(63,137,25)
#367616
(54,118,22)
#2D6313
(45,99,19)
#245010
(36,80,16)
#1B3D0D
(27,61,13)
#122A0A
(18,42,10)
#091707
(9,23,7)
#000000
(0,0,0)

Tints of #63D525

#63D525
(99,213,37)
#71D838
(113,216,56)
#7FDB4B
(127,219,75)
#8DDE5E
(141,222,94)
#9BE171
(155,225,113)
#A9E484
(169,228,132)
#B7E797
(183,231,151)
#C5EAAA
(197,234,170)
#D3EDBD
(211,237,189)
#E1F0D0
(225,240,208)
#EFF3E3
(239,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D525 color. Also use rgb(99,213,37) instead hex code.

Text Font Color

.myTextColor { color: #63D525; }

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

This text font color is #63D525.


Background Color

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

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

This div background color is #63D525.


Border color

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

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

This div border color is #63D525.


Opacity

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

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

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

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

This text has shadow with #63D525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D525 on black background.


Color preview on white background

This text has color #63D525 on white background.



Black color preview on #63D525 background

This text has black color on #63D525 background.


White color preview on #63D525 background

This text has white color on #63D525 background.