Color Hex Logo

#31fd6b Color Hex

#31FD6B
(49,253,107)
0 Favorites   0 Comments

Color spaces of #31fd6b

RGB 49253107
HSL0.380.980.59
HSV137°81°99°
CMYK 0.810.000.58   0.01
XYZ39.045771.965125.7426
Yxy71.96510.28550.5262
Hunter Lab84.8322-66.298341.3908
CIE-Lab87.9518-76.377455.5582

#31fd6b color RGB value is (49,253,107).

#31fd6b hex color red value is 49, green value is 253 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #31fd6b hue: 0.38 , saturation: 0.98 and the lightness value of 31fd6b is 0.59.

The process color (four color CMYK) of #31fd6b color hex is 0.81, 0.00, 0.58, 0.01. Web safe color of #31fd6b is #33ff66. Color #31fd6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11111101 01101011
Octal 61 375 153
Decimal 49 253 107
Hex 31 FD 6B

RGB Percentages of Color #31fd6b

%11.98
%61.86
%26.16

CMYK Percentages of Color #31fd6b

%81
%0
%58
%1

Triadic Colors of #31fd6b

#31fd6b #6b31fd #fd6b31

Analogous Colors of #31fd6b

#31fd6b #31fdd1 #5dfd31

Monochromatic Colors of #31fd6b

#31fd6b

Complementary Color

#31fd6b #fd31c3

#31fd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31fd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31fd6b Color CSS Codes

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

#31fd6b Text Font Color

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

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


#31fd6b Background Color

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

This div background color is #31fd6b


#31fd6b Border Color

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

This div border color is #31fd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31fd6b

Related Colors


Comments

No comments written yet.

Please login to write comment.