COLOR #60E59D

HEX: #60E59D
RGB: (96,229,157)

Color info

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

RGB color model

#60E59D color RGB value is (96,229,157).

  • red value is 96;
  • green value is 229;
  • blue value is 157.
RGB:
(96,229,157)
(38%,90%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 229 of 255 = 90%
B 157 of 255 = 62%

96
229
157

R + G + B ~ 63%. #60E59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 229 + 157 = 482 (100%)
R 96 of 482 ~ 19.92%
G 229 of 482 ~ 47.51%
B 157 of 482 ~ 32.57%

%19.92
%47.51
%32.57

CMYK color model

#60E59D color CMYK value is (58,0,31,10).

  • cyan value is 58.08%
  • magenta value is 0.00%
  • yellow value is 31.44%
  • key color value is 10.20%
CMYK:
(58,0,31,10)
C58M0Y31K10 
(58%,0%,31%,10%)
(0.58/0.00/0.31/0.10)	

CMYK percentages

%58.08
%0
%31.44
%10.2

Codes

Color #60E59D in popluar color models

60E59D
RGB96229157
HSL148°71.89%63.73%
HSB/HSV148°58.08%89.80%
CMYK58.08%0.00%31.44%
10.20%

Color #60E59D in popluar number systems.

HEX60E59D
Decimal96229157
Binary11000001110010110011101
Octal140345235

Shades and tints

Shades of #60E59D

#60E59D
(96,229,157)
#58D18F
(88,209,143)
#50BD81
(80,189,129)
#48A973
(72,169,115)
#409565
(64,149,101)
#388157
(56,129,87)
#306D49
(48,109,73)
#28593B
(40,89,59)
#20452D
(32,69,45)
#18311F
(24,49,31)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #60E59D

#60E59D
(96,229,157)
#6EE7A5
(110,231,165)
#7CE9AD
(124,233,173)
#8AEBB5
(138,235,181)
#98EDBD
(152,237,189)
#A6EFC5
(166,239,197)
#B4F1CD
(180,241,205)
#C2F3D5
(194,243,213)
#D0F5DD
(208,245,221)
#DEF7E5
(222,247,229)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60E59D; }

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

This text font color is #60E59D.


Background Color

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

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

This div background color is #60E59D.


Border color

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

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

This div border color is #60E59D.


Opacity

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

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

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

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

This text has shadow with #60E59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60E59D on black background.


Color preview on white background

This text has color #60E59D on white background.



Black color preview on #60E59D background

This text has black color on #60E59D background.


White color preview on #60E59D background

This text has white color on #60E59D background.