COLOR #77EB66

HEX: #77EB66
RGB: (119,235,102)

Renk bilgisi

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

RGB renk modeli

#77EB66 color RGB value is (119,235,102).

  • kırmız ton 119;
  • yeşil ton 235;
  • mavi ton 102.
RGB:
(119,235,102)
(47%,92%,40%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 235 of 255 = 92%
B 102 of 255 = 40%

119
235
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 235 + 102 = 456 (100%)
R 119 of 456 ~ 26.1%
G 235 of 456 ~ 51.54%
B 102 of 456 ~ 22.37%

%26.1
%51.54
%22.37

CMYK RENK MODELİ

#77EB66 rengi CMYK tonu (49,0,57,8).

  • camgöbeği tonu 49.36%
  • eflatun tonu 0.00%
  • sarı tonu 56.60%
  • ana renk tonu 7.84%
CMYK:
(49,0,57,8)
C49M0Y57K8 
(49%,0%,57%,8%)
(0.49/0.00/0.57/0.08)	

CMYK yüzdeleri

%49.36
%0
%56.6
%7.84

Codes

Color #77EB66 in popluar color models

77EB66
RGB119235102
HSL112°76.88%66.08%
HSB/HSV112°56.60%92.16%
CMYK49.36%0.00%56.60%
7.84%

Color #77EB66 in popluar number systems.

HEX77EB66
Decimal119235102
Binary1110111111010111100110
Octal167353146

Shades and tints

Shades of #77EB66

#77EB66
(119,235,102)
#6DD65D
(109,214,93)
#63C154
(99,193,84)
#59AC4B
(89,172,75)
#4F9742
(79,151,66)
#458239
(69,130,57)
#3B6D30
(59,109,48)
#315827
(49,88,39)
#27431E
(39,67,30)
#1D2E15
(29,46,21)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #77EB66

#77EB66
(119,235,102)
#83EC73
(131,236,115)
#8FED80
(143,237,128)
#9BEE8D
(155,238,141)
#A7EF9A
(167,239,154)
#B3F0A7
(179,240,167)
#BFF1B4
(191,241,180)
#CBF2C1
(203,242,193)
#D7F3CE
(215,243,206)
#E3F4DB
(227,244,219)
#EFF5E8
(239,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77EB66 color. Also use rgb(119,235,102) instead hex code.

Text Font Color

.myTextColor { color: #77EB66; }

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

This text font color is #77EB66.


Background Color

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

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

This div background color is #77EB66.


Border color

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

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

This div border color is #77EB66.


Opacity

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

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

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

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

This text has shadow with #77EB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77EB66 on black background.


Color preview on white background

This text has color #77EB66 on white background.



Black color preview on #77EB66 background

This text has black color on #77EB66 background.


White color preview on #77EB66 background

This text has white color on #77EB66 background.