COLOR #8DB600

HEX: #8DB600
RGB: (141,182,0)

Color info

#8DB600 contains only red and green colors. Web safe color of #8DB600 is #99CC00 (or #9C0).

RGB color model

#8DB600 color RGB value is (141,182,0).

  • red value is 141;
  • green value is 182;
  • blue value is 0.
RGB:
(141,182,0)
(55%,71%,0%)

RGB channels and saturation

R 141 of 255 = 55%
G 182 of 255 = 71%
B 0 of 255 = 0%

141
182
0

R + G + B ~ 42%. #8DB600 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 182 + 0 = 323 (100%)
R 141 of 323 ~ 43.65%
G 182 of 323 ~ 56.35%
B 0 of 323 ~ 0%

%43.65
%56.35

CMYK color model

#8DB600 color CMYK value is (23,0,100,29).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 28.63%
CMYK:
(23,0,100,29)
C23M0Y100K29 
(23%,0%,100%,29%)
(0.23/0.00/1.00/0.29)	

CMYK percentages

%22.53
%0
%100
%28.63

Codes

Color #8DB600 in popluar color models

8DB600
RGB1411820
HSL74°100.00%35.69%
HSB/HSV74°100.00%71.37%
CMYK22.53%0.00%100.00%
28.63%

Color #8DB600 in popluar number systems.

HEX8DB600
Decimal1411820
Binary10001101101101100
Octal2152660

Shades and tints

Shades of #8DB600

#8DB600
(141,182,0)
#81A600
(129,166,0)
#759600
(117,150,0)
#698600
(105,134,0)
#5D7600
(93,118,0)
#516600
(81,102,0)
#455600
(69,86,0)
#394600
(57,70,0)
#2D3600
(45,54,0)
#212600
(33,38,0)
#151600
(21,22,0)
#000000
(0,0,0)

Tints of #8DB600

#8DB600
(141,182,0)
#97BC17
(151,188,23)
#A1C22E
(161,194,46)
#ABC845
(171,200,69)
#B5CE5C
(181,206,92)
#BFD473
(191,212,115)
#C9DA8A
(201,218,138)
#D3E0A1
(211,224,161)
#DDE6B8
(221,230,184)
#E7ECCF
(231,236,207)
#F1F2E6
(241,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB600 color. Also use rgb(141,182,0) instead hex code.

Text Font Color

.myTextColor { color: #8DB600; }

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

This text font color is #8DB600.


Background Color

.myBgColor { background-color: #8DB600; }

<div style="background-color:#8DB600">Inner text</div>

This div background color is #8DB600.


Border color

.myBorderColor { border: 1px solid #8DB600; }

<div style="border:3px solid #8DB600">Div</div>

This div border color is #8DB600.


Opacity

.myOpacity80 { color: #8DB600; opacity: 0.8; }

<p style="color:#8DB600;opacity:0.8;">80%</p>

Text with #8DB600 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 #8DB600;}

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

This text has shadow with #8DB600 color.

.textShadow {text-shadow: 3px 3px 1px #8DB600, 3px 3px 1px red;}

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

This text has shadow with #8DB600 primary color and red secondary color.


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

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

This text has shadow with #8DB600 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB600 on black background.


Color preview on white background

This text has color #8DB600 on white background.



Black color preview on #8DB600 background

This text has black color on #8DB600 background.


White color preview on #8DB600 background

This text has white color on #8DB600 background.