COLOR #99E483

HEX: #99E483 RGB: (153,228,131)

Color info

#99E483 contains mainly green color. Web safe color of #99E483 is #99CC99 (or #9C9).

RGB color model

#99E483 color RGB value is (153,228,131).

RGB: (153,228,131) (60%, 89%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 228 of 255 = 89%
B 131 of 255 = 51%

153
228
131

R + G + B ~ 67%. #99E483 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 228 + 131 = 512 (100%)
R 153 of 512 ~ 29.88%
G 228 of 512 ~ 44.53%
B 131 of 512 ~ 25.59'%

%29.88
%44.53
%25.59

CMYK color model

#99E483 color CMYK value is (33,0,43,11).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 42.54%
  • key color value is 10.59%
CMYK: (33,0,43,11) C33M0Y43K11 (33%,0%,43%,11%) (0.33/0.00/0.43/0.11) 

CMYK percentages

%32.89
%0
%42.54
%10.59

Codes

Color #99E483 in popluar color models

99 E4 83
RGB 153 228 131
HSL 106° 64.24% 70.39%
HSB/HSV 106° 42.54% 89.41%
CMYK 32.89% 0.00% 42.54%
10.59%

Color #99E483 in popluar number systems.

HEX 99 E4 83
Decimal 153 228 131
Binary 10011001 11100100 10000011
Octal 231 344 203

Shades and tints

Shades of #99E483

#99E483
(153,228,131)
#8CD078
(140,208,120)
#7FBC6D
(127,188,109)
#72A862
(114,168,98)
#659457
(101,148,87)
#58804C
(88,128,76)
#4B6C41
(75,108,65)
#3E5836
(62,88,54)
#31442B
(49,68,43)
#243020
(36,48,32)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #99E483

#99E483
(153,228,131)
#A2E68E
(162,230,142)
#ABE899
(171,232,153)
#B4EAA4
(180,234,164)
#BDECAF
(189,236,175)
#C6EEBA
(198,238,186)
#CFF0C5
(207,240,197)
#D8F2D0
(216,242,208)
#E1F4DB
(225,244,219)
#EAF6E6
(234,246,230)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E483 color. Also use rgb(153,228,131) instead hex code.

Text Font Color

.myTextColor { color: #99E483; }

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

This text font color is #99E483.

Background Color

.myBgColor { background-color: #99E483; }

<div style="background-color:#99E483">Inner text</div>

This div background color is #99E483.

Border color

.myBorderColor { border: 1px solid #99E483; }

<div style="border:3px solid #99E483">Div</div>

This div border color is #99E483.

Opacity

.myOpacity80 { color: #99E483; opacity: 0.8; }

<p style="color:#99E483;opacity:0.8;">80%</p>

Text with #99E483 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 #99E483;}

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

This text has shadow with #99E483 color.


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

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

This text has shadow with #99E483 primary color and red secondary color.


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

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

This text has shadow with #99E483 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99E483.

Preview

Color preview on black background

This text has color #99E483 on black background.


Color preview on white background

This text has color #99E483 on white background.


Black color preview on #99E483 background

This text has black color on #99E483 background.


White color preview on #99E483 background

This text has white color on #99E483 background.


Related colors

Complementary color

Complementary color for #hex is #661B7C.


I love getcolorcode.com

Triadic colors

1 #8399E4 and #E48399 with #99E483 are triadic colors.

2 #83E499 and #E49983 with #99E483 are triadic colors.