COLOR #00FC7C

HEX: #00FC7C
RGB: (0,252,124)

Color info

#00FC7C contains mainly green color. Web safe color of #00FC7C is #00FF66 (or #0F6).

RGB color model

#00FC7C color RGB value is (0,252,124).

  • red value is 0;
  • green value is 252;
  • blue value is 124.
RGB:
(0,252,124)
(0%,99%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 252 of 255 = 99%
B 124 of 255 = 49%

0
252
124

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

Portions of RGB colors in percentages

R + G + B =
0 + 252 + 124 = 376 (100%)
R 0 of 376 ~ 0%
G 252 of 376 ~ 67.02%
B 124 of 376 ~ 32.98%

%67.02
%32.98

CMYK color model

#00FC7C color CMYK value is (100,0,51,1).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 1.18%
CMYK:
(100,0,51,1)
C100M0Y51K1 
(100%,0%,51%,1%)
(1.00/0.00/0.51/0.01)	

CMYK percentages

%100
%0
%50.79
%1.18

Codes

Color #00FC7C in popluar color models

00FC7C
RGB0252124
HSL150°100.00%49.41%
HSB/HSV150°100.00%98.82%
CMYK100.00%0.00%50.79%
1.18%

Color #00FC7C in popluar number systems.

HEX00FC7C
Decimal0252124
Binary0111111001111100
Octal0374174

Shades and tints

Shades of #00FC7C

#00FC7C
(0,252,124)
#00E671
(0,230,113)
#00D066
(0,208,102)
#00BA5B
(0,186,91)
#00A450
(0,164,80)
#008E45
(0,142,69)
#00783A
(0,120,58)
#00622F
(0,98,47)
#004C24
(0,76,36)
#003619
(0,54,25)
#00200E
(0,32,14)
#000000
(0,0,0)

Tints of #00FC7C

#00FC7C
(0,252,124)
#17FC87
(23,252,135)
#2EFC92
(46,252,146)
#45FC9D
(69,252,157)
#5CFCA8
(92,252,168)
#73FCB3
(115,252,179)
#8AFCBE
(138,252,190)
#A1FCC9
(161,252,201)
#B8FCD4
(184,252,212)
#CFFCDF
(207,252,223)
#E6FCEA
(230,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FC7C color. Also use rgb(0,252,124) instead hex code.

Text Font Color

.myTextColor { color: #00FC7C; }

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

This text font color is #00FC7C.


Background Color

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

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

This div background color is #00FC7C.


Border color

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

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

This div border color is #00FC7C.


Opacity

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

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

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

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

This text has shadow with #00FC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FC7C on black background.


Color preview on white background

This text has color #00FC7C on white background.



Black color preview on #00FC7C background

This text has black color on #00FC7C background.


White color preview on #00FC7C background

This text has white color on #00FC7C background.