COLOR #60BB00

HEX: #60BB00 RGB: (96,187,0)

Color info

#60BB00 contains mainly green color. Web safe color of #60BB00 is #66CC00 (or #6C0).

RGB color model

#60BB00 color RGB value is (96,187,0).

RGB: (96,187,0) (38%, 73%, 0%)

RGB channels and saturation

R 96 of 255 = 38%
G 187 of 255 = 73%
B 0 of 255 = 0%

96
187
0

R + G + B ~ 37%. #60BB00 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 187 + 0 = 283 (100%)
R 96 of 283 ~ 33.92%
G 187 of 283 ~ 66.08%
B 0 of 283 ~ 0'%

%33.92
%66.08

CMYK color model

#60BB00 color CMYK value is (49,0,100,27).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 26.67%

CMYK: (49,0,100,27)
C49M0Y100K27 (49%, 0%, 100%, 27%)
(0.49 / 0.00 / 1.00 / 0.27)

CMYK percentages

%48.66
%0
%100
%26.67

Codes

Color #60BB00 in popluar color models

60 BB 00
RGB 96 187 0
HSL 89° 100.00% 36.67%
HSB/HSV 89° 100.00% 73.33%
CMYK 48.66% 0.00% 100.00%
26.67%

Color #60BB00 in popluar number systems.

HEX 60 BB 00
Decimal 96 187 0
Binary 1100000 10111011 0
Octal 140 273 0

Shades and tints

Shades of #60BB00

#60BB00
(96,187,0)
#58AA00
(88,170,0)
#509900
(80,153,0)
#488800
(72,136,0)
#407700
(64,119,0)
#386600
(56,102,0)
#305500
(48,85,0)
#284400
(40,68,0)
#203300
(32,51,0)
#182200
(24,34,0)
#101100
(16,17,0)
#000000
(0,0,0)

Tints of #60BB00

#60BB00
(96,187,0)
#6EC117
(110,193,23)
#7CC72E
(124,199,46)
#8ACD45
(138,205,69)
#98D35C
(152,211,92)
#A6D973
(166,217,115)
#B4DF8A
(180,223,138)
#C2E5A1
(194,229,161)
#D0EBB8
(208,235,184)
#DEF1CF
(222,241,207)
#ECF7E6
(236,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BB00 color. Also use rgb(96,187,0) instead hex code.

Text Font Color

.myTextColor { color: #60BB00; }

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

This text font color is #60BB00.

Background Color

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

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

This div background color is #60BB00.

Border color

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

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

This div border color is #60BB00.

Opacity

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

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

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

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

This text has shadow with #60BB00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60BB00.

Preview

Color preview on black background

This text has color #60BB00 on black background.


Color preview on white background

This text has color #60BB00 on white background.


Black color preview on #60BB00 background

This text has black color on #60BB00 background.


White color preview on #60BB00 background

This text has white color on #60BB00 background.


Related colors

Complementary color

Complementary color for #hex is #9F44FF.


I love getcolorcode.com

Triadic colors

1 #0060BB and #BB0060 with #60BB00 are triadic colors.

2 #00BB60 and #BB6000 with #60BB00 are triadic colors.