COLOR #4CF740

HEX: #4CF740
RGB: (76,247,64)

Renk bilgisi

#4CF740 contains mainly green color. #4CF740 ‘ nin web güvenlik rengi #33FF33 (ya da #3F3) dir.

RGB renk modeli

#4CF740 color RGB value is (76,247,64).

  • kırmız ton 76;
  • yeşil ton 247;
  • mavi ton 64.
RGB:
(76,247,64)
(30%,97%,25%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 247 of 255 = 97%
B 64 of 255 = 25%

76
247
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 247 + 64 = 387 (100%)
R 76 of 387 ~ 19.64%
G 247 of 387 ~ 63.82%
B 64 of 387 ~ 16.54%

%19.64
%63.82
%16.54

CMYK RENK MODELİ

#4CF740 rengi CMYK tonu (69,0,74,3).

  • camgöbeği tonu 69.23%
  • eflatun tonu 0.00%
  • sarı tonu 74.09%
  • ana renk tonu 3.14%
CMYK:
(69,0,74,3)
C69M0Y74K3 
(69%,0%,74%,3%)
(0.69/0.00/0.74/0.03)	

CMYK yüzdeleri

%69.23
%0
%74.09
%3.14

Codes

Color #4CF740 in popluar color models

4CF740
RGB7624764
HSL116°91.96%60.98%
HSB/HSV116°74.09%96.86%
CMYK69.23%0.00%74.09%
3.14%

Color #4CF740 in popluar number systems.

HEX4CF740
Decimal7624764
Binary1001100111101111000000
Octal114367100

Shades and tints

Shades of #4CF740

#4CF740
(76,247,64)
#46E13B
(70,225,59)
#40CB36
(64,203,54)
#3AB531
(58,181,49)
#349F2C
(52,159,44)
#2E8927
(46,137,39)
#287322
(40,115,34)
#225D1D
(34,93,29)
#1C4718
(28,71,24)
#163113
(22,49,19)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #4CF740

#4CF740
(76,247,64)
#5CF751
(92,247,81)
#6CF762
(108,247,98)
#7CF773
(124,247,115)
#8CF784
(140,247,132)
#9CF795
(156,247,149)
#ACF7A6
(172,247,166)
#BCF7B7
(188,247,183)
#CCF7C8
(204,247,200)
#DCF7D9
(220,247,217)
#ECF7EA
(236,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CF740 color. Also use rgb(76,247,64) instead hex code.

Text Font Color

.myTextColor { color: #4CF740; }

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

This text font color is #4CF740.


Background Color

.myBgColor { background-color: #4CF740; }

<div style="background-color:#4CF740">Inner text</div>

This div background color is #4CF740.


Border color

.myBorderColor { border: 1px solid #4CF740; }

<div style="border:3px solid #4CF740">Div</div>

This div border color is #4CF740.


Opacity

.myOpacity80 { color: #4CF740; opacity: 0.8; }

<p style="color:#4CF740;opacity:0.8;">80%</p>

Text with #4CF740 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 #4CF740;}

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

This text has shadow with #4CF740 color.

.textShadow {text-shadow: 3px 3px 1px #4CF740, 3px 3px 1px red;}

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

This text has shadow with #4CF740 primary color and red secondary color.


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

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

This text has shadow with #4CF740 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CF740 on black background.


Color preview on white background

This text has color #4CF740 on white background.



Black color preview on #4CF740 background

This text has black color on #4CF740 background.


White color preview on #4CF740 background

This text has white color on #4CF740 background.