COLOR #63C75C

HEX: #63C75C
RGB: (99,199,92)

Renk bilgisi

#63C75C contains mainly green color. #63C75C ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63C75C color RGB value is (99,199,92).

  • kırmız ton 99;
  • yeşil ton 199;
  • mavi ton 92.
RGB:
(99,199,92)
(39%,78%,36%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 199 of 255 = 78%
B 92 of 255 = 36%

99
199
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 199 + 92 = 390 (100%)
R 99 of 390 ~ 25.38%
G 199 of 390 ~ 51.03%
B 92 of 390 ~ 23.59%

%25.38
%51.03
%23.59

CMYK RENK MODELİ

#63C75C rengi CMYK tonu (50,0,54,22).

  • camgöbeği tonu 50.25%
  • eflatun tonu 0.00%
  • sarı tonu 53.77%
  • ana renk tonu 21.96%
CMYK:
(50,0,54,22)
C50M0Y54K22 
(50%,0%,54%,22%)
(0.50/0.00/0.54/0.22)	

CMYK yüzdeleri

%50.25
%0
%53.77
%21.96

Codes

Color #63C75C in popluar color models

63C75C
RGB9919992
HSL116°48.86%57.06%
HSB/HSV116°53.77%78.04%
CMYK50.25%0.00%53.77%
21.96%

Color #63C75C in popluar number systems.

HEX63C75C
Decimal9919992
Binary1100011110001111011100
Octal143307134

Shades and tints

Shades of #63C75C

#63C75C
(99,199,92)
#5AB554
(90,181,84)
#51A34C
(81,163,76)
#489144
(72,145,68)
#3F7F3C
(63,127,60)
#366D34
(54,109,52)
#2D5B2C
(45,91,44)
#244924
(36,73,36)
#1B371C
(27,55,28)
#122514
(18,37,20)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #63C75C

#63C75C
(99,199,92)
#71CC6A
(113,204,106)
#7FD178
(127,209,120)
#8DD686
(141,214,134)
#9BDB94
(155,219,148)
#A9E0A2
(169,224,162)
#B7E5B0
(183,229,176)
#C5EABE
(197,234,190)
#D3EFCC
(211,239,204)
#E1F4DA
(225,244,218)
#EFF9E8
(239,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C75C color. Also use rgb(99,199,92) instead hex code.

Text Font Color

.myTextColor { color: #63C75C; }

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

This text font color is #63C75C.


Background Color

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

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

This div background color is #63C75C.


Border color

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

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

This div border color is #63C75C.


Opacity

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

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

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

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

This text has shadow with #63C75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C75C on black background.


Color preview on white background

This text has color #63C75C on white background.



Black color preview on #63C75C background

This text has black color on #63C75C background.


White color preview on #63C75C background

This text has white color on #63C75C background.