Color Hex Logo

#72e67c Color Hex

#72E67C
(114,230,124)
0 Favorites   0 Comments

Color spaces of #72e67c

RGB 114230124
HSL0.350.700.67
HSV125°50°90°
CMYK 0.500.000.46   0.10
XYZ38.874361.626328.9150
Yxy61.62630.30040.4762
Hunter Lab78.5024-48.986333.1133
CIE-Lab82.7143-54.346741.6434

#72e67c color RGB value is (114,230,124).

#72e67c hex color red value is 114, green value is 230 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #72e67c hue: 0.35 , saturation: 0.70 and the lightness value of 72e67c is 0.67.

The process color (four color CMYK) of #72e67c color hex is 0.50, 0.00, 0.46, 0.10. Web safe color of #72e67c is #66ff66. Color #72e67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11100110 01111100
Octal 162 346 174
Decimal 114 230 124
Hex 72 E6 7C

RGB Percentages of Color #72e67c

%24.36
%49.15
%26.50

CMYK Percentages of Color #72e67c

%50
%0
%46
%10

Triadic Colors of #72e67c

#72e67c #7c72e6 #e67c72

Analogous Colors of #72e67c

#72e67c #72e6b6 #a2e672

Monochromatic Colors of #72e67c

#72e67c

Complementary Color

#72e67c #e672dc

#72e67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72e67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72e67c Color CSS Codes

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

#72e67c Text Font Color

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

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


#72e67c Background Color

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

This div background color is #72e67c


#72e67c Border Color

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

This div border color is #72e67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72e67c


Comments

No comments written yet.

Please login to write comment.