COLOR #77BE00

HEX: #77BE00
RGB: (119,190,0)

Renk bilgisi

#77BE00 contains mainly green color. #77BE00 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#77BE00 color RGB value is (119,190,0).

  • kırmız ton 119;
  • yeşil ton 190;
  • mavi ton 0.
RGB:
(119,190,0)
(47%,75%,0%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 190 of 255 = 75%
B 0 of 255 = 0%

119
190
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 190 + 0 = 309 (100%)
R 119 of 309 ~ 38.51%
G 190 of 309 ~ 61.49%
B 0 of 309 ~ 0%

%38.51
%61.49

CMYK RENK MODELİ

#77BE00 rengi CMYK tonu (37,0,100,25).

  • camgöbeği tonu 37.37%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 25.49%
CMYK:
(37,0,100,25)
C37M0Y100K25 
(37%,0%,100%,25%)
(0.37/0.00/1.00/0.25)	

CMYK yüzdeleri

%37.37
%0
%100
%25.49

Codes

Color #77BE00 in popluar color models

77BE00
RGB1191900
HSL82°100.00%37.25%
HSB/HSV82°100.00%74.51%
CMYK37.37%0.00%100.00%
25.49%

Color #77BE00 in popluar number systems.

HEX77BE00
Decimal1191900
Binary1110111101111100
Octal1672760

Shades and tints

Shades of #77BE00

#77BE00
(119,190,0)
#6DAD00
(109,173,0)
#639C00
(99,156,0)
#598B00
(89,139,0)
#4F7A00
(79,122,0)
#456900
(69,105,0)
#3B5800
(59,88,0)
#314700
(49,71,0)
#273600
(39,54,0)
#1D2500
(29,37,0)
#131400
(19,20,0)
#000000
(0,0,0)

Tints of #77BE00

#77BE00
(119,190,0)
#83C317
(131,195,23)
#8FC82E
(143,200,46)
#9BCD45
(155,205,69)
#A7D25C
(167,210,92)
#B3D773
(179,215,115)
#BFDC8A
(191,220,138)
#CBE1A1
(203,225,161)
#D7E6B8
(215,230,184)
#E3EBCF
(227,235,207)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BE00 color. Also use rgb(119,190,0) instead hex code.

Text Font Color

.myTextColor { color: #77BE00; }

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

This text font color is #77BE00.


Background Color

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

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

This div background color is #77BE00.


Border color

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

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

This div border color is #77BE00.


Opacity

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

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

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

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

This text has shadow with #77BE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BE00 on black background.


Color preview on white background

This text has color #77BE00 on white background.



Black color preview on #77BE00 background

This text has black color on #77BE00 background.


White color preview on #77BE00 background

This text has white color on #77BE00 background.