Color Hex Logo

#74f15f Color Hex

#74F15F
(116,241,95)
0 Favorites   0 Comments

Color spaces of #74f15f

RGB 11624195
HSL0.310.840.66
HSV111°61°95°
CMYK 0.520.000.61   0.05
XYZ40.723367.449821.6993
Yxy67.44980.31360.5194
Hunter Lab82.1278-55.214041.8242
CIE-Lab85.7306-61.554558.5754

#74f15f color RGB value is (116,241,95).

#74f15f hex color red value is 116, green value is 241 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #74f15f hue: 0.31 , saturation: 0.84 and the lightness value of 74f15f is 0.66.

The process color (four color CMYK) of #74f15f color hex is 0.52, 0.00, 0.61, 0.05. Web safe color of #74f15f is #66ff66. Color #74f15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11110001 01011111
Octal 164 361 137
Decimal 116 241 95
Hex 74 F1 5F

RGB Percentages of Color #74f15f

%25.66
%53.32
%21.02

CMYK Percentages of Color #74f15f

%52
%0
%61
%5

Triadic Colors of #74f15f

#74f15f #5f74f1 #f15f74

Analogous Colors of #74f15f

#74f15f #5ff193 #bdf15f

Monochromatic Colors of #74f15f

#74f15f

Complementary Color

#74f15f #dc5ff1

#74f15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74f15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74f15f Color CSS Codes

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

#74f15f Text Font Color

<p style="color:#74f15f">Text here</p>

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


#74f15f Background Color

<div style="background-color:#74f15f">
Div content here</div>

This div background color is #74f15f


#74f15f Border Color

<div style="border:3px solid #74f15f">
Div here</div>

This div border color is #74f15f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,241,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74f15f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74f15f;
  -webkit-box-shadow: 1px 1px 3px 2px #74f15f;
  box-shadow:         1px 1px 3px 2px #74f15f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,241,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74f15f

Related Colors


Comments

No comments written yet.

Please login to write comment.