Color Hex Logo

#99c04d Color Hex

#99C04D
(153,192,77)
0 Favorites   0 Comments

Color spaces of #99c04d

RGB 15319277
HSL0.220.480.53
HSV80°60°75°
CMYK 0.200.000.60   0.25
XYZ33.326145.007413.9520
Yxy45.00740.36110.4877
Hunter Lab67.0876-28.732434.6309
CIE-Lab72.8968-30.600352.4405

#99c04d color RGB value is (153,192,77).

#99c04d hex color red value is 153, green value is 192 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #99c04d hue: 0.22 , saturation: 0.48 and the lightness value of 99c04d is 0.53.

The process color (four color CMYK) of #99c04d color hex is 0.20, 0.00, 0.60, 0.25. Web safe color of #99c04d is #99cc66. Color #99c04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11000000 01001101
Octal 231 300 115
Decimal 153 192 77
Hex 99 C0 4D

RGB Percentages of Color #99c04d

%36.26
%45.50
%18.25

CMYK Percentages of Color #99c04d

%20
%0
%60
%25

Triadic Colors of #99c04d

#99c04d #4d99c0 #c04d99

Analogous Colors of #99c04d

#99c04d #5fc04d #c0ae4d

Monochromatic Colors of #99c04d

#99c04d

Complementary Color

#99c04d #744dc0

#99c04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99c04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99c04d Color CSS Codes

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

#99c04d Text Font Color

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

This sample text font color is #99c04d
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.


#99c04d Background Color

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

This div background color is #99c04d


#99c04d Border Color

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

This div border color is #99c04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99c04d


Comments

No comments written yet.

Please login to write comment.