COLOR #99FF33

HEX: #99FF33 RGB: (153,255,51)

Color info

#99FF33 contains mainly green color. #99FF33 color is web safe color. It maybe written shortly as #9F3.

RGB color model

#99FF33 color RGB value is (153,255,51).

RGB: (153,255,51) (60%, 100%, 20%)

RGB channels and saturation

R 153 of 255 = 60%
G 255 of 255 = 100%
B 51 of 255 = 20%

153
255
51

R + G + B ~ 60%. #99FF33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 255 + 51 = 459 (100%)
R 153 of 459 ~ 33.33%
G 255 of 459 ~ 55.56%
B 51 of 459 ~ 11.11'%

%33.33
%55.56
%11.11

CMYK color model

#99FF33 color CMYK value is (40,0,80,0).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 0.00%

CMYK: (40,0,80,0)
C40M0Y80K0 (40%, 0%, 80%, 0%)
(0.40 / 0.00 / 0.80 / 0.00)

CMYK percentages

%40
%0
%80
%0

Codes

Color #99FF33 in popluar color models

99 FF 33
RGB 153 255 51
HSL 90° 100.00% 60.00%
HSB/HSV 90° 80.00% 100.00%
CMYK 40.00% 0.00% 80.00%
0.00%

Color #99FF33 in popluar number systems.

HEX 99 FF 33
Decimal 153 255 51
Binary 10011001 11111111 110011
Octal 231 377 63

Shades and tints

Shades of #99FF33

#99FF33
(153,255,51)
#8CE82F
(140,232,47)
#7FD12B
(127,209,43)
#72BA27
(114,186,39)
#65A323
(101,163,35)
#588C1F
(88,140,31)
#4B751B
(75,117,27)
#3E5E17
(62,94,23)
#314713
(49,71,19)
#24300F
(36,48,15)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #99FF33

#99FF33
(153,255,51)
#A2FF45
(162,255,69)
#ABFF57
(171,255,87)
#B4FF69
(180,255,105)
#BDFF7B
(189,255,123)
#C6FF8D
(198,255,141)
#CFFF9F
(207,255,159)
#D8FFB1
(216,255,177)
#E1FFC3
(225,255,195)
#EAFFD5
(234,255,213)
#F3FFE7
(243,255,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99FF33 color. Also use rgb(153,255,51) instead hex code.

Text Font Color

.myTextColor { color: #99FF33; }

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

This text font color is #99FF33.

Background Color

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

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

This div background color is #99FF33.

Border color

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

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

This div border color is #99FF33.

Opacity

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

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

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

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

This text has shadow with #99FF33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99FF33.

Preview

Color preview on black background

This text has color #99FF33 on black background.


Color preview on white background

This text has color #99FF33 on white background.


Black color preview on #99FF33 background

This text has black color on #99FF33 background.


White color preview on #99FF33 background

This text has white color on #99FF33 background.


Related colors

Complementary color

Complementary color for #hex is #6600CC.


I love getcolorcode.com

Triadic colors

1 #3399FF and #FF3399 with #99FF33 are triadic colors.

2 #33FF99 and #FF9933 with #99FF33 are triadic colors.