COLOR #04D413

HEX: #04D413
RGB: (4,212,19)

Renk bilgisi

#04D413 contains mainly green color. #04D413 ‘ nin web güvenlik rengi #00CC00 (ya da #0C0) dir.

RGB renk modeli

#04D413 color RGB value is (4,212,19).

  • kırmız ton 4;
  • yeşil ton 212;
  • mavi ton 19.
RGB:
(4,212,19)
(2%,83%,7%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 212 of 255 = 83%
B 19 of 255 = 7%

4
212
19

R + G + B ~ 31%. #04D413 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 212 + 19 = 235 (100%)
R 4 of 235 ~ 1.7%
G 212 of 235 ~ 90.21%
B 19 of 235 ~ 8.09%

%90.21

CMYK RENK MODELİ

#04D413 rengi CMYK tonu (98,0,91,17).

  • camgöbeği tonu 98.11%
  • eflatun tonu 0.00%
  • sarı tonu 91.04%
  • ana renk tonu 16.86%
CMYK:
(98,0,91,17)
C98M0Y91K17 
(98%,0%,91%,17%)
(0.98/0.00/0.91/0.17)	

CMYK yüzdeleri

%98.11
%0
%91.04
%16.86

Codes

Color #04D413 in popluar color models

04D413
RGB421219
HSL124°96.30%42.35%
HSB/HSV124°98.11%83.14%
CMYK98.11%0.00%91.04%
16.86%

Color #04D413 in popluar number systems.

HEX04D413
Decimal421219
Binary1001101010010011
Octal432423

Shades and tints

Shades of #04D413

#04D413
(4,212,19)
#04C112
(4,193,18)
#04AE11
(4,174,17)
#049B10
(4,155,16)
#04880F
(4,136,15)
#04750E
(4,117,14)
#04620D
(4,98,13)
#044F0C
(4,79,12)
#043C0B
(4,60,11)
#04290A
(4,41,10)
#041609
(4,22,9)
#000000
(0,0,0)

Tints of #04D413

#04D413
(4,212,19)
#1AD728
(26,215,40)
#30DA3D
(48,218,61)
#46DD52
(70,221,82)
#5CE067
(92,224,103)
#72E37C
(114,227,124)
#88E691
(136,230,145)
#9EE9A6
(158,233,166)
#B4ECBB
(180,236,187)
#CAEFD0
(202,239,208)
#E0F2E5
(224,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04D413 color. Also use rgb(4,212,19) instead hex code.

Text Font Color

.myTextColor { color: #04D413; }

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

This text font color is #04D413.


Background Color

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

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

This div background color is #04D413.


Border color

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

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

This div border color is #04D413.


Opacity

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

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

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

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

This text has shadow with #04D413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04D413 on black background.


Color preview on white background

This text has color #04D413 on white background.



Black color preview on #04D413 background

This text has black color on #04D413 background.


White color preview on #04D413 background

This text has white color on #04D413 background.