Color Hex Logo

#72f585 Color Hex

#72F585
(114,245,133)
0 Favorites   0 Comments

Color spaces of #72f585

RGB 114245133
HSL0.360.870.70
HSV129°53°96°
CMYK 0.530.000.46   0.04
XYZ43.825570.575733.5029
Yxy70.57570.29630.4772
Hunter Lab84.0093-53.897535.1617
CIE-Lab87.2785-58.888243.0444

#72f585 color RGB value is (114,245,133).

#72f585 hex color red value is 114, green value is 245 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #72f585 hue: 0.36 , saturation: 0.87 and the lightness value of 72f585 is 0.70.

The process color (four color CMYK) of #72f585 color hex is 0.53, 0.00, 0.46, 0.04. Web safe color of #72f585 is #66ff99. Color #72f585 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11110101 10000101
Octal 162 365 205
Decimal 114 245 133
Hex 72 F5 85

RGB Percentages of Color #72f585

%23.17
%49.80
%27.03

CMYK Percentages of Color #72f585

%53
%0
%46
%4

Triadic Colors of #72f585

#72f585 #8572f5 #f58572

Analogous Colors of #72f585

#72f585 #72f5c7 #a1f572

Monochromatic Colors of #72f585

#72f585

Complementary Color

#72f585 #f572e2

#72f585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72f585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72f585 Color CSS Codes

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

#72f585 Text Font Color

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

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


#72f585 Background Color

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

This div background color is #72f585


#72f585 Border Color

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

This div border color is #72f585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72f585


Comments

No comments written yet.

Please login to write comment.