Color Hex Logo

#31c56f Color Hex

#31C56F
(49,197,111)
0 Favorites   0 Comments

Color spaces of #31c56f

RGB 49197111
HSL0.400.600.48
HSV145°75°77°
CMYK 0.750.000.44   0.23
XYZ24.102141.733221.8239
Yxy41.73320.27500.4761
Hunter Lab64.6012-46.455525.1912
CIE-Lab70.6866-57.172132.4143

#31c56f color RGB value is (49,197,111).

#31c56f hex color red value is 49, green value is 197 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #31c56f hue: 0.40 , saturation: 0.60 and the lightness value of 31c56f is 0.48.

The process color (four color CMYK) of #31c56f color hex is 0.75, 0.00, 0.44, 0.23. Web safe color of #31c56f is #33cc66. Color #31c56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11000101 01101111
Octal 61 305 157
Decimal 49 197 111
Hex 31 C5 6F

RGB Percentages of Color #31c56f

%13.73
%55.18
%31.09

CMYK Percentages of Color #31c56f

%75
%0
%44
%23

Triadic Colors of #31c56f

#31c56f #6f31c5 #c56f31

Analogous Colors of #31c56f

#31c56f #31c5b9 #3dc531

Monochromatic Colors of #31c56f

#31c56f

Complementary Color

#31c56f #c53187

#31c56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31c56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31c56f Color CSS Codes

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

#31c56f Text Font Color

<p style="color:#31c56f">Text here</p>

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


#31c56f Background Color

<div style="background-color:#31c56f">
Div content here</div>

This div background color is #31c56f


#31c56f Border Color

<div style="border:3px solid #31c56f">
Div here</div>

This div border color is #31c56f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,197,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31c56f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31c56f;
  -webkit-box-shadow: 1px 1px 3px 2px #31c56f;
  box-shadow:         1px 1px 3px 2px #31c56f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,197,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31c56f


Comments

No comments written yet.

Please login to write comment.