COLOR #57F685

HEX: #57F685 RGB: (87,246,133)

Color info

#57F685 contains mainly green color. Web safe color of #57F685 is #66FF99 (or #6F9).

RGB color model

#57F685 color RGB value is (87,246,133).

RGB: (87,246,133) (34%, 96%, 52%)

RGB channels and saturation

R 87 of 255 = 34%
G 246 of 255 = 96%
B 133 of 255 = 52%

87
246
133

R + G + B ~ 61%. #57F685 is quite light color.

Portions of RGB colors in percentages

R + G + B = 87 + 246 + 133 = 466 (100%)
R 87 of 466 ~ 18.67%
G 246 of 466 ~ 52.79%
B 133 of 466 ~ 28.54'%

%18.67
%52.79
%28.54

CMYK color model

#57F685 color CMYK value is (65,0,46,4).

  • cyan value is 64.63%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 3.53%

CMYK: (65,0,46,4)
C65M0Y46K4 (65%, 0%, 46%, 4%)
(0.65 / 0.00 / 0.46 / 0.04)

CMYK percentages

%64.63
%0
%45.93
%3.53

Codes

Color #57F685 in popluar color models

57 F6 85
RGB 87 246 133
HSL 137° 89.83% 65.29%
HSB/HSV 137° 64.63% 96.47%
CMYK 64.63% 0.00% 45.93%
3.53%

Color #57F685 in popluar number systems.

HEX 57 F6 85
Decimal 87 246 133
Binary 1010111 11110110 10000101
Octal 127 366 205

Shades and tints

Shades of #57F685

#57F685
(87,246,133)
#50E079
(80,224,121)
#49CA6D
(73,202,109)
#42B461
(66,180,97)
#3B9E55
(59,158,85)
#348849
(52,136,73)
#2D723D
(45,114,61)
#265C31
(38,92,49)
#1F4625
(31,70,37)
#183019
(24,48,25)
#111A0D
(17,26,13)
#000000
(0,0,0)

Tints of #57F685

#57F685
(87,246,133)
#66F690
(102,246,144)
#75F69B
(117,246,155)
#84F6A6
(132,246,166)
#93F6B1
(147,246,177)
#A2F6BC
(162,246,188)
#B1F6C7
(177,246,199)
#C0F6D2
(192,246,210)
#CFF6DD
(207,246,221)
#DEF6E8
(222,246,232)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57F685 color. Also use rgb(87,246,133) instead hex code.

Text Font Color

.myTextColor { color: #57F685; }

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

This text font color is #57F685.

Background Color

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

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

This div background color is #57F685.

Border color

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

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

This div border color is #57F685.

Opacity

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

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

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

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

This text has shadow with #57F685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57F685.

Preview

Color preview on black background

This text has color #57F685 on black background.


Color preview on white background

This text has color #57F685 on white background.


Black color preview on #57F685 background

This text has black color on #57F685 background.


White color preview on #57F685 background

This text has white color on #57F685 background.


Related colors

Complementary color

Complementary color for #hex is #A8097A.


I love getcolorcode.com

Triadic colors

1 #8557F6 and #F68557 with #57F685 are triadic colors.

2 #85F657 and #F65785 with #57F685 are triadic colors.