COLOR #74EE7F

HEX: #74EE7F
RGB: (116,238,127)

Renk bilgisi

#74EE7F contains mainly green color. #74EE7F ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#74EE7F color RGB value is (116,238,127).

  • kırmız ton 116;
  • yeşil ton 238;
  • mavi ton 127.
RGB:
(116,238,127)
(45%,93%,50%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 238 of 255 = 93%
B 127 of 255 = 50%

116
238
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 238 + 127 = 481 (100%)
R 116 of 481 ~ 24.12%
G 238 of 481 ~ 49.48%
B 127 of 481 ~ 26.4%

%24.12
%49.48
%26.4

CMYK RENK MODELİ

#74EE7F rengi CMYK tonu (51,0,47,7).

  • camgöbeği tonu 51.26%
  • eflatun tonu 0.00%
  • sarı tonu 46.64%
  • ana renk tonu 6.67%
CMYK:
(51,0,47,7)
C51M0Y47K7 
(51%,0%,47%,7%)
(0.51/0.00/0.47/0.07)	

CMYK yüzdeleri

%51.26
%0
%46.64
%6.67

Codes

Color #74EE7F in popluar color models

74EE7F
RGB116238127
HSL125°78.21%69.41%
HSB/HSV125°51.26%93.33%
CMYK51.26%0.00%46.64%
6.67%

Color #74EE7F in popluar number systems.

HEX74EE7F
Decimal116238127
Binary1110100111011101111111
Octal164356177

Shades and tints

Shades of #74EE7F

#74EE7F
(116,238,127)
#6AD974
(106,217,116)
#60C469
(96,196,105)
#56AF5E
(86,175,94)
#4C9A53
(76,154,83)
#428548
(66,133,72)
#38703D
(56,112,61)
#2E5B32
(46,91,50)
#244627
(36,70,39)
#1A311C
(26,49,28)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #74EE7F

#74EE7F
(116,238,127)
#80EF8A
(128,239,138)
#8CF095
(140,240,149)
#98F1A0
(152,241,160)
#A4F2AB
(164,242,171)
#B0F3B6
(176,243,182)
#BCF4C1
(188,244,193)
#C8F5CC
(200,245,204)
#D4F6D7
(212,246,215)
#E0F7E2
(224,247,226)
#ECF8ED
(236,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74EE7F color. Also use rgb(116,238,127) instead hex code.

Text Font Color

.myTextColor { color: #74EE7F; }

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

This text font color is #74EE7F.


Background Color

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

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

This div background color is #74EE7F.


Border color

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

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

This div border color is #74EE7F.


Opacity

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

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

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

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

This text has shadow with #74EE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EE7F on black background.


Color preview on white background

This text has color #74EE7F on white background.



Black color preview on #74EE7F background

This text has black color on #74EE7F background.


White color preview on #74EE7F background

This text has white color on #74EE7F background.