Color Hex Logo

#73d615 Color Hex

#73D615
(115,214,21)
0 Favorites   0 Comments

Color spaces of #73d615

RGB 11521421
HSL0.250.820.46
HSV91°90°84°
CMYK 0.460.000.90   0.16
XYZ31.252251.79219.0592
Yxy51.79210.33930.5623
Hunter Lab71.9667-48.426542.9133
CIE-Lab77.1564-56.431473.3025

#73d615 color RGB value is (115,214,21).

#73d615 hex color red value is 115, green value is 214 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #73d615 hue: 0.25 , saturation: 0.82 and the lightness value of 73d615 is 0.46.

The process color (four color CMYK) of #73d615 color hex is 0.46, 0.00, 0.90, 0.16. Web safe color of #73d615 is #66cc00. Color #73d615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11010110 00010101
Octal 163 326 25
Decimal 115 214 21
Hex 73 D6 15

RGB Percentages of Color #73d615

%32.86
%61.14
%6.00

CMYK Percentages of Color #73d615

%46
%0
%90
%16

Triadic Colors of #73d615

#73d615 #1573d6 #d61573

Analogous Colors of #73d615

#73d615 #15d618 #d4d615

Monochromatic Colors of #73d615

#73d615

Complementary Color

#73d615 #7815d6

#73d615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73d615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73d615 Color CSS Codes

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

#73d615 Text Font Color

<p style="color:#73d615">Text here</p>

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


#73d615 Background Color

<div style="background-color:#73d615">
Div content here</div>

This div background color is #73d615


#73d615 Border Color

<div style="border:3px solid #73d615">
Div here</div>

This div border color is #73d615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,214,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73d615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73d615;
  -webkit-box-shadow: 1px 1px 3px 2px #73d615;
  box-shadow:         1px 1px 3px 2px #73d615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,214,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73d615


Comments

No comments written yet.

Please login to write comment.