Color Hex Logo

#99d32c Color Hex

#99D32C
(153,211,44)
0 Favorites   0 Comments

Color spaces of #99d32c

RGB 15321144
HSL0.220.650.50
HSV81°79°83°
CMYK 0.270.000.79   0.17
XYZ36.885853.542710.7736
Yxy53.54270.36450.5291
Hunter Lab73.1729-38.072342.4915
CIE-Lab78.1943-41.303469.8994

#99d32c color RGB value is (153,211,44).

#99d32c hex color red value is 153, green value is 211 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #99d32c hue: 0.22 , saturation: 0.65 and the lightness value of 99d32c is 0.50.

The process color (four color CMYK) of #99d32c color hex is 0.27, 0.00, 0.79, 0.17. Web safe color of #99d32c is #99cc33. Color #99d32c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11010011 00101100
Octal 231 323 54
Decimal 153 211 44
Hex 99 D3 2C

RGB Percentages of Color #99d32c

%37.50
%51.72
%10.78

CMYK Percentages of Color #99d32c

%27
%0
%79
%17

Triadic Colors of #99d32c

#99d32c #2c99d3 #d32c99

Analogous Colors of #99d32c

#99d32c #46d32c #d3ba2c

Monochromatic Colors of #99d32c

#99d32c

Complementary Color

#99d32c #662cd3

#99d32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99d32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99d32c Color CSS Codes

.mybgcolor {background-color:#99d32c; } 
.myforecolor {color:#99d32c; }
.mybordercolor {border:3px solid #99d32c; }

#99d32c Text Font Color

<p style="color:#99d32c">Text here</p>

This sample text font color is #99d32c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99d32c Background Color

<div style="background-color:#99d32c">
Div content here</div>

This div background color is #99d32c


#99d32c Border Color

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

This div border color is #99d32c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,211,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99d32c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99d32c;
  -webkit-box-shadow: 1px 1px 3px 2px #99d32c;
  box-shadow:         1px 1px 3px 2px #99d32c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,211,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99d32c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99d32c;
  -webkit-box-shadow: 1px 1px 3px 2px #99d32c;
  box-shadow:         1px 1px 3px 2px #99d32c;">
Div content here</div>

This div box has shadow with color #99d32c


Comments

No comments written yet.

Please login to write comment.