COLOR #50BE0B

HEX: #50BE0B
RGB: (80,190,11)

Renk bilgisi

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

RGB renk modeli

#50BE0B color RGB value is (80,190,11).

  • kırmız ton 80;
  • yeşil ton 190;
  • mavi ton 11.
RGB:
(80,190,11)
(31%,75%,4%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 190 of 255 = 75%
B 11 of 255 = 4%

80
190
11

R + G + B ~ 37%. #50BE0B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 190 + 11 = 281 (100%)
R 80 of 281 ~ 28.47%
G 190 of 281 ~ 67.62%
B 11 of 281 ~ 3.91%

%28.47
%67.62

CMYK RENK MODELİ

#50BE0B rengi CMYK tonu (58,0,94,25).

  • camgöbeği tonu 57.89%
  • eflatun tonu 0.00%
  • sarı tonu 94.21%
  • ana renk tonu 25.49%
CMYK:
(58,0,94,25)
C58M0Y94K25 
(58%,0%,94%,25%)
(0.58/0.00/0.94/0.25)	

CMYK yüzdeleri

%57.89
%0
%94.21
%25.49

Codes

Color #50BE0B in popluar color models

50BE0B
RGB8019011
HSL97°89.05%39.41%
HSB/HSV97°94.21%74.51%
CMYK57.89%0.00%94.21%
25.49%

Color #50BE0B in popluar number systems.

HEX50BE0B
Decimal8019011
Binary1010000101111101011
Octal12027613

Shades and tints

Shades of #50BE0B

#50BE0B
(80,190,11)
#49AD0A
(73,173,10)
#429C09
(66,156,9)
#3B8B08
(59,139,8)
#347A07
(52,122,7)
#2D6906
(45,105,6)
#265805
(38,88,5)
#1F4704
(31,71,4)
#183603
(24,54,3)
#112502
(17,37,2)
#0A1401
(10,20,1)
#000000
(0,0,0)

Tints of #50BE0B

#50BE0B
(80,190,11)
#5FC321
(95,195,33)
#6EC837
(110,200,55)
#7DCD4D
(125,205,77)
#8CD263
(140,210,99)
#9BD779
(155,215,121)
#AADC8F
(170,220,143)
#B9E1A5
(185,225,165)
#C8E6BB
(200,230,187)
#D7EBD1
(215,235,209)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BE0B color. Also use rgb(80,190,11) instead hex code.

Text Font Color

.myTextColor { color: #50BE0B; }

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

This text font color is #50BE0B.


Background Color

.myBgColor { background-color: #50BE0B; }

<div style="background-color:#50BE0B">Inner text</div>

This div background color is #50BE0B.


Border color

.myBorderColor { border: 1px solid #50BE0B; }

<div style="border:3px solid #50BE0B">Div</div>

This div border color is #50BE0B.


Opacity

.myOpacity80 { color: #50BE0B; opacity: 0.8; }

<p style="color:#50BE0B;opacity:0.8;">80%</p>

Text with #50BE0B 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 #50BE0B;}

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

This text has shadow with #50BE0B color.

.textShadow {text-shadow: 3px 3px 1px #50BE0B, 3px 3px 1px red;}

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

This text has shadow with #50BE0B primary color and red secondary color.


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

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

This text has shadow with #50BE0B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BE0B on black background.


Color preview on white background

This text has color #50BE0B on white background.



Black color preview on #50BE0B background

This text has black color on #50BE0B background.


White color preview on #50BE0B background

This text has white color on #50BE0B background.