COLOR #74E365

HEX: #74E365
RGB: (116,227,101)

Renk bilgisi

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

RGB renk modeli

#74E365 color RGB value is (116,227,101).

  • kırmız ton 116;
  • yeşil ton 227;
  • mavi ton 101.
RGB:
(116,227,101)
(45%,89%,40%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 227 of 255 = 89%
B 101 of 255 = 40%

116
227
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 227 + 101 = 444 (100%)
R 116 of 444 ~ 26.13%
G 227 of 444 ~ 51.13%
B 101 of 444 ~ 22.75%

%26.13
%51.13
%22.75

CMYK RENK MODELİ

#74E365 rengi CMYK tonu (49,0,56,11).

  • camgöbeği tonu 48.90%
  • eflatun tonu 0.00%
  • sarı tonu 55.51%
  • ana renk tonu 10.98%
CMYK:
(49,0,56,11)
C49M0Y56K11 
(49%,0%,56%,11%)
(0.49/0.00/0.56/0.11)	

CMYK yüzdeleri

%48.9
%0
%55.51
%10.98

Codes

Color #74E365 in popluar color models

74E365
RGB116227101
HSL113°69.23%64.31%
HSB/HSV113°55.51%89.02%
CMYK48.90%0.00%55.51%
10.98%

Color #74E365 in popluar number systems.

HEX74E365
Decimal116227101
Binary1110100111000111100101
Octal164343145

Shades and tints

Shades of #74E365

#74E365
(116,227,101)
#6ACF5C
(106,207,92)
#60BB53
(96,187,83)
#56A74A
(86,167,74)
#4C9341
(76,147,65)
#427F38
(66,127,56)
#386B2F
(56,107,47)
#2E5726
(46,87,38)
#24431D
(36,67,29)
#1A2F14
(26,47,20)
#101B0B
(16,27,11)
#000000
(0,0,0)

Tints of #74E365

#74E365
(116,227,101)
#80E573
(128,229,115)
#8CE781
(140,231,129)
#98E98F
(152,233,143)
#A4EB9D
(164,235,157)
#B0EDAB
(176,237,171)
#BCEFB9
(188,239,185)
#C8F1C7
(200,241,199)
#D4F3D5
(212,243,213)
#E0F5E3
(224,245,227)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E365 color. Also use rgb(116,227,101) instead hex code.

Text Font Color

.myTextColor { color: #74E365; }

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

This text font color is #74E365.


Background Color

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

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

This div background color is #74E365.


Border color

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

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

This div border color is #74E365.


Opacity

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

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

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

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

This text has shadow with #74E365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E365 on black background.


Color preview on white background

This text has color #74E365 on white background.



Black color preview on #74E365 background

This text has black color on #74E365 background.


White color preview on #74E365 background

This text has white color on #74E365 background.