Color Hex Logo

#72d220 Color Hex

#72D220
(114,210,32)
0 Favorites   0 Comments

Color spaces of #72d220

RGB 11421032
HSL0.260.740.47
HSV92°85°82°
CMYK 0.460.000.85   0.18
XYZ30.246749.77499.3798
Yxy49.77490.33830.5568
Hunter Lab70.5513-46.938541.5033
CIE-Lab75.9309-54.890870.1716

#72d220 color RGB value is (114,210,32).

#72d220 hex color red value is 114, green value is 210 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #72d220 hue: 0.26 , saturation: 0.74 and the lightness value of 72d220 is 0.47.

The process color (four color CMYK) of #72d220 color hex is 0.46, 0.00, 0.85, 0.18. Web safe color of #72d220 is #66cc33. Color #72d220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11010010 00100000
Octal 162 322 40
Decimal 114 210 32
Hex 72 D2 20

RGB Percentages of Color #72d220

%32.02
%58.99
%8.99

CMYK Percentages of Color #72d220

%46
%0
%85
%18

Triadic Colors of #72d220

#72d220 #2072d2 #d22072

Analogous Colors of #72d220

#72d220 #20d227 #cbd220

Monochromatic Colors of #72d220

#72d220

Complementary Color

#72d220 #8020d2

#72d220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72d220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72d220 Color CSS Codes

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

#72d220 Text Font Color

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

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


#72d220 Background Color

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

This div background color is #72d220


#72d220 Border Color

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

This div border color is #72d220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72d220


Comments

No comments written yet.

Please login to write comment.