COLOR #63C006

HEX: #63C006
RGB: (99,192,6)

Renk bilgisi

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

RGB renk modeli

#63C006 color RGB value is (99,192,6).

  • kırmız ton 99;
  • yeşil ton 192;
  • mavi ton 6.
RGB:
(99,192,6)
(39%,75%,2%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 192 of 255 = 75%
B 6 of 255 = 2%

99
192
6

R + G + B ~ 39%. #63C006 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 192 + 6 = 297 (100%)
R 99 of 297 ~ 33.33%
G 192 of 297 ~ 64.65%
B 6 of 297 ~ 2.02%

%33.33
%64.65

CMYK RENK MODELİ

#63C006 rengi CMYK tonu (48,0,97,25).

  • camgöbeği tonu 48.44%
  • eflatun tonu 0.00%
  • sarı tonu 96.88%
  • ana renk tonu 24.71%
CMYK:
(48,0,97,25)
C48M0Y97K25 
(48%,0%,97%,25%)
(0.48/0.00/0.97/0.25)	

CMYK yüzdeleri

%48.44
%0
%96.88
%24.71

Codes

Color #63C006 in popluar color models

63C006
RGB991926
HSL90°93.94%38.82%
HSB/HSV90°96.88%75.29%
CMYK48.44%0.00%96.88%
24.71%

Color #63C006 in popluar number systems.

HEX63C006
Decimal991926
Binary110001111000000110
Octal1433006

Shades and tints

Shades of #63C006

#63C006
(99,192,6)
#5AAF06
(90,175,6)
#519E06
(81,158,6)
#488D06
(72,141,6)
#3F7C06
(63,124,6)
#366B06
(54,107,6)
#2D5A06
(45,90,6)
#244906
(36,73,6)
#1B3806
(27,56,6)
#122706
(18,39,6)
#091606
(9,22,6)
#000000
(0,0,0)

Tints of #63C006

#63C006
(99,192,6)
#71C51C
(113,197,28)
#7FCA32
(127,202,50)
#8DCF48
(141,207,72)
#9BD45E
(155,212,94)
#A9D974
(169,217,116)
#B7DE8A
(183,222,138)
#C5E3A0
(197,227,160)
#D3E8B6
(211,232,182)
#E1EDCC
(225,237,204)
#EFF2E2
(239,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C006 color. Also use rgb(99,192,6) instead hex code.

Text Font Color

.myTextColor { color: #63C006; }

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

This text font color is #63C006.


Background Color

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

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

This div background color is #63C006.


Border color

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

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

This div border color is #63C006.


Opacity

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

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

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

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

This text has shadow with #63C006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C006 on black background.


Color preview on white background

This text has color #63C006 on white background.



Black color preview on #63C006 background

This text has black color on #63C006 background.


White color preview on #63C006 background

This text has white color on #63C006 background.