COLOR #60BE64

HEX: #60BE64
RGB: (96,190,100)

Color info

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

RGB color model

#60BE64 color RGB value is (96,190,100).

  • red value is 96;
  • green value is 190;
  • blue value is 100.
RGB:
(96,190,100)
(38%,75%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 190 of 255 = 75%
B 100 of 255 = 39%

96
190
100

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

Portions of RGB colors in percentages

R + G + B =
96 + 190 + 100 = 386 (100%)
R 96 of 386 ~ 24.87%
G 190 of 386 ~ 49.22%
B 100 of 386 ~ 25.91%

%24.87
%49.22
%25.91

CMYK color model

#60BE64 color CMYK value is (49,0,47,25).

  • cyan value is 49.47%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 25.49%
CMYK:
(49,0,47,25)
C49M0Y47K25 
(49%,0%,47%,25%)
(0.49/0.00/0.47/0.25)	

CMYK percentages

%49.47
%0
%47.37
%25.49

Codes

Color #60BE64 in popluar color models

60BE64
RGB96190100
HSL123°41.96%56.08%
HSB/HSV123°49.47%74.51%
CMYK49.47%0.00%47.37%
25.49%

Color #60BE64 in popluar number systems.

HEX60BE64
Decimal96190100
Binary1100000101111101100100
Octal140276144

Shades and tints

Shades of #60BE64

#60BE64
(96,190,100)
#58AD5B
(88,173,91)
#509C52
(80,156,82)
#488B49
(72,139,73)
#407A40
(64,122,64)
#386937
(56,105,55)
#30582E
(48,88,46)
#284725
(40,71,37)
#20361C
(32,54,28)
#182513
(24,37,19)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #60BE64

#60BE64
(96,190,100)
#6EC372
(110,195,114)
#7CC880
(124,200,128)
#8ACD8E
(138,205,142)
#98D29C
(152,210,156)
#A6D7AA
(166,215,170)
#B4DCB8
(180,220,184)
#C2E1C6
(194,225,198)
#D0E6D4
(208,230,212)
#DEEBE2
(222,235,226)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BE64 color. Also use rgb(96,190,100) instead hex code.

Text Font Color

.myTextColor { color: #60BE64; }

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

This text font color is #60BE64.


Background Color

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

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

This div background color is #60BE64.


Border color

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

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

This div border color is #60BE64.


Opacity

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

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

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

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

This text has shadow with #60BE64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BE64 on black background.


Color preview on white background

This text has color #60BE64 on white background.



Black color preview on #60BE64 background

This text has black color on #60BE64 background.


White color preview on #60BE64 background

This text has white color on #60BE64 background.