COLOR #83CF10

HEX: #83CF10
RGB: (131,207,16)

Color info

#83CF10 contains mainly green color. Web safe color of #83CF10 is #99CC00 (or #9C0).

RGB color model

#83CF10 color RGB value is (131,207,16).

  • red value is 131;
  • green value is 207;
  • blue value is 16.
RGB:
(131,207,16)
(51%,81%,6%)

RGB channels and saturation

R 131 of 255 = 51%
G 207 of 255 = 81%
B 16 of 255 = 6%

131
207
16

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

Portions of RGB colors in percentages

R + G + B =
131 + 207 + 16 = 354 (100%)
R 131 of 354 ~ 37.01%
G 207 of 354 ~ 58.47%
B 16 of 354 ~ 4.52%

%37.01
%58.47

CMYK color model

#83CF10 color CMYK value is (37,0,92,19).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 92.27%
  • key color value is 18.82%
CMYK:
(37,0,92,19)
C37M0Y92K19 
(37%,0%,92%,19%)
(0.37/0.00/0.92/0.19)	

CMYK percentages

%36.71
%0
%92.27
%18.82

Codes

Color #83CF10 in popluar color models

83CF10
RGB13120716
HSL84°85.65%43.73%
HSB/HSV84°92.27%81.18%
CMYK36.71%0.00%92.27%
18.82%

Color #83CF10 in popluar number systems.

HEX83CF10
Decimal13120716
Binary100000111100111110000
Octal20331720

Shades and tints

Shades of #83CF10

#83CF10
(131,207,16)
#78BD0F
(120,189,15)
#6DAB0E
(109,171,14)
#62990D
(98,153,13)
#57870C
(87,135,12)
#4C750B
(76,117,11)
#41630A
(65,99,10)
#365109
(54,81,9)
#2B3F08
(43,63,8)
#202D07
(32,45,7)
#151B06
(21,27,6)
#000000
(0,0,0)

Tints of #83CF10

#83CF10
(131,207,16)
#8ED325
(142,211,37)
#99D73A
(153,215,58)
#A4DB4F
(164,219,79)
#AFDF64
(175,223,100)
#BAE379
(186,227,121)
#C5E78E
(197,231,142)
#D0EBA3
(208,235,163)
#DBEFB8
(219,239,184)
#E6F3CD
(230,243,205)
#F1F7E2
(241,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CF10 color. Also use rgb(131,207,16) instead hex code.

Text Font Color

.myTextColor { color: #83CF10; }

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

This text font color is #83CF10.


Background Color

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

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

This div background color is #83CF10.


Border color

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

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

This div border color is #83CF10.


Opacity

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

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

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

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

This text has shadow with #83CF10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CF10 on black background.


Color preview on white background

This text has color #83CF10 on white background.



Black color preview on #83CF10 background

This text has black color on #83CF10 background.


White color preview on #83CF10 background

This text has white color on #83CF10 background.