COLOR #83BD08

HEX: #83BD08
RGB: (131,189,8)

Color info

#83BD08 contains mainly red and green colors. Web safe color of #83BD08 is #99CC00 (or #9C0).

RGB color model

#83BD08 color RGB value is (131,189,8).

  • red value is 131;
  • green value is 189;
  • blue value is 8.
RGB:
(131,189,8)
(51%,74%,3%)

RGB channels and saturation

R 131 of 255 = 51%
G 189 of 255 = 74%
B 8 of 255 = 3%

131
189
8

R + G + B ~ 43%. #83BD08 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 189 + 8 = 328 (100%)
R 131 of 328 ~ 39.94%
G 189 of 328 ~ 57.62%
B 8 of 328 ~ 2.44%

%39.94
%57.62

CMYK color model

#83BD08 color CMYK value is (31,0,96,26).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 95.77%
  • key color value is 25.88%
CMYK:
(31,0,96,26)
C31M0Y96K26 
(31%,0%,96%,26%)
(0.31/0.00/0.96/0.26)	

CMYK percentages

%30.69
%0
%95.77
%25.88

Codes

Color #83BD08 in popluar color models

83BD08
RGB1311898
HSL79°91.88%38.63%
HSB/HSV79°95.77%74.12%
CMYK30.69%0.00%95.77%
25.88%

Color #83BD08 in popluar number systems.

HEX83BD08
Decimal1311898
Binary10000011101111011000
Octal20327510

Shades and tints

Shades of #83BD08

#83BD08
(131,189,8)
#78AC08
(120,172,8)
#6D9B08
(109,155,8)
#628A08
(98,138,8)
#577908
(87,121,8)
#4C6808
(76,104,8)
#415708
(65,87,8)
#364608
(54,70,8)
#2B3508
(43,53,8)
#202408
(32,36,8)
#151308
(21,19,8)
#000000
(0,0,0)

Tints of #83BD08

#83BD08
(131,189,8)
#8EC31E
(142,195,30)
#99C934
(153,201,52)
#A4CF4A
(164,207,74)
#AFD560
(175,213,96)
#BADB76
(186,219,118)
#C5E18C
(197,225,140)
#D0E7A2
(208,231,162)
#DBEDB8
(219,237,184)
#E6F3CE
(230,243,206)
#F1F9E4
(241,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BD08 color. Also use rgb(131,189,8) instead hex code.

Text Font Color

.myTextColor { color: #83BD08; }

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

This text font color is #83BD08.


Background Color

.myBgColor { background-color: #83BD08; }

<div style="background-color:#83BD08">Inner text</div>

This div background color is #83BD08.


Border color

.myBorderColor { border: 1px solid #83BD08; }

<div style="border:3px solid #83BD08">Div</div>

This div border color is #83BD08.


Opacity

.myOpacity80 { color: #83BD08; opacity: 0.8; }

<p style="color:#83BD08;opacity:0.8;">80%</p>

Text with #83BD08 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 #83BD08;}

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

This text has shadow with #83BD08 color.

.textShadow {text-shadow: 3px 3px 1px #83BD08, 3px 3px 1px red;}

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

This text has shadow with #83BD08 primary color and red secondary color.


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

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

This text has shadow with #83BD08 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BD08 on black background.


Color preview on white background

This text has color #83BD08 on white background.



Black color preview on #83BD08 background

This text has black color on #83BD08 background.


White color preview on #83BD08 background

This text has white color on #83BD08 background.