COLOR #4FBE00

HEX: #4FBE00
RGB: (79,190,0)

Renk bilgisi

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

RGB renk modeli

#4FBE00 color RGB value is (79,190,0).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 190 of 255 = 75%
B 0 of 255 = 0%

79
190
0

R + G + B ~ 35%. #4FBE00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 190 + 0 = 269 (100%)
R 79 of 269 ~ 29.37%
G 190 of 269 ~ 70.63%
B 0 of 269 ~ 0%

%29.37
%70.63

CMYK RENK MODELİ

#4FBE00 rengi CMYK tonu (58,0,100,25).

  • camgöbeği tonu 58.42%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 25.49%
CMYK:
(58,0,100,25)
C58M0Y100K25 
(58%,0%,100%,25%)
(0.58/0.00/1.00/0.25)	

CMYK yüzdeleri

%58.42
%0
%100
%25.49

Codes

Color #4FBE00 in popluar color models

4FBE00
RGB791900
HSL95°100.00%37.25%
HSB/HSV95°100.00%74.51%
CMYK58.42%0.00%100.00%
25.49%

Color #4FBE00 in popluar number systems.

HEX4FBE00
Decimal791900
Binary1001111101111100
Octal1172760

Shades and tints

Shades of #4FBE00

#4FBE00
(79,190,0)
#48AD00
(72,173,0)
#419C00
(65,156,0)
#3A8B00
(58,139,0)
#337A00
(51,122,0)
#2C6900
(44,105,0)
#255800
(37,88,0)
#1E4700
(30,71,0)
#173600
(23,54,0)
#102500
(16,37,0)
#091400
(9,20,0)
#000000
(0,0,0)

Tints of #4FBE00

#4FBE00
(79,190,0)
#5FC317
(95,195,23)
#6FC82E
(111,200,46)
#7FCD45
(127,205,69)
#8FD25C
(143,210,92)
#9FD773
(159,215,115)
#AFDC8A
(175,220,138)
#BFE1A1
(191,225,161)
#CFE6B8
(207,230,184)
#DFEBCF
(223,235,207)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBE00 color. Also use rgb(79,190,0) instead hex code.

Text Font Color

.myTextColor { color: #4FBE00; }

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

This text font color is #4FBE00.


Background Color

.myBgColor { background-color: #4FBE00; }

<div style="background-color:#4FBE00">Inner text</div>

This div background color is #4FBE00.


Border color

.myBorderColor { border: 1px solid #4FBE00; }

<div style="border:3px solid #4FBE00">Div</div>

This div border color is #4FBE00.


Opacity

.myOpacity80 { color: #4FBE00; opacity: 0.8; }

<p style="color:#4FBE00;opacity:0.8;">80%</p>

Text with #4FBE00 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 #4FBE00;}

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

This text has shadow with #4FBE00 color.

.textShadow {text-shadow: 3px 3px 1px #4FBE00, 3px 3px 1px red;}

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

This text has shadow with #4FBE00 primary color and red secondary color.


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

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

This text has shadow with #4FBE00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBE00 on black background.


Color preview on white background

This text has color #4FBE00 on white background.



Black color preview on #4FBE00 background

This text has black color on #4FBE00 background.


White color preview on #4FBE00 background

This text has white color on #4FBE00 background.