Color Hex Logo

#31f990 Color Hex

#31F990
(49,249,144)
0 Favorites   0 Comments

Color spaces of #31f990

RGB 49249144
HSL0.410.940.58
HSV149°80°98°
CMYK 0.800.000.42   0.02
XYZ40.176370.417937.8601
Yxy70.41790.27060.4743
Hunter Lab83.9154-61.391231.9909
CIE-Lab87.2014-69.589637.2951

#31f990 color RGB value is (49,249,144).

#31f990 hex color red value is 49, green value is 249 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #31f990 hue: 0.41 , saturation: 0.94 and the lightness value of 31f990 is 0.58.

The process color (four color CMYK) of #31f990 color hex is 0.80, 0.00, 0.42, 0.02. Web safe color of #31f990 is #33ff99. Color #31f990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11111001 10010000
Octal 61 371 220
Decimal 49 249 144
Hex 31 F9 90

RGB Percentages of Color #31f990

%11.09
%56.33
%32.58

CMYK Percentages of Color #31f990

%80
%0
%42
%2

Triadic Colors of #31f990

#31f990 #9031f9 #f99031

Analogous Colors of #31f990

#31f990 #31f9f4 #36f931

Monochromatic Colors of #31f990

#31f990

Complementary Color

#31f990 #f9319a

#31f990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31f990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31f990 Color CSS Codes

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

#31f990 Text Font Color

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

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


#31f990 Background Color

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

This div background color is #31f990


#31f990 Border Color

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

This div border color is #31f990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31f990


Comments

No comments written yet.

Please login to write comment.