COLOR #48C512

HEX: #48C512
RGB: (72,197,18)

Renk bilgisi

#48C512 contains mainly green color. #48C512 ‘ nin web güvenlik rengi #33CC00 (ya da #3C0) dir.

RGB renk modeli

#48C512 color RGB value is (72,197,18).

  • kırmız ton 72;
  • yeşil ton 197;
  • mavi ton 18.
RGB:
(72,197,18)
(28%,77%,7%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 197 of 255 = 77%
B 18 of 255 = 7%

72
197
18

R + G + B ~ 37%. #48C512 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 197 + 18 = 287 (100%)
R 72 of 287 ~ 25.09%
G 197 of 287 ~ 68.64%
B 18 of 287 ~ 6.27%

%25.09
%68.64

CMYK RENK MODELİ

#48C512 rengi CMYK tonu (63,0,91,23).

  • camgöbeği tonu 63.45%
  • eflatun tonu 0.00%
  • sarı tonu 90.86%
  • ana renk tonu 22.75%
CMYK:
(63,0,91,23)
C63M0Y91K23 
(63%,0%,91%,23%)
(0.63/0.00/0.91/0.23)	

CMYK yüzdeleri

%63.45
%0
%90.86
%22.75

Codes

Color #48C512 in popluar color models

48C512
RGB7219718
HSL102°83.26%42.16%
HSB/HSV102°90.86%77.25%
CMYK63.45%0.00%90.86%
22.75%

Color #48C512 in popluar number systems.

HEX48C512
Decimal7219718
Binary10010001100010110010
Octal11030522

Shades and tints

Shades of #48C512

#48C512
(72,197,18)
#42B411
(66,180,17)
#3CA310
(60,163,16)
#36920F
(54,146,15)
#30810E
(48,129,14)
#2A700D
(42,112,13)
#245F0C
(36,95,12)
#1E4E0B
(30,78,11)
#183D0A
(24,61,10)
#122C09
(18,44,9)
#0C1B08
(12,27,8)
#000000
(0,0,0)

Tints of #48C512

#48C512
(72,197,18)
#58CA27
(88,202,39)
#68CF3C
(104,207,60)
#78D451
(120,212,81)
#88D966
(136,217,102)
#98DE7B
(152,222,123)
#A8E390
(168,227,144)
#B8E8A5
(184,232,165)
#C8EDBA
(200,237,186)
#D8F2CF
(216,242,207)
#E8F7E4
(232,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C512 color. Also use rgb(72,197,18) instead hex code.

Text Font Color

.myTextColor { color: #48C512; }

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

This text font color is #48C512.


Background Color

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

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

This div background color is #48C512.


Border color

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

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

This div border color is #48C512.


Opacity

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

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

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

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

This text has shadow with #48C512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C512 on black background.


Color preview on white background

This text has color #48C512 on white background.



Black color preview on #48C512 background

This text has black color on #48C512 background.


White color preview on #48C512 background

This text has white color on #48C512 background.