COLOR #60E66F

HEX: #60E66F
RGB: (96,230,111)

Color info

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

RGB color model

#60E66F color RGB value is (96,230,111).

  • red value is 96;
  • green value is 230;
  • blue value is 111.
RGB:
(96,230,111)
(38%,90%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 230 of 255 = 90%
B 111 of 255 = 44%

96
230
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 230 + 111 = 437 (100%)
R 96 of 437 ~ 21.97%
G 230 of 437 ~ 52.63%
B 111 of 437 ~ 25.4%

%21.97
%52.63
%25.4

CMYK color model

#60E66F color CMYK value is (58,0,52,10).

  • cyan value is 58.26%
  • magenta value is 0.00%
  • yellow value is 51.74%
  • key color value is 9.80%
CMYK:
(58,0,52,10)
C58M0Y52K10 
(58%,0%,52%,10%)
(0.58/0.00/0.52/0.10)	

CMYK percentages

%58.26
%0
%51.74
%9.8

Codes

Color #60E66F in popluar color models

60E66F
RGB96230111
HSL127°72.83%63.92%
HSB/HSV127°58.26%90.20%
CMYK58.26%0.00%51.74%
9.80%

Color #60E66F in popluar number systems.

HEX60E66F
Decimal96230111
Binary1100000111001101101111
Octal140346157

Shades and tints

Shades of #60E66F

#60E66F
(96,230,111)
#58D265
(88,210,101)
#50BE5B
(80,190,91)
#48AA51
(72,170,81)
#409647
(64,150,71)
#38823D
(56,130,61)
#306E33
(48,110,51)
#285A29
(40,90,41)
#20461F
(32,70,31)
#183215
(24,50,21)
#101E0B
(16,30,11)
#000000
(0,0,0)

Tints of #60E66F

#60E66F
(96,230,111)
#6EE87C
(110,232,124)
#7CEA89
(124,234,137)
#8AEC96
(138,236,150)
#98EEA3
(152,238,163)
#A6F0B0
(166,240,176)
#B4F2BD
(180,242,189)
#C2F4CA
(194,244,202)
#D0F6D7
(208,246,215)
#DEF8E4
(222,248,228)
#ECFAF1
(236,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60E66F color. Also use rgb(96,230,111) instead hex code.

Text Font Color

.myTextColor { color: #60E66F; }

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

This text font color is #60E66F.


Background Color

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

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

This div background color is #60E66F.


Border color

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

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

This div border color is #60E66F.


Opacity

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

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

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

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

This text has shadow with #60E66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60E66F on black background.


Color preview on white background

This text has color #60E66F on white background.



Black color preview on #60E66F background

This text has black color on #60E66F background.


White color preview on #60E66F background

This text has white color on #60E66F background.