COLOR #01FE7D

HEX: #01FE7D
RGB: (1,254,125)

Color info

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

RGB color model

#01FE7D color RGB value is (1,254,125).

  • red value is 1;
  • green value is 254;
  • blue value is 125.
RGB:
(1,254,125)
(0%,100%,49%)

RGB channels and saturation

R 1 of 255 = 0%
G 254 of 255 = 100%
B 125 of 255 = 49%

1
254
125

R + G + B ~ 50%. #01FE7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 254 + 125 = 380 (100%)
R 1 of 380 ~ 0.26%
G 254 of 380 ~ 66.84%
B 125 of 380 ~ 32.89%

%66.84
%32.89

CMYK color model

#01FE7D color CMYK value is (100,0,51,0).

  • cyan value is 99.61%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 0.39%
CMYK:
(100,0,51,0)
C100M0Y51K0 
(100%,0%,51%,0%)
(1.00/0.00/0.51/0.00)	

CMYK percentages

%99.61
%0
%50.79
%0.39

Codes

Color #01FE7D in popluar color models

01FE7D
RGB1254125
HSL149°99.22%50.00%
HSB/HSV149°99.61%99.61%
CMYK99.61%0.00%50.79%
0.39%

Color #01FE7D in popluar number systems.

HEX01FE7D
Decimal1254125
Binary1111111101111101
Octal1376175

Shades and tints

Shades of #01FE7D

#01FE7D
(1,254,125)
#01E772
(1,231,114)
#01D067
(1,208,103)
#01B95C
(1,185,92)
#01A251
(1,162,81)
#018B46
(1,139,70)
#01743B
(1,116,59)
#015D30
(1,93,48)
#014625
(1,70,37)
#012F1A
(1,47,26)
#01180F
(1,24,15)
#000000
(0,0,0)

Tints of #01FE7D

#01FE7D
(1,254,125)
#18FE88
(24,254,136)
#2FFE93
(47,254,147)
#46FE9E
(70,254,158)
#5DFEA9
(93,254,169)
#74FEB4
(116,254,180)
#8BFEBF
(139,254,191)
#A2FECA
(162,254,202)
#B9FED5
(185,254,213)
#D0FEE0
(208,254,224)
#E7FEEB
(231,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01FE7D color. Also use rgb(1,254,125) instead hex code.

Text Font Color

.myTextColor { color: #01FE7D; }

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

This text font color is #01FE7D.


Background Color

.myBgColor { background-color: #01FE7D; }

<div style="background-color:#01FE7D">Inner text</div>

This div background color is #01FE7D.


Border color

.myBorderColor { border: 1px solid #01FE7D; }

<div style="border:3px solid #01FE7D">Div</div>

This div border color is #01FE7D.


Opacity

.myOpacity80 { color: #01FE7D; opacity: 0.8; }

<p style="color:#01FE7D;opacity:0.8;">80%</p>

Text with #01FE7D 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 #01FE7D;}

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

This text has shadow with #01FE7D color.

.textShadow {text-shadow: 3px 3px 1px #01FE7D, 3px 3px 1px red;}

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

This text has shadow with #01FE7D primary color and red secondary color.


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

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

This text has shadow with #01FE7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01FE7D on black background.


Color preview on white background

This text has color #01FE7D on white background.



Black color preview on #01FE7D background

This text has black color on #01FE7D background.


White color preview on #01FE7D background

This text has white color on #01FE7D background.