Color Hex Logo

#72c265 Color Hex

#72C265
(114,194,101)
0 Favorites   0 Comments

Color spaces of #72c265

RGB 114194101
HSL0.310.430.58
HSV112°48°76°
CMYK 0.410.000.48   0.24
XYZ28.580243.100619.1248
Yxy43.10060.31470.4746
Hunter Lab65.6510-37.182028.6840
CIE-Lab71.6232-42.711339.0682

#72c265 color RGB value is (114,194,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000010 01100101
Octal 162 302 145
Decimal 114 194 101
Hex 72 C2 65

RGB Percentages of Color #72c265

%27.87
%47.43
%24.69

CMYK Percentages of Color #72c265

%41
%0
%48
%24

Triadic Colors of #72c265

#72c265 #6572c2 #c26572

Analogous Colors of #72c265

#72c265 #65c287 #a1c265

Monochromatic Colors of #72c265

#72c265

Complementary Color

#72c265 #b565c2

#72c265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c265 Color CSS Codes

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

#72c265 Text Font Color

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

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


#72c265 Background Color

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

This div background color is #72c265


#72c265 Border Color

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

This div border color is #72c265


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,194,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 #72c265">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c265


Comments

No comments written yet.

Please login to write comment.