COLOR #04C017

HEX: #04C017
RGB: (4,192,23)

Renk bilgisi

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

RGB renk modeli

#04C017 color RGB value is (4,192,23).

  • kırmız ton 4;
  • yeşil ton 192;
  • mavi ton 23.
RGB:
(4,192,23)
(2%,75%,9%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 192 of 255 = 75%
B 23 of 255 = 9%

4
192
23

R + G + B ~ 29%. #04C017 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 192 + 23 = 219 (100%)
R 4 of 219 ~ 1.83%
G 192 of 219 ~ 87.67%
B 23 of 219 ~ 10.5%

%87.67
%10.5

CMYK RENK MODELİ

#04C017 rengi CMYK tonu (98,0,88,25).

  • camgöbeği tonu 97.92%
  • eflatun tonu 0.00%
  • sarı tonu 88.02%
  • ana renk tonu 24.71%
CMYK:
(98,0,88,25)
C98M0Y88K25 
(98%,0%,88%,25%)
(0.98/0.00/0.88/0.25)	

CMYK yüzdeleri

%97.92
%0
%88.02
%24.71

Codes

Color #04C017 in popluar color models

04C017
RGB419223
HSL126°95.92%38.43%
HSB/HSV126°97.92%75.29%
CMYK97.92%0.00%88.02%
24.71%

Color #04C017 in popluar number systems.

HEX04C017
Decimal419223
Binary1001100000010111
Octal430027

Shades and tints

Shades of #04C017

#04C017
(4,192,23)
#04AF15
(4,175,21)
#049E13
(4,158,19)
#048D11
(4,141,17)
#047C0F
(4,124,15)
#046B0D
(4,107,13)
#045A0B
(4,90,11)
#044909
(4,73,9)
#043807
(4,56,7)
#042705
(4,39,5)
#041603
(4,22,3)
#000000
(0,0,0)

Tints of #04C017

#04C017
(4,192,23)
#1AC52C
(26,197,44)
#30CA41
(48,202,65)
#46CF56
(70,207,86)
#5CD46B
(92,212,107)
#72D980
(114,217,128)
#88DE95
(136,222,149)
#9EE3AA
(158,227,170)
#B4E8BF
(180,232,191)
#CAEDD4
(202,237,212)
#E0F2E9
(224,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04C017 color. Also use rgb(4,192,23) instead hex code.

Text Font Color

.myTextColor { color: #04C017; }

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

This text font color is #04C017.


Background Color

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

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

This div background color is #04C017.


Border color

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

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

This div border color is #04C017.


Opacity

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

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

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

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

This text has shadow with #04C017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04C017 on black background.


Color preview on white background

This text has color #04C017 on white background.



Black color preview on #04C017 background

This text has black color on #04C017 background.


White color preview on #04C017 background

This text has white color on #04C017 background.