COLOR #60E58B

HEX: #60E58B RGB: (96,229,139)

Color info

#60E58B contains mainly green color. Web safe color of #60E58B is #66CC99 (or #6C9).

RGB color model

#60E58B color RGB value is (96,229,139).

RGB: (96,229,139) (38%, 90%, 55%)

RGB channels and saturation

R 96 of 255 = 38%
G 229 of 255 = 90%
B 139 of 255 = 55%

96
229
139

R + G + B ~ 61%. #60E58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 96 + 229 + 139 = 464 (100%)
R 96 of 464 ~ 20.69%
G 229 of 464 ~ 49.35%
B 139 of 464 ~ 29.96'%

%20.69
%49.35
%29.96

CMYK color model

#60E58B color CMYK value is (58,0,39,10).

  • cyan value is 58.08%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 10.20%

CMYK: (58,0,39,10)
C58M0Y39K10 (58%, 0%, 39%, 10%)
(0.58 / 0.00 / 0.39 / 0.10)

CMYK percentages

%58.08
%0
%39.3
%10.2

Codes

Color #60E58B in popluar color models

60 E5 8B
RGB 96 229 139
HSL 139° 71.89% 63.73%
HSB/HSV 139° 58.08% 89.80%
CMYK 58.08% 0.00% 39.30%
10.20%

Color #60E58B in popluar number systems.

HEX 60 E5 8B
Decimal 96 229 139
Binary 1100000 11100101 10001011
Octal 140 345 213

Shades and tints

Shades of #60E58B

#60E58B
(96,229,139)
#58D17F
(88,209,127)
#50BD73
(80,189,115)
#48A967
(72,169,103)
#40955B
(64,149,91)
#38814F
(56,129,79)
#306D43
(48,109,67)
#285937
(40,89,55)
#20452B
(32,69,43)
#18311F
(24,49,31)
#101D13
(16,29,19)
#000000
(0,0,0)

Tints of #60E58B

#60E58B
(96,229,139)
#6EE795
(110,231,149)
#7CE99F
(124,233,159)
#8AEBA9
(138,235,169)
#98EDB3
(152,237,179)
#A6EFBD
(166,239,189)
#B4F1C7
(180,241,199)
#C2F3D1
(194,243,209)
#D0F5DB
(208,245,219)
#DEF7E5
(222,247,229)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60E58B color. Also use rgb(96,229,139) instead hex code.

Text Font Color

.myTextColor { color: #60E58B; }

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

This text font color is #60E58B.

Background Color

.myBgColor { background-color: #60E58B; }

<div style="background-color:#60E58B">Inner text</div>

This div background color is #60E58B.

Border color

.myBorderColor { border: 1px solid #60E58B; }

<div style="border:3px solid #60E58B">Div</div>

This div border color is #60E58B.

Opacity

.myOpacity80 { color: #60E58B; opacity: 0.8; }

<p style="color:#60E58B;opacity:0.8;">80%</p>

Text with #60E58B 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 #60E58B;}

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

This text has shadow with #60E58B color.


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

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

This text has shadow with #60E58B primary color and red secondary color.


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

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

This text has shadow with #60E58B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60E58B.

Preview

Color preview on black background

This text has color #60E58B on black background.


Color preview on white background

This text has color #60E58B on white background.


Black color preview on #60E58B background

This text has black color on #60E58B background.


White color preview on #60E58B background

This text has white color on #60E58B background.


Related colors

Complementary color

Complementary color for #hex is #9F1A74.


I love getcolorcode.com

Triadic colors

1 #8B60E5 and #E58B60 with #60E58B are triadic colors.

2 #8BE560 and #E5608B with #60E58B are triadic colors.