COLOR #01D75F

HEX: #01D75F
RGB: (1,215,95)

Color info

#01D75F contains mainly green color. Web safe color of #01D75F is #00CC66 (or #0C6).

RGB color model

#01D75F color RGB value is (1,215,95).

  • red value is 1;
  • green value is 215;
  • blue value is 95.
RGB:
(1,215,95)
(0%,84%,37%)

RGB channels and saturation

R 1 of 255 = 0%
G 215 of 255 = 84%
B 95 of 255 = 37%

1
215
95

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

Portions of RGB colors in percentages

R + G + B =
1 + 215 + 95 = 311 (100%)
R 1 of 311 ~ 0.32%
G 215 of 311 ~ 69.13%
B 95 of 311 ~ 30.55%

%69.13
%30.55

CMYK color model

#01D75F color CMYK value is (100,0,56,16).

  • cyan value is 99.53%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 15.69%
CMYK:
(100,0,56,16)
C100M0Y56K16 
(100%,0%,56%,16%)
(1.00/0.00/0.56/0.16)	

CMYK percentages

%99.53
%0
%55.81
%15.69

Codes

Color #01D75F in popluar color models

01D75F
RGB121595
HSL146°99.07%42.35%
HSB/HSV146°99.53%84.31%
CMYK99.53%0.00%55.81%
15.69%

Color #01D75F in popluar number systems.

HEX01D75F
Decimal121595
Binary1110101111011111
Octal1327137

Shades and tints

Shades of #01D75F

#01D75F
(1,215,95)
#01C457
(1,196,87)
#01B14F
(1,177,79)
#019E47
(1,158,71)
#018B3F
(1,139,63)
#017837
(1,120,55)
#01652F
(1,101,47)
#015227
(1,82,39)
#013F1F
(1,63,31)
#012C17
(1,44,23)
#01190F
(1,25,15)
#000000
(0,0,0)

Tints of #01D75F

#01D75F
(1,215,95)
#18DA6D
(24,218,109)
#2FDD7B
(47,221,123)
#46E089
(70,224,137)
#5DE397
(93,227,151)
#74E6A5
(116,230,165)
#8BE9B3
(139,233,179)
#A2ECC1
(162,236,193)
#B9EFCF
(185,239,207)
#D0F2DD
(208,242,221)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01D75F color. Also use rgb(1,215,95) instead hex code.

Text Font Color

.myTextColor { color: #01D75F; }

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

This text font color is #01D75F.


Background Color

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

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

This div background color is #01D75F.


Border color

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

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

This div border color is #01D75F.


Opacity

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

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

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

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

This text has shadow with #01D75F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01D75F on black background.


Color preview on white background

This text has color #01D75F on white background.



Black color preview on #01D75F background

This text has black color on #01D75F background.


White color preview on #01D75F background

This text has white color on #01D75F background.