COLOR #74E66B

HEX: #74E66B
RGB: (116,230,107)

Renk bilgisi

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

RGB renk modeli

#74E66B color RGB value is (116,230,107).

  • kırmız ton 116;
  • yeşil ton 230;
  • mavi ton 107.
RGB:
(116,230,107)
(45%,90%,42%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 230 of 255 = 90%
B 107 of 255 = 42%

116
230
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 230 + 107 = 453 (100%)
R 116 of 453 ~ 25.61%
G 230 of 453 ~ 50.77%
B 107 of 453 ~ 23.62%

%25.61
%50.77
%23.62

CMYK RENK MODELİ

#74E66B rengi CMYK tonu (50,0,53,10).

  • camgöbeği tonu 49.57%
  • eflatun tonu 0.00%
  • sarı tonu 53.48%
  • ana renk tonu 9.80%
CMYK:
(50,0,53,10)
C50M0Y53K10 
(50%,0%,53%,10%)
(0.50/0.00/0.53/0.10)	

CMYK yüzdeleri

%49.57
%0
%53.48
%9.8

Codes

Color #74E66B in popluar color models

74E66B
RGB116230107
HSL116°71.10%66.08%
HSB/HSV116°53.48%90.20%
CMYK49.57%0.00%53.48%
9.80%

Color #74E66B in popluar number systems.

HEX74E66B
Decimal116230107
Binary1110100111001101101011
Octal164346153

Shades and tints

Shades of #74E66B

#74E66B
(116,230,107)
#6AD262
(106,210,98)
#60BE59
(96,190,89)
#56AA50
(86,170,80)
#4C9647
(76,150,71)
#42823E
(66,130,62)
#386E35
(56,110,53)
#2E5A2C
(46,90,44)
#244623
(36,70,35)
#1A321A
(26,50,26)
#101E11
(16,30,17)
#000000
(0,0,0)

Tints of #74E66B

#74E66B
(116,230,107)
#80E878
(128,232,120)
#8CEA85
(140,234,133)
#98EC92
(152,236,146)
#A4EE9F
(164,238,159)
#B0F0AC
(176,240,172)
#BCF2B9
(188,242,185)
#C8F4C6
(200,244,198)
#D4F6D3
(212,246,211)
#E0F8E0
(224,248,224)
#ECFAED
(236,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E66B color. Also use rgb(116,230,107) instead hex code.

Text Font Color

.myTextColor { color: #74E66B; }

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

This text font color is #74E66B.


Background Color

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

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

This div background color is #74E66B.


Border color

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

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

This div border color is #74E66B.


Opacity

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

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

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

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

This text has shadow with #74E66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E66B on black background.


Color preview on white background

This text has color #74E66B on white background.



Black color preview on #74E66B background

This text has black color on #74E66B background.


White color preview on #74E66B background

This text has white color on #74E66B background.