COLOR #58CC6F

HEX: #58CC6F
RGB: (88,204,111)

Renk bilgisi

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

RGB renk modeli

#58CC6F color RGB value is (88,204,111).

  • kırmız ton 88;
  • yeşil ton 204;
  • mavi ton 111.
RGB:
(88,204,111)
(35%,80%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 204 of 255 = 80%
B 111 of 255 = 44%

88
204
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 204 + 111 = 403 (100%)
R 88 of 403 ~ 21.84%
G 204 of 403 ~ 50.62%
B 111 of 403 ~ 27.54%

%21.84
%50.62
%27.54

CMYK RENK MODELİ

#58CC6F rengi CMYK tonu (57,0,46,20).

  • camgöbeği tonu 56.86%
  • eflatun tonu 0.00%
  • sarı tonu 45.59%
  • ana renk tonu 20.00%
CMYK:
(57,0,46,20)
C57M0Y46K20 
(57%,0%,46%,20%)
(0.57/0.00/0.46/0.20)	

CMYK yüzdeleri

%56.86
%0
%45.59
%20

Codes

Color #58CC6F in popluar color models

58CC6F
RGB88204111
HSL132°53.21%57.25%
HSB/HSV132°56.86%80.00%
CMYK56.86%0.00%45.59%
20.00%

Color #58CC6F in popluar number systems.

HEX58CC6F
Decimal88204111
Binary1011000110011001101111
Octal130314157

Shades and tints

Shades of #58CC6F

#58CC6F
(88,204,111)
#50BA65
(80,186,101)
#48A85B
(72,168,91)
#409651
(64,150,81)
#388447
(56,132,71)
#30723D
(48,114,61)
#286033
(40,96,51)
#204E29
(32,78,41)
#183C1F
(24,60,31)
#102A15
(16,42,21)
#08180B
(8,24,11)
#000000
(0,0,0)

Tints of #58CC6F

#58CC6F
(88,204,111)
#67D07C
(103,208,124)
#76D489
(118,212,137)
#85D896
(133,216,150)
#94DCA3
(148,220,163)
#A3E0B0
(163,224,176)
#B2E4BD
(178,228,189)
#C1E8CA
(193,232,202)
#D0ECD7
(208,236,215)
#DFF0E4
(223,240,228)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58CC6F color. Also use rgb(88,204,111) instead hex code.

Text Font Color

.myTextColor { color: #58CC6F; }

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

This text font color is #58CC6F.


Background Color

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

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

This div background color is #58CC6F.


Border color

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

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

This div border color is #58CC6F.


Opacity

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

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

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

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

This text has shadow with #58CC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CC6F on black background.


Color preview on white background

This text has color #58CC6F on white background.



Black color preview on #58CC6F background

This text has black color on #58CC6F background.


White color preview on #58CC6F background

This text has white color on #58CC6F background.