COLOR #05F551

HEX: #05F551
RGB: (5,245,81)

Color info

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

RGB color model

#05F551 color RGB value is (5,245,81).

  • red value is 5;
  • green value is 245;
  • blue value is 81.
RGB:
(5,245,81)
(2%,96%,32%)

RGB channels and saturation

R 5 of 255 = 2%
G 245 of 255 = 96%
B 81 of 255 = 32%

5
245
81

R + G + B ~ 43%. #05F551 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 245 + 81 = 331 (100%)
R 5 of 331 ~ 1.51%
G 245 of 331 ~ 74.02%
B 81 of 331 ~ 24.47%

%74.02
%24.47

CMYK color model

#05F551 color CMYK value is (98,0,67,4).

  • cyan value is 97.96%
  • magenta value is 0.00%
  • yellow value is 66.94%
  • key color value is 3.92%
CMYK:
(98,0,67,4)
C98M0Y67K4 
(98%,0%,67%,4%)
(0.98/0.00/0.67/0.04)	

CMYK percentages

%97.96
%0
%66.94
%3.92

Codes

Color #05F551 in popluar color models

05F551
RGB524581
HSL139°96.00%49.02%
HSB/HSV139°97.96%96.08%
CMYK97.96%0.00%66.94%
3.92%

Color #05F551 in popluar number systems.

HEX05F551
Decimal524581
Binary101111101011010001
Octal5365121

Shades and tints

Shades of #05F551

#05F551
(5,245,81)
#05DF4A
(5,223,74)
#05C943
(5,201,67)
#05B33C
(5,179,60)
#059D35
(5,157,53)
#05872E
(5,135,46)
#057127
(5,113,39)
#055B20
(5,91,32)
#054519
(5,69,25)
#052F12
(5,47,18)
#05190B
(5,25,11)
#000000
(0,0,0)

Tints of #05F551

#05F551
(5,245,81)
#1BF560
(27,245,96)
#31F56F
(49,245,111)
#47F57E
(71,245,126)
#5DF58D
(93,245,141)
#73F59C
(115,245,156)
#89F5AB
(137,245,171)
#9FF5BA
(159,245,186)
#B5F5C9
(181,245,201)
#CBF5D8
(203,245,216)
#E1F5E7
(225,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05F551 color. Also use rgb(5,245,81) instead hex code.

Text Font Color

.myTextColor { color: #05F551; }

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

This text font color is #05F551.


Background Color

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

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

This div background color is #05F551.


Border color

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

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

This div border color is #05F551.


Opacity

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

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

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

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

This text has shadow with #05F551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05F551 on black background.


Color preview on white background

This text has color #05F551 on white background.



Black color preview on #05F551 background

This text has black color on #05F551 background.


White color preview on #05F551 background

This text has white color on #05F551 background.