COLOR #74F414

HEX: #74F414
RGB: (116,244,20)

Renk bilgisi

#74F414 contains mainly green color. #74F414 ‘ nin web güvenlik rengi #66FF00 (ya da #6F0) dir.

RGB renk modeli

#74F414 color RGB value is (116,244,20).

  • kırmız ton 116;
  • yeşil ton 244;
  • mavi ton 20.
RGB:
(116,244,20)
(45%,96%,8%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 244 of 255 = 96%
B 20 of 255 = 8%

116
244
20

R + G + B ~ 50%. #74F414 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 244 + 20 = 380 (100%)
R 116 of 380 ~ 30.53%
G 244 of 380 ~ 64.21%
B 20 of 380 ~ 5.26%

%30.53
%64.21

CMYK RENK MODELİ

#74F414 rengi CMYK tonu (52,0,92,4).

  • camgöbeği tonu 52.46%
  • eflatun tonu 0.00%
  • sarı tonu 91.80%
  • ana renk tonu 4.31%
CMYK:
(52,0,92,4)
C52M0Y92K4 
(52%,0%,92%,4%)
(0.52/0.00/0.92/0.04)	

CMYK yüzdeleri

%52.46
%0
%91.8
%4.31

Codes

Color #74F414 in popluar color models

74F414
RGB11624420
HSL94°91.06%51.76%
HSB/HSV94°91.80%95.69%
CMYK52.46%0.00%91.80%
4.31%

Color #74F414 in popluar number systems.

HEX74F414
Decimal11624420
Binary11101001111010010100
Octal16436424

Shades and tints

Shades of #74F414

#74F414
(116,244,20)
#6ADE13
(106,222,19)
#60C812
(96,200,18)
#56B211
(86,178,17)
#4C9C10
(76,156,16)
#42860F
(66,134,15)
#38700E
(56,112,14)
#2E5A0D
(46,90,13)
#24440C
(36,68,12)
#1A2E0B
(26,46,11)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #74F414

#74F414
(116,244,20)
#80F529
(128,245,41)
#8CF63E
(140,246,62)
#98F753
(152,247,83)
#A4F868
(164,248,104)
#B0F97D
(176,249,125)
#BCFA92
(188,250,146)
#C8FBA7
(200,251,167)
#D4FCBC
(212,252,188)
#E0FDD1
(224,253,209)
#ECFEE6
(236,254,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74F414 color. Also use rgb(116,244,20) instead hex code.

Text Font Color

.myTextColor { color: #74F414; }

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

This text font color is #74F414.


Background Color

.myBgColor { background-color: #74F414; }

<div style="background-color:#74F414">Inner text</div>

This div background color is #74F414.


Border color

.myBorderColor { border: 1px solid #74F414; }

<div style="border:3px solid #74F414">Div</div>

This div border color is #74F414.


Opacity

.myOpacity80 { color: #74F414; opacity: 0.8; }

<p style="color:#74F414;opacity:0.8;">80%</p>

Text with #74F414 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 #74F414;}

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

This text has shadow with #74F414 color.

.textShadow {text-shadow: 3px 3px 1px #74F414, 3px 3px 1px red;}

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

This text has shadow with #74F414 primary color and red secondary color.


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

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

This text has shadow with #74F414 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F414 on black background.


Color preview on white background

This text has color #74F414 on white background.



Black color preview on #74F414 background

This text has black color on #74F414 background.


White color preview on #74F414 background

This text has white color on #74F414 background.