COLOR #00FE72

HEX: #00FE72
RGB: (0,254,114)

Renk bilgisi

#00FE72 contains mainly green color. #00FE72 ‘ nin web güvenlik rengi #00FF66 (ya da #0F6) dir.

RGB renk modeli

#00FE72 color RGB value is (0,254,114).

  • kırmız ton 0;
  • yeşil ton 254;
  • mavi ton 114.
RGB:
(0,254,114)
(0%,100%,45%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 254 of 255 = 100%
B 114 of 255 = 45%

0
254
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 254 + 114 = 368 (100%)
R 0 of 368 ~ 0%
G 254 of 368 ~ 69.02%
B 114 of 368 ~ 30.98%

%69.02
%30.98

CMYK RENK MODELİ

#00FE72 rengi CMYK tonu (100,0,55,0).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 55.12%
  • ana renk tonu 0.39%
CMYK:
(100,0,55,0)
C100M0Y55K0 
(100%,0%,55%,0%)
(1.00/0.00/0.55/0.00)	

CMYK yüzdeleri

%100
%0
%55.12
%0.39

Codes

Color #00FE72 in popluar color models

00FE72
RGB0254114
HSL147°100.00%49.80%
HSB/HSV147°100.00%99.61%
CMYK100.00%0.00%55.12%
0.39%

Color #00FE72 in popluar number systems.

HEX00FE72
Decimal0254114
Binary0111111101110010
Octal0376162

Shades and tints

Shades of #00FE72

#00FE72
(0,254,114)
#00E768
(0,231,104)
#00D05E
(0,208,94)
#00B954
(0,185,84)
#00A24A
(0,162,74)
#008B40
(0,139,64)
#007436
(0,116,54)
#005D2C
(0,93,44)
#004622
(0,70,34)
#002F18
(0,47,24)
#00180E
(0,24,14)
#000000
(0,0,0)

Tints of #00FE72

#00FE72
(0,254,114)
#17FE7E
(23,254,126)
#2EFE8A
(46,254,138)
#45FE96
(69,254,150)
#5CFEA2
(92,254,162)
#73FEAE
(115,254,174)
#8AFEBA
(138,254,186)
#A1FEC6
(161,254,198)
#B8FED2
(184,254,210)
#CFFEDE
(207,254,222)
#E6FEEA
(230,254,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FE72 color. Also use rgb(0,254,114) instead hex code.

Text Font Color

.myTextColor { color: #00FE72; }

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

This text font color is #00FE72.


Background Color

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

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

This div background color is #00FE72.


Border color

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

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

This div border color is #00FE72.


Opacity

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

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

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

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

This text has shadow with #00FE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FE72 on black background.


Color preview on white background

This text has color #00FE72 on white background.



Black color preview on #00FE72 background

This text has black color on #00FE72 background.


White color preview on #00FE72 background

This text has white color on #00FE72 background.