COLOR #57D858

HEX: #57D858
RGB: (87,216,88)

Renk bilgisi

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

RGB renk modeli

#57D858 color RGB value is (87,216,88).

  • kırmız ton 87;
  • yeşil ton 216;
  • mavi ton 88.
RGB:
(87,216,88)
(34%,85%,35%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 216 of 255 = 85%
B 88 of 255 = 35%

87
216
88

R + G + B ~ 51%. #57D858 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 216 + 88 = 391 (100%)
R 87 of 391 ~ 22.25%
G 216 of 391 ~ 55.24%
B 88 of 391 ~ 22.51%

%22.25
%55.24
%22.51

CMYK RENK MODELİ

#57D858 rengi CMYK tonu (60,0,59,15).

  • camgöbeği tonu 59.72%
  • eflatun tonu 0.00%
  • sarı tonu 59.26%
  • ana renk tonu 15.29%
CMYK:
(60,0,59,15)
C60M0Y59K15 
(60%,0%,59%,15%)
(0.60/0.00/0.59/0.15)	

CMYK yüzdeleri

%59.72
%0
%59.26
%15.29

Codes

Color #57D858 in popluar color models

57D858
RGB8721688
HSL120°62.32%59.41%
HSB/HSV120°59.72%84.71%
CMYK59.72%0.00%59.26%
15.29%

Color #57D858 in popluar number systems.

HEX57D858
Decimal8721688
Binary1010111110110001011000
Octal127330130

Shades and tints

Shades of #57D858

#57D858
(87,216,88)
#50C550
(80,197,80)
#49B248
(73,178,72)
#429F40
(66,159,64)
#3B8C38
(59,140,56)
#347930
(52,121,48)
#2D6628
(45,102,40)
#265320
(38,83,32)
#1F4018
(31,64,24)
#182D10
(24,45,16)
#111A08
(17,26,8)
#000000
(0,0,0)

Tints of #57D858

#57D858
(87,216,88)
#66DB67
(102,219,103)
#75DE76
(117,222,118)
#84E185
(132,225,133)
#93E494
(147,228,148)
#A2E7A3
(162,231,163)
#B1EAB2
(177,234,178)
#C0EDC1
(192,237,193)
#CFF0D0
(207,240,208)
#DEF3DF
(222,243,223)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57D858 color. Also use rgb(87,216,88) instead hex code.

Text Font Color

.myTextColor { color: #57D858; }

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

This text font color is #57D858.


Background Color

.myBgColor { background-color: #57D858; }

<div style="background-color:#57D858">Inner text</div>

This div background color is #57D858.


Border color

.myBorderColor { border: 1px solid #57D858; }

<div style="border:3px solid #57D858">Div</div>

This div border color is #57D858.


Opacity

.myOpacity80 { color: #57D858; opacity: 0.8; }

<p style="color:#57D858;opacity:0.8;">80%</p>

Text with #57D858 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 #57D858;}

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

This text has shadow with #57D858 color.

.textShadow {text-shadow: 3px 3px 1px #57D858, 3px 3px 1px red;}

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

This text has shadow with #57D858 primary color and red secondary color.


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

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

This text has shadow with #57D858 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D858 on black background.


Color preview on white background

This text has color #57D858 on white background.



Black color preview on #57D858 background

This text has black color on #57D858 background.


White color preview on #57D858 background

This text has white color on #57D858 background.