COLOR #58BB5F

HEX: #58BB5F
RGB: (88,187,95)

Renk bilgisi

#58BB5F contains mainly green color. #58BB5F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#58BB5F color RGB value is (88,187,95).

  • kırmız ton 88;
  • yeşil ton 187;
  • mavi ton 95.
RGB:
(88,187,95)
(35%,73%,37%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 187 of 255 = 73%
B 95 of 255 = 37%

88
187
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 187 + 95 = 370 (100%)
R 88 of 370 ~ 23.78%
G 187 of 370 ~ 50.54%
B 95 of 370 ~ 25.68%

%23.78
%50.54
%25.68

CMYK RENK MODELİ

#58BB5F rengi CMYK tonu (53,0,49,27).

  • camgöbeği tonu 52.94%
  • eflatun tonu 0.00%
  • sarı tonu 49.20%
  • ana renk tonu 26.67%
CMYK:
(53,0,49,27)
C53M0Y49K27 
(53%,0%,49%,27%)
(0.53/0.00/0.49/0.27)	

CMYK yüzdeleri

%52.94
%0
%49.2
%26.67

Codes

Color #58BB5F in popluar color models

58BB5F
RGB8818795
HSL124°42.13%53.92%
HSB/HSV124°52.94%73.33%
CMYK52.94%0.00%49.20%
26.67%

Color #58BB5F in popluar number systems.

HEX58BB5F
Decimal8818795
Binary1011000101110111011111
Octal130273137

Shades and tints

Shades of #58BB5F

#58BB5F
(88,187,95)
#50AA57
(80,170,87)
#48994F
(72,153,79)
#408847
(64,136,71)
#38773F
(56,119,63)
#306637
(48,102,55)
#28552F
(40,85,47)
#204427
(32,68,39)
#18331F
(24,51,31)
#102217
(16,34,23)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #58BB5F

#58BB5F
(88,187,95)
#67C16D
(103,193,109)
#76C77B
(118,199,123)
#85CD89
(133,205,137)
#94D397
(148,211,151)
#A3D9A5
(163,217,165)
#B2DFB3
(178,223,179)
#C1E5C1
(193,229,193)
#D0EBCF
(208,235,207)
#DFF1DD
(223,241,221)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BB5F color. Also use rgb(88,187,95) instead hex code.

Text Font Color

.myTextColor { color: #58BB5F; }

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

This text font color is #58BB5F.


Background Color

.myBgColor { background-color: #58BB5F; }

<div style="background-color:#58BB5F">Inner text</div>

This div background color is #58BB5F.


Border color

.myBorderColor { border: 1px solid #58BB5F; }

<div style="border:3px solid #58BB5F">Div</div>

This div border color is #58BB5F.


Opacity

.myOpacity80 { color: #58BB5F; opacity: 0.8; }

<p style="color:#58BB5F;opacity:0.8;">80%</p>

Text with #58BB5F 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 #58BB5F;}

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

This text has shadow with #58BB5F color.

.textShadow {text-shadow: 3px 3px 1px #58BB5F, 3px 3px 1px red;}

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

This text has shadow with #58BB5F primary color and red secondary color.


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

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

This text has shadow with #58BB5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BB5F on black background.


Color preview on white background

This text has color #58BB5F on white background.



Black color preview on #58BB5F background

This text has black color on #58BB5F background.


White color preview on #58BB5F background

This text has white color on #58BB5F background.