COLOR #77F353

HEX: #77F353
RGB: (119,243,83)

Renk bilgisi

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

RGB renk modeli

#77F353 color RGB value is (119,243,83).

  • kırmız ton 119;
  • yeşil ton 243;
  • mavi ton 83.
RGB:
(119,243,83)
(47%,95%,33%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 243 of 255 = 95%
B 83 of 255 = 33%

119
243
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 243 + 83 = 445 (100%)
R 119 of 445 ~ 26.74%
G 243 of 445 ~ 54.61%
B 83 of 445 ~ 18.65%

%26.74
%54.61
%18.65

CMYK RENK MODELİ

#77F353 rengi CMYK tonu (51,0,66,5).

  • camgöbeği tonu 51.03%
  • eflatun tonu 0.00%
  • sarı tonu 65.84%
  • ana renk tonu 4.71%
CMYK:
(51,0,66,5)
C51M0Y66K5 
(51%,0%,66%,5%)
(0.51/0.00/0.66/0.05)	

CMYK yüzdeleri

%51.03
%0
%65.84
%4.71

Codes

Color #77F353 in popluar color models

77F353
RGB11924383
HSL107°86.96%63.92%
HSB/HSV107°65.84%95.29%
CMYK51.03%0.00%65.84%
4.71%

Color #77F353 in popluar number systems.

HEX77F353
Decimal11924383
Binary1110111111100111010011
Octal167363123

Shades and tints

Shades of #77F353

#77F353
(119,243,83)
#6DDD4C
(109,221,76)
#63C745
(99,199,69)
#59B13E
(89,177,62)
#4F9B37
(79,155,55)
#458530
(69,133,48)
#3B6F29
(59,111,41)
#315922
(49,89,34)
#27431B
(39,67,27)
#1D2D14
(29,45,20)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #77F353

#77F353
(119,243,83)
#83F462
(131,244,98)
#8FF571
(143,245,113)
#9BF680
(155,246,128)
#A7F78F
(167,247,143)
#B3F89E
(179,248,158)
#BFF9AD
(191,249,173)
#CBFABC
(203,250,188)
#D7FBCB
(215,251,203)
#E3FCDA
(227,252,218)
#EFFDE9
(239,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F353 color. Also use rgb(119,243,83) instead hex code.

Text Font Color

.myTextColor { color: #77F353; }

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

This text font color is #77F353.


Background Color

.myBgColor { background-color: #77F353; }

<div style="background-color:#77F353">Inner text</div>

This div background color is #77F353.


Border color

.myBorderColor { border: 1px solid #77F353; }

<div style="border:3px solid #77F353">Div</div>

This div border color is #77F353.


Opacity

.myOpacity80 { color: #77F353; opacity: 0.8; }

<p style="color:#77F353;opacity:0.8;">80%</p>

Text with #77F353 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 #77F353;}

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

This text has shadow with #77F353 color.

.textShadow {text-shadow: 3px 3px 1px #77F353, 3px 3px 1px red;}

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

This text has shadow with #77F353 primary color and red secondary color.


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

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

This text has shadow with #77F353 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F353 on black background.


Color preview on white background

This text has color #77F353 on white background.



Black color preview on #77F353 background

This text has black color on #77F353 background.


White color preview on #77F353 background

This text has white color on #77F353 background.