Color Hex Logo

#5cc772 Color Hex

#5CC772
(92,199,114)
0 Favorites   0 Comments

Color spaces of #5cc772

RGB 92199114
HSL0.370.490.57
HSV132°54°78°
CMYK 0.540.000.43   0.22
XYZ27.874344.337123.0084
Yxy44.33710.29270.4656
Hunter Lab66.5861-41.802026.1230
CIE-Lab72.4532-49.069933.3799

#5cc772 color RGB value is (92,199,114).

#5cc772 hex color red value is 92, green value is 199 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #5cc772 hue: 0.37 , saturation: 0.49 and the lightness value of 5cc772 is 0.57.

The process color (four color CMYK) of #5cc772 color hex is 0.54, 0.00, 0.43, 0.22. Web safe color of #5cc772 is #66cc66. Color #5cc772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000111 01110010
Octal 134 307 162
Decimal 92 199 114
Hex 5C C7 72

RGB Percentages of Color #5cc772

%22.72
%49.14
%28.15

CMYK Percentages of Color #5cc772

%54
%0
%43
%22

Triadic Colors of #5cc772

#5cc772 #725cc7 #c7725c

Analogous Colors of #5cc772

#5cc772 #5cc7a8 #7cc75c

Monochromatic Colors of #5cc772

#5cc772

Complementary Color

#5cc772 #c75cb1

#5cc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc772 Color CSS Codes

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

#5cc772 Text Font Color

<p style="color:#5cc772">Text here</p>

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


#5cc772 Background Color

<div style="background-color:#5cc772">
Div content here</div>

This div background color is #5cc772


#5cc772 Border Color

<div style="border:3px solid #5cc772">
Div here</div>

This div border color is #5cc772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,199,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cc772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cc772;
  -webkit-box-shadow: 1px 1px 3px 2px #5cc772;
  box-shadow:         1px 1px 3px 2px #5cc772; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc772


Comments

No comments written yet.

Please login to write comment.