COLOR #48BE68

HEX: #48BE68
RGB: (72,190,104)

Renk bilgisi

#48BE68 contains mainly green color. #48BE68 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#48BE68 color RGB value is (72,190,104).

  • kırmız ton 72;
  • yeşil ton 190;
  • mavi ton 104.
RGB:
(72,190,104)
(28%,75%,41%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 190 of 255 = 75%
B 104 of 255 = 41%

72
190
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 190 + 104 = 366 (100%)
R 72 of 366 ~ 19.67%
G 190 of 366 ~ 51.91%
B 104 of 366 ~ 28.42%

%19.67
%51.91
%28.42

CMYK RENK MODELİ

#48BE68 rengi CMYK tonu (62,0,45,25).

  • camgöbeği tonu 62.11%
  • eflatun tonu 0.00%
  • sarı tonu 45.26%
  • ana renk tonu 25.49%
CMYK:
(62,0,45,25)
C62M0Y45K25 
(62%,0%,45%,25%)
(0.62/0.00/0.45/0.25)	

CMYK yüzdeleri

%62.11
%0
%45.26
%25.49

Codes

Color #48BE68 in popluar color models

48BE68
RGB72190104
HSL136°47.58%51.37%
HSB/HSV136°62.11%74.51%
CMYK62.11%0.00%45.26%
25.49%

Color #48BE68 in popluar number systems.

HEX48BE68
Decimal72190104
Binary1001000101111101101000
Octal110276150

Shades and tints

Shades of #48BE68

#48BE68
(72,190,104)
#42AD5F
(66,173,95)
#3C9C56
(60,156,86)
#368B4D
(54,139,77)
#307A44
(48,122,68)
#2A693B
(42,105,59)
#245832
(36,88,50)
#1E4729
(30,71,41)
#183620
(24,54,32)
#122517
(18,37,23)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #48BE68

#48BE68
(72,190,104)
#58C375
(88,195,117)
#68C882
(104,200,130)
#78CD8F
(120,205,143)
#88D29C
(136,210,156)
#98D7A9
(152,215,169)
#A8DCB6
(168,220,182)
#B8E1C3
(184,225,195)
#C8E6D0
(200,230,208)
#D8EBDD
(216,235,221)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BE68 color. Also use rgb(72,190,104) instead hex code.

Text Font Color

.myTextColor { color: #48BE68; }

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

This text font color is #48BE68.


Background Color

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

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

This div background color is #48BE68.


Border color

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

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

This div border color is #48BE68.


Opacity

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

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

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

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

This text has shadow with #48BE68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BE68 on black background.


Color preview on white background

This text has color #48BE68 on white background.



Black color preview on #48BE68 background

This text has black color on #48BE68 background.


White color preview on #48BE68 background

This text has white color on #48BE68 background.