Color Hex Logo

#72e476 Color Hex

#72E476
(114,228,118)
0 Favorites   0 Comments

Color spaces of #72e476

RGB 114228118
HSL0.340.680.67
HSV122°50°89°
CMYK 0.500.000.48   0.11
XYZ37.952860.372226.7922
Yxy60.37220.30330.4825
Hunter Lab77.6995-48.784833.9454
CIE-Lab82.0401-54.396743.7072

#72e476 color RGB value is (114,228,118).

#72e476 hex color red value is 114, green value is 228 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #72e476 hue: 0.34 , saturation: 0.68 and the lightness value of 72e476 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11100100 01110110
Octal 162 344 166
Decimal 114 228 118
Hex 72 E4 76

RGB Percentages of Color #72e476

%24.78
%49.57
%25.65

CMYK Percentages of Color #72e476

%50
%0
%48
%11

Triadic Colors of #72e476

#72e476 #7672e4 #e47672

Analogous Colors of #72e476

#72e476 #72e4af #a7e472

Monochromatic Colors of #72e476

#72e476

Complementary Color

#72e476 #e472e0

#72e476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72e476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72e476 Color CSS Codes

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

#72e476 Text Font Color

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

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


#72e476 Background Color

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

This div background color is #72e476


#72e476 Border Color

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

This div border color is #72e476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72e476


Comments

No comments written yet.

Please login to write comment.