COLOR #60DE6D

HEX: #60DE6D
RGB: (96,222,109)

Color info

#60DE6D contains mainly green color. Web safe color of #60DE6D is #66CC66 (or #6C6).

RGB color model

#60DE6D color RGB value is (96,222,109).

  • red value is 96;
  • green value is 222;
  • blue value is 109.
RGB:
(96,222,109)
(38%,87%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 222 of 255 = 87%
B 109 of 255 = 43%

96
222
109

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

Portions of RGB colors in percentages

R + G + B =
96 + 222 + 109 = 427 (100%)
R 96 of 427 ~ 22.48%
G 222 of 427 ~ 51.99%
B 109 of 427 ~ 25.53%

%22.48
%51.99
%25.53

CMYK color model

#60DE6D color CMYK value is (57,0,51,13).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 50.90%
  • key color value is 12.94%
CMYK:
(57,0,51,13)
C57M0Y51K13 
(57%,0%,51%,13%)
(0.57/0.00/0.51/0.13)	

CMYK percentages

%56.76
%0
%50.9
%12.94

Codes

Color #60DE6D in popluar color models

60DE6D
RGB96222109
HSL126°65.63%62.35%
HSB/HSV126°56.76%87.06%
CMYK56.76%0.00%50.90%
12.94%

Color #60DE6D in popluar number systems.

HEX60DE6D
Decimal96222109
Binary1100000110111101101101
Octal140336155

Shades and tints

Shades of #60DE6D

#60DE6D
(96,222,109)
#58CA64
(88,202,100)
#50B65B
(80,182,91)
#48A252
(72,162,82)
#408E49
(64,142,73)
#387A40
(56,122,64)
#306637
(48,102,55)
#28522E
(40,82,46)
#203E25
(32,62,37)
#182A1C
(24,42,28)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #60DE6D

#60DE6D
(96,222,109)
#6EE17A
(110,225,122)
#7CE487
(124,228,135)
#8AE794
(138,231,148)
#98EAA1
(152,234,161)
#A6EDAE
(166,237,174)
#B4F0BB
(180,240,187)
#C2F3C8
(194,243,200)
#D0F6D5
(208,246,213)
#DEF9E2
(222,249,226)
#ECFCEF
(236,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60DE6D color. Also use rgb(96,222,109) instead hex code.

Text Font Color

.myTextColor { color: #60DE6D; }

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

This text font color is #60DE6D.


Background Color

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

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

This div background color is #60DE6D.


Border color

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

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

This div border color is #60DE6D.


Opacity

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

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

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

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

This text has shadow with #60DE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60DE6D on black background.


Color preview on white background

This text has color #60DE6D on white background.



Black color preview on #60DE6D background

This text has black color on #60DE6D background.


White color preview on #60DE6D background

This text has white color on #60DE6D background.