COLOR #48F059

HEX: #48F059
RGB: (72,240,89)

Renk bilgisi

#48F059 contains mainly green color. #48F059 ‘ nin web güvenlik rengi #33FF66 (ya da #3F6) dir.

RGB renk modeli

#48F059 color RGB value is (72,240,89).

  • kırmız ton 72;
  • yeşil ton 240;
  • mavi ton 89.
RGB:
(72,240,89)
(28%,94%,35%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 240 of 255 = 94%
B 89 of 255 = 35%

72
240
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 240 + 89 = 401 (100%)
R 72 of 401 ~ 17.96%
G 240 of 401 ~ 59.85%
B 89 of 401 ~ 22.19%

%17.96
%59.85
%22.19

CMYK RENK MODELİ

#48F059 rengi CMYK tonu (70,0,63,6).

  • camgöbeği tonu 70.00%
  • eflatun tonu 0.00%
  • sarı tonu 62.92%
  • ana renk tonu 5.88%
CMYK:
(70,0,63,6)
C70M0Y63K6 
(70%,0%,63%,6%)
(0.70/0.00/0.63/0.06)	

CMYK yüzdeleri

%70
%0
%62.92
%5.88

Codes

Color #48F059 in popluar color models

48F059
RGB7224089
HSL126°84.85%61.18%
HSB/HSV126°70.00%94.12%
CMYK70.00%0.00%62.92%
5.88%

Color #48F059 in popluar number systems.

HEX48F059
Decimal7224089
Binary1001000111100001011001
Octal110360131

Shades and tints

Shades of #48F059

#48F059
(72,240,89)
#42DB51
(66,219,81)
#3CC649
(60,198,73)
#36B141
(54,177,65)
#309C39
(48,156,57)
#2A8731
(42,135,49)
#247229
(36,114,41)
#1E5D21
(30,93,33)
#184819
(24,72,25)
#123311
(18,51,17)
#0C1E09
(12,30,9)
#000000
(0,0,0)

Tints of #48F059

#48F059
(72,240,89)
#58F168
(88,241,104)
#68F277
(104,242,119)
#78F386
(120,243,134)
#88F495
(136,244,149)
#98F5A4
(152,245,164)
#A8F6B3
(168,246,179)
#B8F7C2
(184,247,194)
#C8F8D1
(200,248,209)
#D8F9E0
(216,249,224)
#E8FAEF
(232,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48F059 color. Also use rgb(72,240,89) instead hex code.

Text Font Color

.myTextColor { color: #48F059; }

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

This text font color is #48F059.


Background Color

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

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

This div background color is #48F059.


Border color

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

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

This div border color is #48F059.


Opacity

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

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

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

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

This text has shadow with #48F059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48F059 on black background.


Color preview on white background

This text has color #48F059 on white background.



Black color preview on #48F059 background

This text has black color on #48F059 background.


White color preview on #48F059 background

This text has white color on #48F059 background.