COLOR #05F711

HEX: #05F711
RGB: (5,247,17)

Color info

#05F711 contains mainly green color. Web safe color of #05F711 is #00FF00 (or #0F0).

RGB color model

#05F711 color RGB value is (5,247,17).

  • red value is 5;
  • green value is 247;
  • blue value is 17.
RGB:
(5,247,17)
(2%,97%,7%)

RGB channels and saturation

R 5 of 255 = 2%
G 247 of 255 = 97%
B 17 of 255 = 7%

5
247
17

R + G + B ~ 35%. #05F711 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 247 + 17 = 269 (100%)
R 5 of 269 ~ 1.86%
G 247 of 269 ~ 91.82%
B 17 of 269 ~ 6.32%

%91.82

CMYK color model

#05F711 color CMYK value is (98,0,93,3).

  • cyan value is 97.98%
  • magenta value is 0.00%
  • yellow value is 93.12%
  • key color value is 3.14%
CMYK:
(98,0,93,3)
C98M0Y93K3 
(98%,0%,93%,3%)
(0.98/0.00/0.93/0.03)	

CMYK percentages

%97.98
%0
%93.12
%3.14

Codes

Color #05F711 in popluar color models

05F711
RGB524717
HSL123°96.03%49.41%
HSB/HSV123°97.98%96.86%
CMYK97.98%0.00%93.12%
3.14%

Color #05F711 in popluar number systems.

HEX05F711
Decimal524717
Binary1011111011110001
Octal536721

Shades and tints

Shades of #05F711

#05F711
(5,247,17)
#05E110
(5,225,16)
#05CB0F
(5,203,15)
#05B50E
(5,181,14)
#059F0D
(5,159,13)
#05890C
(5,137,12)
#05730B
(5,115,11)
#055D0A
(5,93,10)
#054709
(5,71,9)
#053108
(5,49,8)
#051B07
(5,27,7)
#000000
(0,0,0)

Tints of #05F711

#05F711
(5,247,17)
#1BF726
(27,247,38)
#31F73B
(49,247,59)
#47F750
(71,247,80)
#5DF765
(93,247,101)
#73F77A
(115,247,122)
#89F78F
(137,247,143)
#9FF7A4
(159,247,164)
#B5F7B9
(181,247,185)
#CBF7CE
(203,247,206)
#E1F7E3
(225,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05F711 color. Also use rgb(5,247,17) instead hex code.

Text Font Color

.myTextColor { color: #05F711; }

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

This text font color is #05F711.


Background Color

.myBgColor { background-color: #05F711; }

<div style="background-color:#05F711">Inner text</div>

This div background color is #05F711.


Border color

.myBorderColor { border: 1px solid #05F711; }

<div style="border:3px solid #05F711">Div</div>

This div border color is #05F711.


Opacity

.myOpacity80 { color: #05F711; opacity: 0.8; }

<p style="color:#05F711;opacity:0.8;">80%</p>

Text with #05F711 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 #05F711;}

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

This text has shadow with #05F711 color.

.textShadow {text-shadow: 3px 3px 1px #05F711, 3px 3px 1px red;}

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

This text has shadow with #05F711 primary color and red secondary color.


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

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

This text has shadow with #05F711 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05F711 on black background.


Color preview on white background

This text has color #05F711 on white background.



Black color preview on #05F711 background

This text has black color on #05F711 background.


White color preview on #05F711 background

This text has white color on #05F711 background.