COLOR #04F795

HEX: #04F795
RGB: (4,247,149)

Color info

#04F795 contains mainly green color. Web safe color of #04F795 is #00FF99 (or #0F9).

RGB color model

#04F795 color RGB value is (4,247,149).

  • red value is 4;
  • green value is 247;
  • blue value is 149.
RGB:
(4,247,149)
(2%,97%,58%)

RGB channels and saturation

R 4 of 255 = 2%
G 247 of 255 = 97%
B 149 of 255 = 58%

4
247
149

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

Portions of RGB colors in percentages

R + G + B =
4 + 247 + 149 = 400 (100%)
R 4 of 400 ~ 1%
G 247 of 400 ~ 61.75%
B 149 of 400 ~ 37.25%

%61.75
%37.25

CMYK color model

#04F795 color CMYK value is (98,0,40,3).

  • cyan value is 98.38%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 3.14%
CMYK:
(98,0,40,3)
C98M0Y40K3 
(98%,0%,40%,3%)
(0.98/0.00/0.40/0.03)	

CMYK percentages

%98.38
%0
%39.68
%3.14

Codes

Color #04F795 in popluar color models

04F795
RGB4247149
HSL156°96.81%49.22%
HSB/HSV156°98.38%96.86%
CMYK98.38%0.00%39.68%
3.14%

Color #04F795 in popluar number systems.

HEX04F795
Decimal4247149
Binary1001111011110010101
Octal4367225

Shades and tints

Shades of #04F795

#04F795
(4,247,149)
#04E188
(4,225,136)
#04CB7B
(4,203,123)
#04B56E
(4,181,110)
#049F61
(4,159,97)
#048954
(4,137,84)
#047347
(4,115,71)
#045D3A
(4,93,58)
#04472D
(4,71,45)
#043120
(4,49,32)
#041B13
(4,27,19)
#000000
(0,0,0)

Tints of #04F795

#04F795
(4,247,149)
#1AF79E
(26,247,158)
#30F7A7
(48,247,167)
#46F7B0
(70,247,176)
#5CF7B9
(92,247,185)
#72F7C2
(114,247,194)
#88F7CB
(136,247,203)
#9EF7D4
(158,247,212)
#B4F7DD
(180,247,221)
#CAF7E6
(202,247,230)
#E0F7EF
(224,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04F795 color. Also use rgb(4,247,149) instead hex code.

Text Font Color

.myTextColor { color: #04F795; }

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

This text font color is #04F795.


Background Color

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

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

This div background color is #04F795.


Border color

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

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

This div border color is #04F795.


Opacity

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

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

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

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

This text has shadow with #04F795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04F795 on black background.


Color preview on white background

This text has color #04F795 on white background.



Black color preview on #04F795 background

This text has black color on #04F795 background.


White color preview on #04F795 background

This text has white color on #04F795 background.