COLOR #57D528

HEX: #57D528
RGB: (87,213,40)

Renk bilgisi

#57D528 contains mainly green color. #57D528 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#57D528 color RGB value is (87,213,40).

  • kırmız ton 87;
  • yeşil ton 213;
  • mavi ton 40.
RGB:
(87,213,40)
(34%,84%,16%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 213 of 255 = 84%
B 40 of 255 = 16%

87
213
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 213 + 40 = 340 (100%)
R 87 of 340 ~ 25.59%
G 213 of 340 ~ 62.65%
B 40 of 340 ~ 11.76%

%25.59
%62.65
%11.76

CMYK RENK MODELİ

#57D528 rengi CMYK tonu (59,0,81,16).

  • camgöbeği tonu 59.15%
  • eflatun tonu 0.00%
  • sarı tonu 81.22%
  • ana renk tonu 16.47%
CMYK:
(59,0,81,16)
C59M0Y81K16 
(59%,0%,81%,16%)
(0.59/0.00/0.81/0.16)	

CMYK yüzdeleri

%59.15
%0
%81.22
%16.47

Codes

Color #57D528 in popluar color models

57D528
RGB8721340
HSL104°68.38%49.61%
HSB/HSV104°81.22%83.53%
CMYK59.15%0.00%81.22%
16.47%

Color #57D528 in popluar number systems.

HEX57D528
Decimal8721340
Binary101011111010101101000
Octal12732550

Shades and tints

Shades of #57D528

#57D528
(87,213,40)
#50C225
(80,194,37)
#49AF22
(73,175,34)
#429C1F
(66,156,31)
#3B891C
(59,137,28)
#347619
(52,118,25)
#2D6316
(45,99,22)
#265013
(38,80,19)
#1F3D10
(31,61,16)
#182A0D
(24,42,13)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #57D528

#57D528
(87,213,40)
#66D83B
(102,216,59)
#75DB4E
(117,219,78)
#84DE61
(132,222,97)
#93E174
(147,225,116)
#A2E487
(162,228,135)
#B1E79A
(177,231,154)
#C0EAAD
(192,234,173)
#CFEDC0
(207,237,192)
#DEF0D3
(222,240,211)
#EDF3E6
(237,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57D528 color. Also use rgb(87,213,40) instead hex code.

Text Font Color

.myTextColor { color: #57D528; }

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

This text font color is #57D528.


Background Color

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

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

This div background color is #57D528.


Border color

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

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

This div border color is #57D528.


Opacity

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

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

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

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

This text has shadow with #57D528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D528 on black background.


Color preview on white background

This text has color #57D528 on white background.



Black color preview on #57D528 background

This text has black color on #57D528 background.


White color preview on #57D528 background

This text has white color on #57D528 background.