COLOR #60BE49

HEX: #60BE49
RGB: (96,190,73)

Color info

#60BE49 contains mainly green color. Web safe color of #60BE49 is #66CC33 (or #6C3).

RGB color model

#60BE49 color RGB value is (96,190,73).

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

RGB channels and saturation

R 96 of 255 = 38%
G 190 of 255 = 75%
B 73 of 255 = 29%

96
190
73

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

Portions of RGB colors in percentages

R + G + B =
96 + 190 + 73 = 359 (100%)
R 96 of 359 ~ 26.74%
G 190 of 359 ~ 52.92%
B 73 of 359 ~ 20.33%

%26.74
%52.92
%20.33

CMYK color model

#60BE49 color CMYK value is (49,0,62,25).

  • cyan value is 49.47%
  • magenta value is 0.00%
  • yellow value is 61.58%
  • key color value is 25.49%
CMYK:
(49,0,62,25)
C49M0Y62K25 
(49%,0%,62%,25%)
(0.49/0.00/0.62/0.25)	

CMYK percentages

%49.47
%0
%61.58
%25.49

Codes

Color #60BE49 in popluar color models

60BE49
RGB9619073
HSL108°47.37%51.57%
HSB/HSV108°61.58%74.51%
CMYK49.47%0.00%61.58%
25.49%

Color #60BE49 in popluar number systems.

HEX60BE49
Decimal9619073
Binary1100000101111101001001
Octal140276111

Shades and tints

Shades of #60BE49

#60BE49
(96,190,73)
#58AD43
(88,173,67)
#509C3D
(80,156,61)
#488B37
(72,139,55)
#407A31
(64,122,49)
#38692B
(56,105,43)
#305825
(48,88,37)
#28471F
(40,71,31)
#203619
(32,54,25)
#182513
(24,37,19)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #60BE49

#60BE49
(96,190,73)
#6EC359
(110,195,89)
#7CC869
(124,200,105)
#8ACD79
(138,205,121)
#98D289
(152,210,137)
#A6D799
(166,215,153)
#B4DCA9
(180,220,169)
#C2E1B9
(194,225,185)
#D0E6C9
(208,230,201)
#DEEBD9
(222,235,217)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60BE49; }

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

This text font color is #60BE49.


Background Color

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

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

This div background color is #60BE49.


Border color

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

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

This div border color is #60BE49.


Opacity

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

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

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

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

This text has shadow with #60BE49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BE49 on black background.


Color preview on white background

This text has color #60BE49 on white background.



Black color preview on #60BE49 background

This text has black color on #60BE49 background.


White color preview on #60BE49 background

This text has white color on #60BE49 background.