COLOR #90FF83

HEX: #90FF83 RGB: (144,255,131)

Color info

#90FF83 contains mainly green color. Web safe color of #90FF83 is #99FF99 (or #9F9).

RGB color model

#90FF83 color RGB value is (144,255,131).

RGB: (144,255,131) (56%, 100%, 51%)

RGB channels and saturation

R 144 of 255 = 56%
G 255 of 255 = 100%
B 131 of 255 = 51%

144
255
131

R + G + B ~ 69%. #90FF83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 255 + 131 = 530 (100%)
R 144 of 530 ~ 27.17%
G 255 of 530 ~ 48.11%
B 131 of 530 ~ 24.72'%

%27.17
%48.11
%24.72

CMYK color model

#90FF83 color CMYK value is (44,0,49,0).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK: (44,0,49,0) C44M0Y49K0 (44%,0%,49%,0%) (0.44/0.00/0.49/0.00) 

CMYK percentages

%43.53
%0
%48.63
%0

Codes

Color #90FF83 in popluar color models

90 FF 83
RGB 144 255 131
HSL 114° 100.00% 75.69%
HSB/HSV 114° 48.63% 100.00%
CMYK 43.53% 0.00% 48.63%
0.00%

Color #90FF83 in popluar number systems.

HEX 90 FF 83
Decimal 144 255 131
Binary 10010000 11111111 10000011
Octal 220 377 203

Shades and tints

Shades of #90FF83

#90FF83
(144,255,131)
#83E878
(131,232,120)
#76D16D
(118,209,109)
#69BA62
(105,186,98)
#5CA357
(92,163,87)
#4F8C4C
(79,140,76)
#427541
(66,117,65)
#355E36
(53,94,54)
#28472B
(40,71,43)
#1B3020
(27,48,32)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #90FF83

#90FF83
(144,255,131)
#9AFF8E
(154,255,142)
#A4FF99
(164,255,153)
#AEFFA4
(174,255,164)
#B8FFAF
(184,255,175)
#C2FFBA
(194,255,186)
#CCFFC5
(204,255,197)
#D6FFD0
(214,255,208)
#E0FFDB
(224,255,219)
#EAFFE6
(234,255,230)
#F4FFF1
(244,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90FF83 color. Also use rgb(144,255,131) instead hex code.

Text Font Color

.myTextColor { color: #90FF83; }

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

This text font color is #90FF83.

Background Color

.myBgColor { background-color: #90FF83; }

<div style="background-color:#90FF83">Inner text</div>

This div background color is #90FF83.

Border color

.myBorderColor { border: 1px solid #90FF83; }

<div style="border:3px solid #90FF83">Div</div>

This div border color is #90FF83.

Opacity

.myOpacity80 { color: #90FF83; opacity: 0.8; }

<p style="color:#90FF83;opacity:0.8;">80%</p>

Text with #90FF83 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 #90FF83;}

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

This text has shadow with #90FF83 color.


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

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

This text has shadow with #90FF83 primary color and red secondary color.


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

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

This text has shadow with #90FF83 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90FF83.

Preview

Color preview on black background

This text has color #90FF83 on black background.


Color preview on white background

This text has color #90FF83 on white background.


Black color preview on #90FF83 background

This text has black color on #90FF83 background.


White color preview on #90FF83 background

This text has white color on #90FF83 background.


Related colors

Complementary color

Complementary color for #hex is #6F007C.


I love getcolorcode.com

Triadic colors

1 #8390FF and #FF8390 with #90FF83 are triadic colors.

2 #83FF90 and #FF9083 with #90FF83 are triadic colors.