COLOR #63F092

HEX: #63F092
RGB: (99,240,146)

Renk bilgisi

#63F092 contains mainly green color. #63F092 ‘ nin web güvenlik rengi #66FF99 (ya da #6F9) dir.

RGB renk modeli

#63F092 color RGB value is (99,240,146).

  • kırmız ton 99;
  • yeşil ton 240;
  • mavi ton 146.
RGB:
(99,240,146)
(39%,94%,57%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 240 of 255 = 94%
B 146 of 255 = 57%

99
240
146

R + G + B ~ 63%. #63F092 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 240 + 146 = 485 (100%)
R 99 of 485 ~ 20.41%
G 240 of 485 ~ 49.48%
B 146 of 485 ~ 30.1%

%20.41
%49.48
%30.1

CMYK RENK MODELİ

#63F092 rengi CMYK tonu (59,0,39,6).

  • camgöbeği tonu 58.75%
  • eflatun tonu 0.00%
  • sarı tonu 39.17%
  • ana renk tonu 5.88%
CMYK:
(59,0,39,6)
C59M0Y39K6 
(59%,0%,39%,6%)
(0.59/0.00/0.39/0.06)	

CMYK yüzdeleri

%58.75
%0
%39.17
%5.88

Codes

Color #63F092 in popluar color models

63F092
RGB99240146
HSL140°82.46%66.47%
HSB/HSV140°58.75%94.12%
CMYK58.75%0.00%39.17%
5.88%

Color #63F092 in popluar number systems.

HEX63F092
Decimal99240146
Binary11000111111000010010010
Octal143360222

Shades and tints

Shades of #63F092

#63F092
(99,240,146)
#5ADB85
(90,219,133)
#51C678
(81,198,120)
#48B16B
(72,177,107)
#3F9C5E
(63,156,94)
#368751
(54,135,81)
#2D7244
(45,114,68)
#245D37
(36,93,55)
#1B482A
(27,72,42)
#12331D
(18,51,29)
#091E10
(9,30,16)
#000000
(0,0,0)

Tints of #63F092

#63F092
(99,240,146)
#71F19B
(113,241,155)
#7FF2A4
(127,242,164)
#8DF3AD
(141,243,173)
#9BF4B6
(155,244,182)
#A9F5BF
(169,245,191)
#B7F6C8
(183,246,200)
#C5F7D1
(197,247,209)
#D3F8DA
(211,248,218)
#E1F9E3
(225,249,227)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F092 color. Also use rgb(99,240,146) instead hex code.

Text Font Color

.myTextColor { color: #63F092; }

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

This text font color is #63F092.


Background Color

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

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

This div background color is #63F092.


Border color

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

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

This div border color is #63F092.


Opacity

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

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

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

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

This text has shadow with #63F092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F092 on black background.


Color preview on white background

This text has color #63F092 on white background.



Black color preview on #63F092 background

This text has black color on #63F092 background.


White color preview on #63F092 background

This text has white color on #63F092 background.