COLOR #99D134

HEX: #99D134
RGB: (153,209,52)

Color info

#99D134 contains mainly red and green colors. Web safe color of #99D134 is #99CC33 (or #9C3).

RGB color model

#99D134 color RGB value is (153,209,52).

  • red value is 153;
  • green value is 209;
  • blue value is 52.
RGB:
(153,209,52)
(60%,82%,20%)

RGB channels and saturation

R 153 of 255 = 60%
G 209 of 255 = 82%
B 52 of 255 = 20%

153
209
52

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

Portions of RGB colors in percentages

R + G + B =
153 + 209 + 52 = 414 (100%)
R 153 of 414 ~ 36.96%
G 209 of 414 ~ 50.48%
B 52 of 414 ~ 12.56%

%36.96
%50.48
%12.56

CMYK color model

#99D134 color CMYK value is (27,0,75,18).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 75.12%
  • key color value is 18.04%
CMYK:
(27,0,75,18)
C27M0Y75K18 
(27%,0%,75%,18%)
(0.27/0.00/0.75/0.18)	

CMYK percentages

%26.79
%0
%75.12
%18.04

Codes

Color #99D134 in popluar color models

99D134
RGB15320952
HSL81°63.05%51.18%
HSB/HSV81°75.12%81.96%
CMYK26.79%0.00%75.12%
18.04%

Color #99D134 in popluar number systems.

HEX99D134
Decimal15320952
Binary1001100111010001110100
Octal23132164

Shades and tints

Shades of #99D134

#99D134
(153,209,52)
#8CBE30
(140,190,48)
#7FAB2C
(127,171,44)
#729828
(114,152,40)
#658524
(101,133,36)
#587220
(88,114,32)
#4B5F1C
(75,95,28)
#3E4C18
(62,76,24)
#313914
(49,57,20)
#242610
(36,38,16)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #99D134

#99D134
(153,209,52)
#A2D546
(162,213,70)
#ABD958
(171,217,88)
#B4DD6A
(180,221,106)
#BDE17C
(189,225,124)
#C6E58E
(198,229,142)
#CFE9A0
(207,233,160)
#D8EDB2
(216,237,178)
#E1F1C4
(225,241,196)
#EAF5D6
(234,245,214)
#F3F9E8
(243,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D134 color. Also use rgb(153,209,52) instead hex code.

Text Font Color

.myTextColor { color: #99D134; }

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

This text font color is #99D134.


Background Color

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

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

This div background color is #99D134.


Border color

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

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

This div border color is #99D134.


Opacity

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

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

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

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

This text has shadow with #99D134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D134 on black background.


Color preview on white background

This text has color #99D134 on white background.



Black color preview on #99D134 background

This text has black color on #99D134 background.


White color preview on #99D134 background

This text has white color on #99D134 background.