COLOR #00BE77

HEX: #00BE77
RGB: (0,190,119)

Renk bilgisi

#00BE77 contains mainly green color. #00BE77 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#00BE77 color RGB value is (0,190,119).

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

RGB bağlantıları ve doygunluk

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

0
190
119

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

Yüzdelerle RGB renk parçaları

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

%61.49
%38.51

CMYK RENK MODELİ

#00BE77 rengi CMYK tonu (100,0,37,25).

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

CMYK yüzdeleri

%100
%0
%37.37
%25.49

Codes

Color #00BE77 in popluar color models

00BE77
RGB0190119
HSL158°100.00%37.25%
HSB/HSV158°100.00%74.51%
CMYK100.00%0.00%37.37%
25.49%

Color #00BE77 in popluar number systems.

HEX00BE77
Decimal0190119
Binary0101111101110111
Octal0276167

Shades and tints

Shades of #00BE77

#00BE77
(0,190,119)
#00AD6D
(0,173,109)
#009C63
(0,156,99)
#008B59
(0,139,89)
#007A4F
(0,122,79)
#006945
(0,105,69)
#00583B
(0,88,59)
#004731
(0,71,49)
#003627
(0,54,39)
#00251D
(0,37,29)
#001413
(0,20,19)
#000000
(0,0,0)

Tints of #00BE77

#00BE77
(0,190,119)
#17C383
(23,195,131)
#2EC88F
(46,200,143)
#45CD9B
(69,205,155)
#5CD2A7
(92,210,167)
#73D7B3
(115,215,179)
#8ADCBF
(138,220,191)
#A1E1CB
(161,225,203)
#B8E6D7
(184,230,215)
#CFEBE3
(207,235,227)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BE77; }

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

This text font color is #00BE77.


Background Color

.myBgColor { background-color: #00BE77; }

<div style="background-color:#00BE77">Inner text</div>

This div background color is #00BE77.


Border color

.myBorderColor { border: 1px solid #00BE77; }

<div style="border:3px solid #00BE77">Div</div>

This div border color is #00BE77.


Opacity

.myOpacity80 { color: #00BE77; opacity: 0.8; }

<p style="color:#00BE77;opacity:0.8;">80%</p>

Text with #00BE77 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 #00BE77;}

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

This text has shadow with #00BE77 color.

.textShadow {text-shadow: 3px 3px 1px #00BE77, 3px 3px 1px red;}

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

This text has shadow with #00BE77 primary color and red secondary color.


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

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

This text has shadow with #00BE77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BE77 on black background.


Color preview on white background

This text has color #00BE77 on white background.



Black color preview on #00BE77 background

This text has black color on #00BE77 background.


White color preview on #00BE77 background

This text has white color on #00BE77 background.