Color Hex Logo

#72c15c Color Hex

#72C15C
(114,193,92)
0 Favorites   0 Comments

Color spaces of #72c15c

RGB 11419392
HSL0.300.450.56
HSV107°52°76°
CMYK 0.410.000.52   0.24
XYZ27.941242.490016.8540
Yxy42.49000.32010.4868
Hunter Lab65.1844-37.558830.2991
CIE-Lab71.2074-43.434642.9725

#72c15c color RGB value is (114,193,92).

#72c15c hex color red value is 114, green value is 193 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #72c15c hue: 0.30 , saturation: 0.45 and the lightness value of 72c15c is 0.56.

The process color (four color CMYK) of #72c15c color hex is 0.41, 0.00, 0.52, 0.24. Web safe color of #72c15c is #66cc66. Color #72c15c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000001 01011100
Octal 162 301 134
Decimal 114 193 92
Hex 72 C1 5C

RGB Percentages of Color #72c15c

%28.57
%48.37
%23.06

CMYK Percentages of Color #72c15c

%41
%0
%52
%24

Triadic Colors of #72c15c

#72c15c #5c72c1 #c15c72

Analogous Colors of #72c15c

#72c15c #5cc179 #a5c15c

Monochromatic Colors of #72c15c

#72c15c

Complementary Color

#72c15c #ab5cc1

#72c15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c15c Color CSS Codes

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

#72c15c Text Font Color

<p style="color:#72c15c">Text here</p>

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


#72c15c Background Color

<div style="background-color:#72c15c">
Div content here</div>

This div background color is #72c15c


#72c15c Border Color

<div style="border:3px solid #72c15c">
Div here</div>

This div border color is #72c15c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,193,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72c15c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72c15c;
  -webkit-box-shadow: 1px 1px 3px 2px #72c15c;
  box-shadow:         1px 1px 3px 2px #72c15c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,193,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c15c


Comments

No comments written yet.

Please login to write comment.