COLOR #83FB74

HEX: #83FB74 RGB: (131,251,116)

Color info

#83FB74 contains mainly green color. Web safe color of #83FB74 is #99FF66 (or #9F6).

RGB color model

#83FB74 color RGB value is (131,251,116).

RGB: (131,251,116) (51%, 98%, 45%)

RGB channels and saturation

R 131 of 255 = 51%
G 251 of 255 = 98%
B 116 of 255 = 45%

131
251
116

R + G + B ~ 65%. #83FB74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 251 + 116 = 498 (100%)
R 131 of 498 ~ 26.31%
G 251 of 498 ~ 50.4%
B 116 of 498 ~ 23.29'%

%26.31
%50.4
%23.29

CMYK color model

#83FB74 color CMYK value is (48,0,54,2).

  • cyan value is 47.81%
  • magenta value is 0.00%
  • yellow value is 53.78%
  • key color value is 1.57%

CMYK: (48,0,54,2)
C48M0Y54K2 (48%, 0%, 54%, 2%)
(0.48 / 0.00 / 0.54 / 0.02)

CMYK percentages

%47.81
%0
%53.78
%1.57

Codes

Color #83FB74 in popluar color models

83 FB 74
RGB 131 251 116
HSL 113° 94.41% 71.96%
HSB/HSV 113° 53.78% 98.43%
CMYK 47.81% 0.00% 53.78%
1.57%

Color #83FB74 in popluar number systems.

HEX 83 FB 74
Decimal 131 251 116
Binary 10000011 11111011 1110100
Octal 203 373 164

Shades and tints

Shades of #83FB74

#83FB74
(131,251,116)
#78E56A
(120,229,106)
#6DCF60
(109,207,96)
#62B956
(98,185,86)
#57A34C
(87,163,76)
#4C8D42
(76,141,66)
#417738
(65,119,56)
#36612E
(54,97,46)
#2B4B24
(43,75,36)
#20351A
(32,53,26)
#151F10
(21,31,16)
#000000
(0,0,0)

Tints of #83FB74

#83FB74
(131,251,116)
#8EFB80
(142,251,128)
#99FB8C
(153,251,140)
#A4FB98
(164,251,152)
#AFFBA4
(175,251,164)
#BAFBB0
(186,251,176)
#C5FBBC
(197,251,188)
#D0FBC8
(208,251,200)
#DBFBD4
(219,251,212)
#E6FBE0
(230,251,224)
#F1FBEC
(241,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83FB74 color. Also use rgb(131,251,116) instead hex code.

Text Font Color

.myTextColor { color: #83FB74; }

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

This text font color is #83FB74.

Background Color

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

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

This div background color is #83FB74.

Border color

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

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

This div border color is #83FB74.

Opacity

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

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

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

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

This text has shadow with #83FB74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83FB74.

Preview

Color preview on black background

This text has color #83FB74 on black background.


Color preview on white background

This text has color #83FB74 on white background.


Black color preview on #83FB74 background

This text has black color on #83FB74 background.


White color preview on #83FB74 background

This text has white color on #83FB74 background.


Related colors

Complementary color

Complementary color for #hex is #7C048B.


I love getcolorcode.com

Triadic colors

1 #7483FB and #FB7483 with #83FB74 are triadic colors.

2 #74FB83 and #FB8374 with #83FB74 are triadic colors.