COLOR #04C381

HEX: #04C381
RGB: (4,195,129)

Renk bilgisi

#04C381 contains mainly green color. #04C381 ‘ nin web güvenlik rengi #00CC99 (ya da #0C9) dir.

RGB renk modeli

#04C381 color RGB value is (4,195,129).

  • kırmız ton 4;
  • yeşil ton 195;
  • mavi ton 129.
RGB:
(4,195,129)
(2%,76%,51%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 195 of 255 = 76%
B 129 of 255 = 51%

4
195
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 195 + 129 = 328 (100%)
R 4 of 328 ~ 1.22%
G 195 of 328 ~ 59.45%
B 129 of 328 ~ 39.33%

%59.45
%39.33

CMYK RENK MODELİ

#04C381 rengi CMYK tonu (98,0,34,24).

  • camgöbeği tonu 97.95%
  • eflatun tonu 0.00%
  • sarı tonu 33.85%
  • ana renk tonu 23.53%
CMYK:
(98,0,34,24)
C98M0Y34K24 
(98%,0%,34%,24%)
(0.98/0.00/0.34/0.24)	

CMYK yüzdeleri

%97.95
%0
%33.85
%23.53

Codes

Color #04C381 in popluar color models

04C381
RGB4195129
HSL159°95.98%39.02%
HSB/HSV159°97.95%76.47%
CMYK97.95%0.00%33.85%
23.53%

Color #04C381 in popluar number systems.

HEX04C381
Decimal4195129
Binary1001100001110000001
Octal4303201

Shades and tints

Shades of #04C381

#04C381
(4,195,129)
#04B276
(4,178,118)
#04A16B
(4,161,107)
#049060
(4,144,96)
#047F55
(4,127,85)
#046E4A
(4,110,74)
#045D3F
(4,93,63)
#044C34
(4,76,52)
#043B29
(4,59,41)
#042A1E
(4,42,30)
#041913
(4,25,19)
#000000
(0,0,0)

Tints of #04C381

#04C381
(4,195,129)
#1AC88C
(26,200,140)
#30CD97
(48,205,151)
#46D2A2
(70,210,162)
#5CD7AD
(92,215,173)
#72DCB8
(114,220,184)
#88E1C3
(136,225,195)
#9EE6CE
(158,230,206)
#B4EBD9
(180,235,217)
#CAF0E4
(202,240,228)
#E0F5EF
(224,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04C381 color. Also use rgb(4,195,129) instead hex code.

Text Font Color

.myTextColor { color: #04C381; }

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

This text font color is #04C381.


Background Color

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

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

This div background color is #04C381.


Border color

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

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

This div border color is #04C381.


Opacity

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

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

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

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

This text has shadow with #04C381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04C381 on black background.


Color preview on white background

This text has color #04C381 on white background.



Black color preview on #04C381 background

This text has black color on #04C381 background.


White color preview on #04C381 background

This text has white color on #04C381 background.