COLOR #04E676

HEX: #04E676
RGB: (4,230,118)

Renk bilgisi

#04E676 contains mainly green color. #04E676 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#04E676 color RGB value is (4,230,118).

  • kırmız ton 4;
  • yeşil ton 230;
  • mavi ton 118.
RGB:
(4,230,118)
(2%,90%,46%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 230 of 255 = 90%
B 118 of 255 = 46%

4
230
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 230 + 118 = 352 (100%)
R 4 of 352 ~ 1.14%
G 230 of 352 ~ 65.34%
B 118 of 352 ~ 33.52%

%65.34
%33.52

CMYK RENK MODELİ

#04E676 rengi CMYK tonu (98,0,49,10).

  • camgöbeği tonu 98.26%
  • eflatun tonu 0.00%
  • sarı tonu 48.70%
  • ana renk tonu 9.80%
CMYK:
(98,0,49,10)
C98M0Y49K10 
(98%,0%,49%,10%)
(0.98/0.00/0.49/0.10)	

CMYK yüzdeleri

%98.26
%0
%48.7
%9.8

Codes

Color #04E676 in popluar color models

04E676
RGB4230118
HSL150°96.58%45.88%
HSB/HSV150°98.26%90.20%
CMYK98.26%0.00%48.70%
9.80%

Color #04E676 in popluar number systems.

HEX04E676
Decimal4230118
Binary100111001101110110
Octal4346166

Shades and tints

Shades of #04E676

#04E676
(4,230,118)
#04D26C
(4,210,108)
#04BE62
(4,190,98)
#04AA58
(4,170,88)
#04964E
(4,150,78)
#048244
(4,130,68)
#046E3A
(4,110,58)
#045A30
(4,90,48)
#044626
(4,70,38)
#04321C
(4,50,28)
#041E12
(4,30,18)
#000000
(0,0,0)

Tints of #04E676

#04E676
(4,230,118)
#1AE882
(26,232,130)
#30EA8E
(48,234,142)
#46EC9A
(70,236,154)
#5CEEA6
(92,238,166)
#72F0B2
(114,240,178)
#88F2BE
(136,242,190)
#9EF4CA
(158,244,202)
#B4F6D6
(180,246,214)
#CAF8E2
(202,248,226)
#E0FAEE
(224,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04E676 color. Also use rgb(4,230,118) instead hex code.

Text Font Color

.myTextColor { color: #04E676; }

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

This text font color is #04E676.


Background Color

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

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

This div background color is #04E676.


Border color

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

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

This div border color is #04E676.


Opacity

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

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

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

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

This text has shadow with #04E676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04E676 on black background.


Color preview on white background

This text has color #04E676 on white background.



Black color preview on #04E676 background

This text has black color on #04E676 background.


White color preview on #04E676 background

This text has white color on #04E676 background.