COLOR #04F56C

HEX: #04F56C
RGB: (4,245,108)

Color info

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

RGB color model

#04F56C color RGB value is (4,245,108).

  • red value is 4;
  • green value is 245;
  • blue value is 108.
RGB:
(4,245,108)
(2%,96%,42%)

RGB channels and saturation

R 4 of 255 = 2%
G 245 of 255 = 96%
B 108 of 255 = 42%

4
245
108

R + G + B ~ 47%. #04F56C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 245 + 108 = 357 (100%)
R 4 of 357 ~ 1.12%
G 245 of 357 ~ 68.63%
B 108 of 357 ~ 30.25%

%68.63
%30.25

CMYK color model

#04F56C color CMYK value is (98,0,56,4).

  • cyan value is 98.37%
  • magenta value is 0.00%
  • yellow value is 55.92%
  • key color value is 3.92%
CMYK:
(98,0,56,4)
C98M0Y56K4 
(98%,0%,56%,4%)
(0.98/0.00/0.56/0.04)	

CMYK percentages

%98.37
%0
%55.92
%3.92

Codes

Color #04F56C in popluar color models

04F56C
RGB4245108
HSL146°96.79%48.82%
HSB/HSV146°98.37%96.08%
CMYK98.37%0.00%55.92%
3.92%

Color #04F56C in popluar number systems.

HEX04F56C
Decimal4245108
Binary100111101011101100
Octal4365154

Shades and tints

Shades of #04F56C

#04F56C
(4,245,108)
#04DF63
(4,223,99)
#04C95A
(4,201,90)
#04B351
(4,179,81)
#049D48
(4,157,72)
#04873F
(4,135,63)
#047136
(4,113,54)
#045B2D
(4,91,45)
#044524
(4,69,36)
#042F1B
(4,47,27)
#041912
(4,25,18)
#000000
(0,0,0)

Tints of #04F56C

#04F56C
(4,245,108)
#1AF579
(26,245,121)
#30F586
(48,245,134)
#46F593
(70,245,147)
#5CF5A0
(92,245,160)
#72F5AD
(114,245,173)
#88F5BA
(136,245,186)
#9EF5C7
(158,245,199)
#B4F5D4
(180,245,212)
#CAF5E1
(202,245,225)
#E0F5EE
(224,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04F56C color. Also use rgb(4,245,108) instead hex code.

Text Font Color

.myTextColor { color: #04F56C; }

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

This text font color is #04F56C.


Background Color

.myBgColor { background-color: #04F56C; }

<div style="background-color:#04F56C">Inner text</div>

This div background color is #04F56C.


Border color

.myBorderColor { border: 1px solid #04F56C; }

<div style="border:3px solid #04F56C">Div</div>

This div border color is #04F56C.


Opacity

.myOpacity80 { color: #04F56C; opacity: 0.8; }

<p style="color:#04F56C;opacity:0.8;">80%</p>

Text with #04F56C 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 #04F56C;}

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

This text has shadow with #04F56C color.

.textShadow {text-shadow: 3px 3px 1px #04F56C, 3px 3px 1px red;}

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

This text has shadow with #04F56C primary color and red secondary color.


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

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

This text has shadow with #04F56C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04F56C on black background.


Color preview on white background

This text has color #04F56C on white background.



Black color preview on #04F56C background

This text has black color on #04F56C background.


White color preview on #04F56C background

This text has white color on #04F56C background.