COLOR #48D18A

HEX: #48D18A
RGB: (72,209,138)

Renk bilgisi

#48D18A contains mainly green color. #48D18A ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#48D18A color RGB value is (72,209,138).

  • kırmız ton 72;
  • yeşil ton 209;
  • mavi ton 138.
RGB:
(72,209,138)
(28%,82%,54%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 209 of 255 = 82%
B 138 of 255 = 54%

72
209
138

R + G + B ~ 55%. #48D18A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 209 + 138 = 419 (100%)
R 72 of 419 ~ 17.18%
G 209 of 419 ~ 49.88%
B 138 of 419 ~ 32.94%

%17.18
%49.88
%32.94

CMYK RENK MODELİ

#48D18A rengi CMYK tonu (66,0,34,18).

  • camgöbeği tonu 65.55%
  • eflatun tonu 0.00%
  • sarı tonu 33.97%
  • ana renk tonu 18.04%
CMYK:
(66,0,34,18)
C66M0Y34K18 
(66%,0%,34%,18%)
(0.66/0.00/0.34/0.18)	

CMYK yüzdeleri

%65.55
%0
%33.97
%18.04

Codes

Color #48D18A in popluar color models

48D18A
RGB72209138
HSL149°59.83%55.10%
HSB/HSV149°65.55%81.96%
CMYK65.55%0.00%33.97%
18.04%

Color #48D18A in popluar number systems.

HEX48D18A
Decimal72209138
Binary10010001101000110001010
Octal110321212

Shades and tints

Shades of #48D18A

#48D18A
(72,209,138)
#42BE7E
(66,190,126)
#3CAB72
(60,171,114)
#369866
(54,152,102)
#30855A
(48,133,90)
#2A724E
(42,114,78)
#245F42
(36,95,66)
#1E4C36
(30,76,54)
#18392A
(24,57,42)
#12261E
(18,38,30)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #48D18A

#48D18A
(72,209,138)
#58D594
(88,213,148)
#68D99E
(104,217,158)
#78DDA8
(120,221,168)
#88E1B2
(136,225,178)
#98E5BC
(152,229,188)
#A8E9C6
(168,233,198)
#B8EDD0
(184,237,208)
#C8F1DA
(200,241,218)
#D8F5E4
(216,245,228)
#E8F9EE
(232,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D18A color. Also use rgb(72,209,138) instead hex code.

Text Font Color

.myTextColor { color: #48D18A; }

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

This text font color is #48D18A.


Background Color

.myBgColor { background-color: #48D18A; }

<div style="background-color:#48D18A">Inner text</div>

This div background color is #48D18A.


Border color

.myBorderColor { border: 1px solid #48D18A; }

<div style="border:3px solid #48D18A">Div</div>

This div border color is #48D18A.


Opacity

.myOpacity80 { color: #48D18A; opacity: 0.8; }

<p style="color:#48D18A;opacity:0.8;">80%</p>

Text with #48D18A 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 #48D18A;}

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

This text has shadow with #48D18A color.

.textShadow {text-shadow: 3px 3px 1px #48D18A, 3px 3px 1px red;}

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

This text has shadow with #48D18A primary color and red secondary color.


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

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

This text has shadow with #48D18A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D18A on black background.


Color preview on white background

This text has color #48D18A on white background.



Black color preview on #48D18A background

This text has black color on #48D18A background.


White color preview on #48D18A background

This text has white color on #48D18A background.