COLOR #05CF41

HEX: #05CF41
RGB: (5,207,65)

Color info

#05CF41 contains mainly green color. Web safe color of #05CF41 is #00CC33 (or #0C3).

RGB color model

#05CF41 color RGB value is (5,207,65).

  • red value is 5;
  • green value is 207;
  • blue value is 65.
RGB:
(5,207,65)
(2%,81%,25%)

RGB channels and saturation

R 5 of 255 = 2%
G 207 of 255 = 81%
B 65 of 255 = 25%

5
207
65

R + G + B ~ 36%. #05CF41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 207 + 65 = 277 (100%)
R 5 of 277 ~ 1.81%
G 207 of 277 ~ 74.73%
B 65 of 277 ~ 23.47%

%74.73
%23.47

CMYK color model

#05CF41 color CMYK value is (98,0,69,19).

  • cyan value is 97.58%
  • magenta value is 0.00%
  • yellow value is 68.60%
  • key color value is 18.82%
CMYK:
(98,0,69,19)
C98M0Y69K19 
(98%,0%,69%,19%)
(0.98/0.00/0.69/0.19)	

CMYK percentages

%97.58
%0
%68.6
%18.82

Codes

Color #05CF41 in popluar color models

05CF41
RGB520765
HSL138°95.28%41.57%
HSB/HSV138°97.58%81.18%
CMYK97.58%0.00%68.60%
18.82%

Color #05CF41 in popluar number systems.

HEX05CF41
Decimal520765
Binary101110011111000001
Octal5317101

Shades and tints

Shades of #05CF41

#05CF41
(5,207,65)
#05BD3C
(5,189,60)
#05AB37
(5,171,55)
#059932
(5,153,50)
#05872D
(5,135,45)
#057528
(5,117,40)
#056323
(5,99,35)
#05511E
(5,81,30)
#053F19
(5,63,25)
#052D14
(5,45,20)
#051B0F
(5,27,15)
#000000
(0,0,0)

Tints of #05CF41

#05CF41
(5,207,65)
#1BD352
(27,211,82)
#31D763
(49,215,99)
#47DB74
(71,219,116)
#5DDF85
(93,223,133)
#73E396
(115,227,150)
#89E7A7
(137,231,167)
#9FEBB8
(159,235,184)
#B5EFC9
(181,239,201)
#CBF3DA
(203,243,218)
#E1F7EB
(225,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05CF41 color. Also use rgb(5,207,65) instead hex code.

Text Font Color

.myTextColor { color: #05CF41; }

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

This text font color is #05CF41.


Background Color

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

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

This div background color is #05CF41.


Border color

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

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

This div border color is #05CF41.


Opacity

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

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

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

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

This text has shadow with #05CF41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05CF41 on black background.


Color preview on white background

This text has color #05CF41 on white background.



Black color preview on #05CF41 background

This text has black color on #05CF41 background.


White color preview on #05CF41 background

This text has white color on #05CF41 background.