Color Hex Logo

#73d228 Color Hex

#73D228
(115,210,40)
0 Favorites   0 Comments

Color spaces of #73d228

RGB 11521040
HSL0.260.680.49
HSV94°81°82°
CMYK 0.450.000.81   0.18
XYZ30.499849.891210.0299
Yxy49.89120.33730.5518
Hunter Lab70.6337-46.532341.0245
CIE-Lab76.0024-54.249668.2997

#73d228 color RGB value is (115,210,40).

#73d228 hex color red value is 115, green value is 210 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #73d228 hue: 0.26 , saturation: 0.68 and the lightness value of 73d228 is 0.49.

The process color (four color CMYK) of #73d228 color hex is 0.45, 0.00, 0.81, 0.18. Web safe color of #73d228 is #66cc33. Color #73d228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11010010 00101000
Octal 163 322 50
Decimal 115 210 40
Hex 73 D2 28

RGB Percentages of Color #73d228

%31.51
%57.53
%10.96

CMYK Percentages of Color #73d228

%45
%0
%81
%18

Triadic Colors of #73d228

#73d228 #2873d2 #d22873

Analogous Colors of #73d228

#73d228 #28d232 #c8d228

Monochromatic Colors of #73d228

#73d228

Complementary Color

#73d228 #8728d2

#73d228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73d228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73d228 Color CSS Codes

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

#73d228 Text Font Color

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

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


#73d228 Background Color

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

This div background color is #73d228


#73d228 Border Color

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

This div border color is #73d228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73d228


Comments

No comments written yet.

Please login to write comment.