Color Hex Logo

#31d050 Color Hex

#31D050
(49,208,80)
0 Favorites   0 Comments

Color spaces of #31d050

RGB 4920880
HSL0.370.630.50
HSV132°76°82°
CMYK 0.760.000.62   0.18
XYZ25.270546.343915.2028
Yxy46.34390.29110.5338
Hunter Lab68.0764-52.873034.4128
CIE-Lab73.7681-65.421151.0155

#31d050 color RGB value is (49,208,80).

#31d050 hex color red value is 49, green value is 208 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #31d050 hue: 0.37 , saturation: 0.63 and the lightness value of 31d050 is 0.50.

The process color (four color CMYK) of #31d050 color hex is 0.76, 0.00, 0.62, 0.18. Web safe color of #31d050 is #33cc66. Color #31d050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11010000 01010000
Octal 61 320 120
Decimal 49 208 80
Hex 31 D0 50

RGB Percentages of Color #31d050

%14.54
%61.72
%23.74

CMYK Percentages of Color #31d050

%76
%0
%62
%18

Triadic Colors of #31d050

#31d050 #5031d0 #d05031

Analogous Colors of #31d050

#31d050 #31d0a0 #62d031

Monochromatic Colors of #31d050

#31d050

Complementary Color

#31d050 #d031b1

#31d050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31d050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31d050 Color CSS Codes

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

#31d050 Text Font Color

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

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


#31d050 Background Color

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

This div background color is #31d050


#31d050 Border Color

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

This div border color is #31d050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31d050


Comments

No comments written yet.

Please login to write comment.