COLOR #60CE63

HEX: #60CE63 RGB: (96,206,99)

Color info

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

RGB color model

#60CE63 color RGB value is (96,206,99).

RGB: (96,206,99) (38%, 81%, 39%)

RGB channels and saturation

R 96 of 255 = 38%
G 206 of 255 = 81%
B 99 of 255 = 39%

96
206
99

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

Portions of RGB colors in percentages

R + G + B = 96 + 206 + 99 = 401 (100%)
R 96 of 401 ~ 23.94%
G 206 of 401 ~ 51.37%
B 99 of 401 ~ 24.69'%

%23.94
%51.37
%24.69

CMYK color model

#60CE63 color CMYK value is (53,0,52,19).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 51.94%
  • key color value is 19.22%

CMYK: (53,0,52,19)
C53M0Y52K19 (53%, 0%, 52%, 19%)
(0.53 / 0.00 / 0.52 / 0.19)

CMYK percentages

%53.4
%0
%51.94
%19.22

Codes

Color #60CE63 in popluar color models

60 CE 63
RGB 96 206 99
HSL 122° 52.88% 59.22%
HSB/HSV 122° 53.40% 80.78%
CMYK 53.40% 0.00% 51.94%
19.22%

Color #60CE63 in popluar number systems.

HEX 60 CE 63
Decimal 96 206 99
Binary 1100000 11001110 1100011
Octal 140 316 143

Shades and tints

Shades of #60CE63

#60CE63
(96,206,99)
#58BC5A
(88,188,90)
#50AA51
(80,170,81)
#489848
(72,152,72)
#40863F
(64,134,63)
#387436
(56,116,54)
#30622D
(48,98,45)
#285024
(40,80,36)
#203E1B
(32,62,27)
#182C12
(24,44,18)
#101A09
(16,26,9)
#000000
(0,0,0)

Tints of #60CE63

#60CE63
(96,206,99)
#6ED271
(110,210,113)
#7CD67F
(124,214,127)
#8ADA8D
(138,218,141)
#98DE9B
(152,222,155)
#A6E2A9
(166,226,169)
#B4E6B7
(180,230,183)
#C2EAC5
(194,234,197)
#D0EED3
(208,238,211)
#DEF2E1
(222,242,225)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60CE63 color. Also use rgb(96,206,99) instead hex code.

Text Font Color

.myTextColor { color: #60CE63; }

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

This text font color is #60CE63.

Background Color

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

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

This div background color is #60CE63.

Border color

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

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

This div border color is #60CE63.

Opacity

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

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

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

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

This text has shadow with #60CE63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60CE63.

Preview

Color preview on black background

This text has color #60CE63 on black background.


Color preview on white background

This text has color #60CE63 on white background.


Black color preview on #60CE63 background

This text has black color on #60CE63 background.


White color preview on #60CE63 background

This text has white color on #60CE63 background.


Related colors

Complementary color

Complementary color for #60CE63 is #9F319C.


I love getcolorcode.com

Triadic colors

1 #6360CE and #CE6360 with #60CE63 are triadic colors.

2 #63CE60 and #CE6063 with #60CE63 are triadic colors.