COLOR #60DB87

HEX: #60DB87 RGB: (96,219,135)

Color info

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

RGB color model

#60DB87 color RGB value is (96,219,135).

RGB: (96,219,135) (38%, 86%, 53%)

RGB channels and saturation

R 96 of 255 = 38%
G 219 of 255 = 86%
B 135 of 255 = 53%

96
219
135

R + G + B ~ 59%. #60DB87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 219 + 135 = 450 (100%)
R 96 of 450 ~ 21.33%
G 219 of 450 ~ 48.67%
B 135 of 450 ~ 30'%

%21.33
%48.67
%30

CMYK color model

#60DB87 color CMYK value is (56,0,38,14).

  • cyan value is 56.16%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 14.12%

CMYK: (56,0,38,14)
C56M0Y38K14 (56%, 0%, 38%, 14%)
(0.56 / 0.00 / 0.38 / 0.14)

CMYK percentages

%56.16
%0
%38.36
%14.12

Codes

Color #60DB87 in popluar color models

60 DB 87
RGB 96 219 135
HSL 139° 63.08% 61.76%
HSB/HSV 139° 56.16% 85.88%
CMYK 56.16% 0.00% 38.36%
14.12%

Color #60DB87 in popluar number systems.

HEX 60 DB 87
Decimal 96 219 135
Binary 1100000 11011011 10000111
Octal 140 333 207

Shades and tints

Shades of #60DB87

#60DB87
(96,219,135)
#58C87B
(88,200,123)
#50B56F
(80,181,111)
#48A263
(72,162,99)
#408F57
(64,143,87)
#387C4B
(56,124,75)
#30693F
(48,105,63)
#285633
(40,86,51)
#204327
(32,67,39)
#18301B
(24,48,27)
#101D0F
(16,29,15)
#000000
(0,0,0)

Tints of #60DB87

#60DB87
(96,219,135)
#6EDE91
(110,222,145)
#7CE19B
(124,225,155)
#8AE4A5
(138,228,165)
#98E7AF
(152,231,175)
#A6EAB9
(166,234,185)
#B4EDC3
(180,237,195)
#C2F0CD
(194,240,205)
#D0F3D7
(208,243,215)
#DEF6E1
(222,246,225)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60DB87 color. Also use rgb(96,219,135) instead hex code.

Text Font Color

.myTextColor { color: #60DB87; }

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

This text font color is #60DB87.

Background Color

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

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

This div background color is #60DB87.

Border color

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

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

This div border color is #60DB87.

Opacity

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

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

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

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

This text has shadow with #60DB87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60DB87.

Preview

Color preview on black background

This text has color #60DB87 on black background.


Color preview on white background

This text has color #60DB87 on white background.


Black color preview on #60DB87 background

This text has black color on #60DB87 background.


White color preview on #60DB87 background

This text has white color on #60DB87 background.


Related colors

Complementary color

Complementary color for #hex is #9F2478.


I love getcolorcode.com

Triadic colors

1 #8760DB and #DB8760 with #60DB87 are triadic colors.

2 #87DB60 and #DB6087 with #60DB87 are triadic colors.