Color Hex Logo

#72c465 Color Hex

#72C465
(114,196,101)
0 Favorites   0 Comments

Color spaces of #72c465

RGB 114196101
HSL0.310.450.58
HSV112°48°77°
CMYK 0.420.000.48   0.23
XYZ29.028343.996819.2742
Yxy43.99680.31450.4767
Hunter Lab66.3301-37.960029.2026
CIE-Lab72.2264-43.569539.8173

#72c465 color RGB value is (114,196,101).

#72c465 hex color red value is 114, green value is 196 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #72c465 hue: 0.31 , saturation: 0.45 and the lightness value of 72c465 is 0.58.

The process color (four color CMYK) of #72c465 color hex is 0.42, 0.00, 0.48, 0.23. Web safe color of #72c465 is #66cc66. Color #72c465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000100 01100101
Octal 162 304 145
Decimal 114 196 101
Hex 72 C4 65

RGB Percentages of Color #72c465

%27.74
%47.69
%24.57

CMYK Percentages of Color #72c465

%42
%0
%48
%23

Triadic Colors of #72c465

#72c465 #6572c4 #c46572

Analogous Colors of #72c465

#72c465 #65c488 #a2c465

Monochromatic Colors of #72c465

#72c465

Complementary Color

#72c465 #b765c4

#72c465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c465 Color CSS Codes

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

#72c465 Text Font Color

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

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


#72c465 Background Color

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

This div background color is #72c465


#72c465 Border Color

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

This div border color is #72c465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c465


Comments

No comments written yet.

Please login to write comment.