Color Hex Logo

#72dc7b Color Hex

#72DC7B
(114,220,123)
0 Favorites   0 Comments

Color spaces of #72dc7b

RGB 114220123
HSL0.350.600.65
HSV125°48°86°
CMYK 0.480.000.44   0.14
XYZ36.107856.193927.6823
Yxy56.19390.30090.4683
Hunter Lab74.9626-45.205130.5791
CIE-Lab79.7240-50.479538.3412

#72dc7b color RGB value is (114,220,123).

#72dc7b hex color red value is 114, green value is 220 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #72dc7b hue: 0.35 , saturation: 0.60 and the lightness value of 72dc7b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011100 01111011
Octal 162 334 173
Decimal 114 220 123
Hex 72 DC 7B

RGB Percentages of Color #72dc7b

%24.95
%48.14
%26.91

CMYK Percentages of Color #72dc7b

%48
%0
%44
%14

Triadic Colors of #72dc7b

#72dc7b #7b72dc #dc7b72

Analogous Colors of #72dc7b

#72dc7b #72dcb0 #9edc72

Monochromatic Colors of #72dc7b

#72dc7b

Complementary Color

#72dc7b #dc72d3

#72dc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dc7b Color CSS Codes

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

#72dc7b Text Font Color

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

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


#72dc7b Background Color

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

This div background color is #72dc7b


#72dc7b Border Color

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

This div border color is #72dc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dc7b


Comments

No comments written yet.

Please login to write comment.